Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-24 | GitLab: Fixed failing run as Docker 19 images require shared TLS certificates | MyIgel | |
See https://gitlab.com/gitlab-org/gitlab-runner/issues/4501 | |||
2019-07-24 | make shift calendar printable | msquare | |
2019-07-21 | Merge pull request #626 from MyIgel/migration | msquare | |
migration: Order by migrated and append not migrated, add more help parameters | |||
2019-07-21 | fix login text field icons | msquare | |
2019-07-21 | migration: Order by migrated and append not migrated | Igor Scheller | |
2019-07-21 | show password recovery always, fix test | msquare | |
2019-07-21 | simplified login form, show password recovery always, some camp theme tweaks | msquare | |
2019-07-21 | Merge pull request #625 from MyIgel/docker | msquare | |
Docker: Decouple nginx and fpm builds | |||
2019-07-21 | Merge branch 'master' into docker | Igor Scheller | |
2019-07-21 | Merge pull request #624 from MyIgel/version | msquare | |
Added version to credits and metrics page | |||
2019-07-21 | ErrorHandler: Remove more form fields before serialization | Igor Scheller | |
2019-07-21 | Merge pull request #622 from MyIgel/controllers | msquare | |
AuthController (login, logout), use templating, replaced gettext, input validation | |||
2019-07-21 | ErrorHandler: Remove some form fields before serialization | Igor Scheller | |
2019-07-21 | AuthController return types | msquare | |
2019-07-21 | GitLab CI: Removed xdebug beta as it is now php7.3 compatible | Igor Scheller | |
2019-07-21 | GitLab CI: Removed xdebug beta as it is not php7.3 compatible | Igor Scheller | |
2019-07-21 | Docker: Decoupled nginx and fpm builds | Igor Scheller | |
2019-07-21 | Added version to credits and metrics page | Igor Scheller | |
2019-07-20 | Basic coverage tests of logger classes for 100% unit tests coverage | Igor Scheller | |
2019-07-20 | all 3 color themes for camp and high contrast theme | msquare | |
2019-07-20 | add cccamp19 theme | msquare | |
2019-07-16 | Basic coverage tests of logger classes for 100% unit tests coverage | Igor Scheller | |
2019-07-16 | Allow nested rules (not and optional) | Igor Scheller | |
2019-07-14 | all 3 color themes for camp and high contrast theme | msquare | |
2019-07-11 | add cccamp19 theme | msquare | |
2019-07-10 | Replaced validation with `respect/validation` | Igor Scheller | |
2019-07-09 | Added validation to AuthController | Igor Scheller | |
2019-07-09 | Implemented Validation for controllers | Igor Scheller | |
2019-07-08 | Replaced gettext translation with package | Igor Scheller | |
This allows to check if no translation is available | |||
2019-07-08 | Moved translation helpers to sub namespace | Igor Scheller | |
2019-07-08 | Renderer: Added shared data | Igor Scheller | |
2019-07-08 | Implemented AuthController for login | Igor Scheller | |
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator | |||
2019-07-08 | Fixed translations | Igor Scheller | |
2019-07-08 | Metrics: Added scrape memory usage | Igor Scheller | |
2019-06-14 | Added tests to HomeController | Igor Scheller | |
2019-06-14 | Fix caching issue for '/' route | Luca | |
2019-06-12 | Added logout via AuthController | Igor Scheller | |
2019-06-12 | Added / route with redirects | Igor Scheller | |
2019-06-12 | Replaced old /api endpoint with ApiController | Igor Scheller | |
2019-06-12 | Added html content sniffer | Igor Scheller | |
2019-06-12 | Tests: Fix type warning | Igor Scheller | |
2019-06-04 | Added more error messages | Igor Scheller | |
2019-06-04 | Add a config option for maximum signup in advance | MichiK | |
We now have `signup_advance_hours` in the configuration that only allows signup for shifts so many hours in the future. A notice is displayed in the shift view for shifts in the far future, together with an info notice on when signup for that shift will be possible. In addition, we now have a new shift state `NOT_YET` for this purpose so we do not have to abuse `SHIFT_ENDED` anymore for `signup_requires_arrival` as well. | |||
2019-06-04 | Only show the shift "Comment" field for own entries | Igor Scheller | |
2019-06-04 | Fix profile link to mark angels as arrived | Igor Scheller | |
2019-06-04 | Use ini timezone setting | Igor Scheller | |
2019-06-03 | Upgraded external components | Igor Scheller | |
2019-06-03 | Fixed docker build | Igor Scheller | |
2019-06-03 | Log messages without inline HTML | Igor Scheller | |
2019-06-03 | Escape log messages | Igor Scheller | |