Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | Log messages without inline HTML | Igor Scheller | |
2019-04-28 | fix hour format for work log entries on myshifts page | msquare | |
2019-04-28 | better nick validation, fixes #429 | msquare | |
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-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-01-13 | fixes #178: Show not only next but also last shift in free angels view | msquare | |
2018-12-28 | questions: Don't strip content from messages | Igor Scheller | |
closes #545 ("=" removed in Questions & Answers) | |||
2018-12-21 | user view: Show multiple worklog entries per day | Clemens | |
closes #531 (Multiple worklogs on same day not displayed in users shift list (but counted in sum)) | |||
2018-12-02 | Moved permission checks to Authenticator class | Igor Scheller | |
2018-11-25 | more work on 35c3 theme | msquare | |
2018-11-21 | Require POST for sending forms | Igor Scheller | |
* Ensure that the form is submitted with a post request * Replaced several links with forms Closes #494 (Security Vulnerability) | |||
2018-10-31 | Replaced `Auth()` with `auth()` | Igor Scheller | |
2018-10-31 | User: Bugfixes & code cleanup | Igor Scheller | |
2018-10-31 | Replaced more sql queries and old data | Igor Scheller | |
2018-10-31 | Moved arrival_date to state | Igor Scheller | |
2018-10-31 | Replaced more user related stuff | Igor Scheller | |
(Contains some buggy stuff too...) | |||
2018-10-31 | Removed `User($id)` function :tada: | Igor Scheller | |
2018-10-31 | Changed more functions :tada: | Igor Scheller | |
2018-10-31 | Changed user_link and some other user functions to use the user id | Igor Scheller | |
2018-10-31 | Replaced some global `$user` variables | Igor Scheller | |
2018-10-31 | Changed `src/` code and templates to use the new user model | Igor Scheller | |
2018-10-30 | Translation: added pluralization support | Igor Scheller | |
2018-10-30 | Make application name configurable | Igor Scheller | |
* Added app_name configuration option * Extended `EngelsystemMailer` to prepend the application name to all mails Closes #426 | |||
2018-10-30 | EventConfig: Merge event configuration from database to global config | Igor Scheller | |
2018-10-24 | Translatable user groups & cutoff fix | Igor Scheller | |
Closes #318 (Typo: "irt Manager" instead of "Shirt Manager") | |||
2018-09-23 | Merge branch 'twig-templates' | Igor Scheller | |
2018-09-23 | Config: Removed nightshifts query | Igor Scheller | |
2018-09-15 | Merge remote-tracking branch 'MyIgel/translations' | Igor Scheller | |
2018-09-02 | Template refactoring to use twig | Igor Scheller | |
2018-08-29 | Replaced gettext translation `_()` with `__()` that uses the Translator class | Bot | |
2018-08-29 | Removed translation from config file | Igor Scheller | |
2018-08-20 | Merge branch 'master' to 'rebuild-database' | Igor Scheller | |
2018-08-11 | Changed JS to use single quotes instead of double quotes | Bot | |
2018-01-14 | Formatting | Bot | |
2018-01-14 | database: updated checks for selectOne | Igor Scheller | |
2018-01-01 | Fixes #401 | mia | |
Display "shift started" instead of "shift starts" when shift has already started. | |||
2017-12-30 | better hour formatting | msquare | |
2017-12-29 | fix worklog entry view | msquare | |
2017-12-29 | add work date to work log | msquare | |
2017-12-29 | add work log creator infor | msquare | |
2017-12-29 | add user work log entries feature | msquare | |
2017-12-29 | small improvements of user view | msquare | |
2017-12-29 | small improvements of user view | msquare | |
2017-12-29 | small improvements of user view | msquare | |
2017-12-27 | tshirt-score for forced active | msquare | |
2017-12-27 | Formatting | Bot | |