summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-20add cccamp19 thememsquare
2019-07-16Allow nested rules (not and optional)Igor Scheller
2019-07-10Replaced validation with `respect/validation`Igor Scheller
2019-07-09Added validation to AuthControllerIgor Scheller
2019-07-09Implemented Validation for controllersIgor Scheller
2019-07-08Replaced gettext translation with packageIgor Scheller
This allows to check if no translation is available
2019-07-08Moved translation helpers to sub namespaceIgor Scheller
2019-07-08Renderer: Added shared dataIgor Scheller
2019-07-08Implemented AuthController for loginIgor Scheller
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator
2019-07-08Fixed translationsIgor Scheller
2019-07-08Metrics: Added scrape memory usageIgor Scheller
2019-06-14Added tests to HomeControllerIgor Scheller
2019-06-14Fix caching issue for '/' routeLuca
2019-06-12Added logout via AuthControllerIgor Scheller
2019-06-12Added / route with redirectsIgor Scheller
2019-06-12Replaced old /api endpoint with ApiControllerIgor Scheller
2019-06-12Added html content snifferIgor Scheller
2019-06-12Tests: Fix type warningIgor Scheller
2019-06-04Added more error messagesIgor Scheller
2019-06-04Add a config option for maximum signup in advanceMichiK
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-04Only show the shift "Comment" field for own entriesIgor Scheller
2019-06-04Fix profile link to mark angels as arrivedIgor Scheller
2019-06-04Use ini timezone settingIgor Scheller
2019-06-03Upgraded external componentsIgor Scheller
2019-06-03Fixed docker buildIgor Scheller
2019-06-03Log messages without inline HTMLIgor Scheller
2019-06-03Escape log messagesIgor Scheller
2019-05-05Add translation chaptermsquare
2019-05-05add help button to ical export for android, fixes #402msquare
2019-04-30Improved email error loggingIgor Scheller
2019-04-28re add missing translation from twig filesmsquare
2019-04-28fix hour format for work log entries on myshifts pagemsquare
2019-04-28update german translationmsquare
2019-04-28catch mail exceptions, execute the action, inform the user about the error ↵msquare
and create a log entry
2019-04-28update german translationmsquare
2019-04-28better nick validation, fixes #429msquare
2019-04-25Use self references and fix class namingIgor Scheller
2019-04-25Replaced functions with mb_* equivalentsIgor Scheller
2019-04-25FormattingIgor 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/] ```
2019-04-25Bugfix: default value for planned_arrival_date and don't overwrite dectIgor Scheller
Fixed registration form formatting Fixed profile request attributes fallback values
2019-04-25Fixed test coverageIgor Scheller
2019-04-25phpunit: Upgrade to version 8, fixed tests, formattingIgor Scheller
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
2019-04-23Merge branch 'dasJ-dect'msquare
2019-04-23Support disabling the planned arrivalJanne Heß
We also use Engelsystem for single-day events, and the planned arrival/departure feature doesn't make sense for us.
2019-04-23Support disabling the planned arrivalJanne Heß
We also use Engelsystem for single-day events, and the planned arrival/departure feature doesn't make sense for us.
2019-04-23Support disabling the DECT fieldJanne Heß
It's a really chaos-event-specific feature and is confusing for many people on non-chaos events.
2019-04-21admin-free: Improved formattigIgor Scheller
2019-04-20config: Improved mail encryption documentationIgor Scheller
2019-04-17PSR-7: Replaced implementation with `Nyholm\Psr7`Igor Scheller
2019-04-17babelrc: Specify iOS target in lower caseMichel Weitbrecht