Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-05-05 | Add translation chapter | msquare | |
2019-05-05 | add help button to ical export for android, fixes #402 | msquare | |
2019-04-30 | Improved email error logging | Igor Scheller | |
2019-04-28 | re add missing translation from twig files | msquare | |
2019-04-28 | fix hour format for work log entries on myshifts page | msquare | |
2019-04-28 | update german translation | msquare | |
2019-04-28 | catch mail exceptions, execute the action, inform the user about the error ↵ | msquare | |
and create a log entry | |||
2019-04-28 | update german translation | msquare | |
2019-04-28 | better nick validation, fixes #429 | msquare | |
2019-04-25 | Use self references and fix class naming | Igor Scheller | |
2019-04-25 | Replaced functions with mb_* equivalents | Igor Scheller | |
2019-04-25 | Formatting | Igor Scheller | |
```bash php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/] ``` |