Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-07 | Set project name for docker-compose | MichiK | |
2018-12-07 | Swap yarn install and copy assets as well | MichiK | |
2018-12-07 | Improve Docker build caching | MichiK | |
First install the dependencies, then copy the files from the build context into the image. This allows for more caching during rebuilds when files change and rebuilds are much faster. | |||
2018-12-07 | styling 35c3: Lighten the font color | Igor Scheller | |
2018-12-07 | Update devDeps to not include event-stream | marudor | |
2018-12-07 | modernize Stuff | marudor | |
2018-12-07 | Set project name for docker-compose | MichiK | |
2018-12-07 | Swap yarn install and copy assets as well | MichiK | |
2018-12-07 | Improve Docker build caching | MichiK | |
First install the dependencies, then copy the files from the build context into the image. This allows for more caching during rebuilds when files change and rebuilds are much faster. | |||
2018-12-07 | styling 35c3: Lighten the font color | Igor Scheller | |
2018-12-07 | Update devDeps to not include event-stream | marudor | |
2018-12-07 | modernize Stuff | marudor | |
2018-12-06 | Some small JS fixes for eslint compliance | MichiK | |
2018-12-05 | Add timepickers in shifts view | MichiK | |
2018-12-04 | Replace datepicker and remove datepicker inline JS | MichiK | |
2018-12-03 | Fix datepicker | MichiK | |
`<input type="date">` and JS datepicker combined cause trouble in some browsers, so this changes all the date input fields' type to `text` via JS so that the browser's datepicker is only used when a user has disabled JavaScript. In addition, it adds a placeholder so the user knows which date format to use when entering the date manually. This closes #507. | |||
2018-12-03 | Degender shirt sizes | Phi|eas |ebada | |
As requested on [twitter](https://twitter.com/sdrnoise/status/1069327306475347968). Following [Geekfeminism's naming scheme](http://geekfeminism.wikia.com/wiki/T-shirts). | |||
2018-12-02 | Implemented controller permissions | Igor Scheller | |
2018-12-02 | Refactoring: Throw HttpAuthExpired on csrf token mismatch | Igor Scheller | |
2018-12-02 | Implemented HttpException | Igor Scheller | |
2018-12-02 | Templating: Improved error templates | Igor Scheller | |
2018-12-02 | Moved permission checks to Authenticator class | Igor Scheller | |
2018-12-02 | Migration: Moved reference method to trait | Igor Scheller | |
2018-12-02 | Models: Added DocBlocks | Igor Scheller | |
2018-12-02 | Docker: Added storage path to container | Igor Scheller | |
Closes #505 | |||
2018-11-25 | more work on 35c3 theme | msquare | |
2018-11-24 | add more colors from c3groc to the 35c3 theme | msquare | |
2018-11-24 | Update needed directory permissions in README | msquare | |
2018-11-24 | Added caching for templating and routing | Igor Scheller | |
See #486 (Implement caching) | |||
2018-11-21 | Require POST for sending forms | Igor Scheller | |
* Ensure that the form is submitted with a post request * Replaced several links with forms Closes #494 (Security Vulnerability) | |||
2018-11-21 | Added additional headers | Igor Scheller | |
2018-11-21 | Added csrf middleware | Igor Scheller | |
2018-11-18 | fix missing unique mail validation on user register | msquare | |
2018-11-11 | Merge branch '35c3-theme' | msquare | |
2018-11-11 | add 35c3 theme dark | msquare | |
2018-11-02 | Fix error when accessing undefined date | Igor Scheller | |
Closes #491 (Edit User fails when User never logged in before) | |||
2018-10-31 | Replaced `Auth()` with `auth()` | Igor Scheller | |
2018-10-31 | Fixed error if shirt size is not configured | Igor Scheller | |
2018-10-31 | User: Bugfixes & code cleanup | Igor Scheller | |
2018-10-31 | Replaced more sql queries and old data | Igor Scheller | |
2018-10-31 | Moved arrival_date to state | Igor Scheller | |
2018-10-31 | Replaced more user related stuff | Igor Scheller | |
(Contains some buggy stuff too...) | |||
2018-10-31 | Removed `User($id)` function :tada: | Igor Scheller | |
2018-10-31 | Changed more functions :tada: | Igor Scheller | |
2018-10-31 | Changed user_link and some other user functions to use the user id | Igor Scheller | |
2018-10-31 | Replaced some global `$user` variables | Igor Scheller | |
2018-10-31 | Changed `src/` code and templates to use the new user model | Igor Scheller | |
2018-10-31 | Added new user models | Igor Scheller | |
2018-10-30 | Translation: added pluralization support | Igor Scheller | |
2018-10-30 | Make application name configurable | Igor Scheller | |
* Added app_name configuration option * Extended `EngelsystemMailer` to prepend the application name to all mails Closes #426 |