Age | Commit message (Collapse) | Author | |
---|---|---|---|
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/] ``` | |||
2019-04-25 | Bugfix: default value for planned_arrival_date and don't overwrite dect | Igor Scheller | |
Fixed registration form formatting Fixed profile request attributes fallback values | |||
2019-04-25 | Fixed test coverage | Igor Scheller | |
2019-04-25 | phpunit: Upgrade to version 8, fixed tests, formatting | Igor Scheller | |
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated | |||
2019-04-23 | Merge branch 'dasJ-dect' | msquare | |
2019-04-23 | Support disabling the planned arrival | Janne Heß | |
We also use Engelsystem for single-day events, and the planned arrival/departure feature doesn't make sense for us. | |||
2019-04-23 | Support disabling the planned arrival | Janne Heß | |
We also use Engelsystem for single-day events, and the planned arrival/departure feature doesn't make sense for us. | |||
2019-04-23 | Support disabling the DECT field | Janne Heß | |
It's a really chaos-event-specific feature and is confusing for many people on non-chaos events. | |||
2019-04-21 | admin-free: Improved formattig | Igor Scheller | |
2019-04-20 | config: Improved mail encryption documentation | Igor Scheller | |
2019-04-17 | PSR-7: Replaced implementation with `Nyholm\Psr7` | Igor Scheller | |
2019-04-17 | babelrc: Specify iOS target in lower case | Michel Weitbrecht | |
2019-04-16 | Bugfix: 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-16 | Bugfix: Pin twig version as long as Twig-Extensions received no update | Igor Scheller | |
This prevents warnings when run in dev mode | |||
2019-04-16 | comment should in node install | PwnyTail | |
2019-04-16 | add build dependency npm | PwnyTail | |
2019-04-16 | add dependency php modul tokenizer | PwnyTail | |
2019-04-16 | add dependency php modul xmlwriter | PwnyTail | |
2019-04-16 | add ru ndependency php modul dom | PwnyTail | |
2019-04-16 | add PHP composer to build dependency | PwnyTail | |
2019-03-16 | readme: Added mbstring as required extension | Igor Scheller | |
closes #576 (Ubuntu 18.04 requires mbstring to be installed manually) | |||
2019-03-09 | Support disabling the arrival feature | Janne Heß | |
Setting `autoarrive` to true will now cause all newly registered angels to be automatically confirmed as arrived. | |||
2019-03-09 | Support alternative home sites | Janne Heß | |
2019-01-20 | add note that `php-mysql` needs to be installed | Valentin Churavy | |
Took me a while to figure that one out | |||
2019-01-13 | fixes #178: Show not only next but also last shift in free angels view | msquare | |
2019-01-13 | Update README.md | msquare | |
Typo. | |||
2019-01-13 | added install sql directions | msquare | |
2019-01-13 | updated the README: gitlab badges and release install instructions | msquare | |
2018-12-30 | migration: Exclude add_angel_supporter_permissions from unit testsv3.0.0 | Igor Scheller | |
2018-12-30 | migration: Add shiftentry_edit_angeltype_supporter permission to angels | Igor Scheller | |
2018-12-30 | migrations: formatting | Igor Scheller | |
2018-12-30 | When only free shifts should be shown: filter for selected angel types | Igor Scheller | |
closes #556 (shifts shown, where not selected angeltype is free) | |||
2018-12-30 | users_controller: formatting | Igor Scheller | |