Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-12-28 | comments: Don't strip characters | Igor Scheller | |
closes #510 (htmlentities-like content in a comment gets removed) | |||
2018-12-28 | questions: Don't strip content from messages | Igor Scheller | |
closes #545 ("=" removed in Questions & Answers) | |||
2018-12-28 | Don't strip characters from direct messages | Igor Scheller | |
2018-12-28 | active angels: Bugfix and prevent errors when searching double spaces | Igor Scheller | |
2018-12-28 | Don't save sessions permanently on api and metrics paths | Igor Scheller | |
closes #530 (Session on API calls) | |||
2018-12-28 | moment.js: Set language on initialization | Igor Scheller | |
closes #544 (Translation error german / english mix) | |||
2018-12-28 | styling: Fix colored links text hover on dark theme | Igor Scheller | |
closes #547 (Text-success hover on dark theme) | |||
2018-12-28 | Order rooms in shift overview by name | Igor Scheller | |
closes #551 (Order of Rooms in overview) | |||
2018-12-27 | fixes #548: users with only worklog and no shifts had 0 minutes on ↵ | msquare | |
admin-active. query fixed | |||
2018-12-27 | fixes #549: fill missing arrival dates and prevent setting arrival by ↵ | msquare | |
admin-user instead of admin-arrive | |||
2018-12-27 | Sort users on team page | Igor Scheller | |
2018-12-26 | add multiple shifts: Fix hour regex and sorting, cleanup and formatting | Igor Scheller | |
2018-12-26 | Fix warning if searching two whitespaces and formatting | Igor Scheller | |