summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-04-16Bugfix: Replaced Diactoros with Symfony PsrHttpFactory to use ↵Igor Scheller
PhpExtended\HttpMessage implementation Prevents warnings that get converted to errors when run in dev mode
2019-04-16Bugfix: Pin twig version as long as Twig-Extensions received no updateIgor Scheller
This prevents warnings when run in dev mode
2019-04-16comment should in node installPwnyTail
2019-04-16add build dependency npmPwnyTail
2019-04-16add dependency php modul tokenizerPwnyTail
2019-04-16add dependency php modul xmlwriterPwnyTail
2019-04-16add ru ndependency php modul domPwnyTail
2019-04-16add PHP composer to build dependencyPwnyTail
2019-03-16readme: Added mbstring as required extensionIgor Scheller
closes #576 (Ubuntu 18.04 requires mbstring to be installed manually)
2019-03-09Support disabling the arrival featureJanne Heß
Setting `autoarrive` to true will now cause all newly registered angels to be automatically confirmed as arrived.
2019-03-09Support alternative home sitesJanne Heß
2019-01-20add note that `php-mysql` needs to be installedValentin Churavy
Took me a while to figure that one out