Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-26 | User: Add pronoun statement | Igor Scheller | |
2019-12-26 | Shifts overview: only scroll shifts, not whole page | Igor Scheller | |
2019-12-19 | Add the container class to some views | Michael Weimann | |
2019-12-07 | Migrate Question usages | Michael Weimann | |
2019-11-03 | fix #345 by adding a badge to shift view wich contains number of missing angels | msquare | |
2019-10-20 | Shifts overview: Style cleanup | Igor Scheller | |
2019-10-20 | adding a dashed line when expandable | Wonko T. Sane | |
2019-10-20 | Fix for #526 | Wonko T. Sane | |
Implementation idea stolen from http://jsfiddle.net/6K7t4/24/ | |||
2019-10-08 | Rebuild password reset | Igor Scheller | |
2019-10-08 | Show normal login page after registration, added msg() template function | Igor Scheller | |
2019-08-24 | User view: Fix shifts order if user has worklogs | Igor Scheller | |
2019-08-24 | feature: disable lastname+prename in config | msquare | |
2019-08-23 | format freeloader duration on user myshifts page | msquare | |
2019-08-23 | format freeloader duration on user myshifts page | msquare | |
2019-08-23 | format freeloader duration on user myshifts page | msquare | |
2019-08-23 | format freeloader duration on user myshifts page | msquare | |
2019-08-23 | fixes #644: display shifts with same start time on user myshifts page | msquare | |
2019-08-21 | Merge pull request #643 from MyIgel/show-angetypes | msquare | |
Shift page: show additional angeltypes if shift entries where found | |||
2019-08-21 | Fix translation methods | Igor Scheller | |
2019-08-21 | Shift page: show additional angeltypes if shift entries where found | Igor Scheller | |
2019-08-21 | redo fix shift view bug | msquare | |
2019-08-19 | better bar min calculation | msquare | |
2019-08-19 | better bar min calculation | msquare | |
2019-08-19 | better bar min calculation | msquare | |
2019-07-25 | no time for arrival day needed | msquare | |
2019-07-25 | User overview: Order by planned arrival/departure dates | Igor Scheller | |
2019-07-24 | make shift calendar printable | msquare | |
2019-07-08 | Implemented AuthController for login | Igor Scheller | |
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator | |||
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-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 | |