summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-01-13fixes #178: Show not only next but also last shift in free angels viewmsquare
2019-01-13Update README.mdmsquare
Typo.
2019-01-13added install sql directionsmsquare
2019-01-13updated the README: gitlab badges and release install instructionsmsquare
2018-12-30migration: Exclude add_angel_supporter_permissions from unit testsv3.0.0Igor Scheller
2018-12-30migration: Add shiftentry_edit_angeltype_supporter permission to angelsIgor Scheller
2018-12-30migrations: formattingIgor Scheller
2018-12-30When only free shifts should be shown: filter for selected angel typesIgor Scheller
closes #556 (shifts shown, where not selected angeltype is free)
2018-12-30users_controller: formattingIgor Scheller
2018-12-28comments: Don't strip charactersIgor Scheller
closes #510 (htmlentities-like content in a comment gets removed)
2018-12-28questions: Don't strip content from messagesIgor Scheller
closes #545 ("=" removed in Questions & Answers)
2018-12-28Don't strip characters from direct messagesIgor Scheller
2018-12-28active angels: Bugfix and prevent errors when searching double spacesIgor Scheller
2018-12-28Don't save sessions permanently on api and metrics pathsIgor Scheller
closes #530 (Session on API calls)
2018-12-28moment.js: Set language on initializationIgor Scheller
closes #544 (Translation error german / english mix)
2018-12-28styling: Fix colored links text hover on dark themeIgor Scheller
closes #547 (Text-success hover on dark theme)