Age | Commit message (Collapse) | Author | |
---|---|---|---|
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/] ``` | |||
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ß | |