summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Collapse)Author
2019-08-23format freeloader duration on user myshifts pagemsquare
2019-08-23format freeloader duration on user myshifts pagemsquare
2019-08-23fixes #644: display shifts with same start time on user myshifts pagemsquare
2019-08-22Admin user: Show force active status in logIgor Scheller
2019-08-22Sort angeltypes shifts date dropdownIgor Scheller
2019-08-21Merge pull request #643 from MyIgel/show-angetypesmsquare
Shift page: show additional angeltypes if shift entries where found
2019-08-21Fix translation methodsIgor Scheller
2019-08-21Shift page: show additional angeltypes if shift entries where foundIgor Scheller
2019-08-21Merge pull request #641 from MyIgel/shift-signup-logmsquare
Shift signup/signout: Be more verbose
2019-08-21redo fix shift view bugmsquare
2019-08-21redo fix shift view bugmsquare
2019-08-21fix shift view bugmsquare
2019-08-21Shift signup/signout: Be more verboseIgor Scheller
2019-08-19fix back button on shift create previewmsquare
2019-08-19better bar min calculationmsquare
2019-08-19better bar min calculationmsquare
2019-08-19better bar min calculationmsquare
2019-08-17add overnight shift creation feature flagmsquare
2019-08-15Declare summary of atom feed items as HTMLYannik Enss
RFC4287 Section 3.1.1 requires HTML content to be declared as such with the "type" attribute, this commit adds that attribute to the generated atom feeds.
2019-08-15fixes #635: set end of the last created shift to the official end inestead ↵msquare
of first shift change on next day
2019-08-04fix edit user errormsquare
2019-07-25format admin_arrive dates accordingly as in user listmsquare
2019-07-25no time for arrival day neededmsquare
2019-07-25User overview: Order by planned arrival/departure datesIgor Scheller
2019-07-24make shift calendar printablemsquare
2019-07-08Moved translation helpers to sub namespaceIgor Scheller
2019-07-08Implemented AuthController for loginIgor Scheller
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator
2019-06-12Added logout via AuthControllerIgor Scheller
2019-06-04Added more error messagesIgor Scheller
2019-06-04Add a config option for maximum signup in advanceMichiK
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-04Only show the shift "Comment" field for own entriesIgor Scheller
2019-06-04Fix profile link to mark angels as arrivedIgor Scheller
2019-06-04Use ini timezone settingIgor Scheller
2019-06-03Log messages without inline HTMLIgor Scheller
2019-06-03Escape log messagesIgor Scheller
2019-05-05add help button to ical export for android, fixes #402msquare
2019-04-30Improved email error loggingIgor Scheller
2019-04-28fix hour format for work log entries on myshifts pagemsquare
2019-04-28catch mail exceptions, execute the action, inform the user about the error ↵msquare
and create a log entry
2019-04-28better nick validation, fixes #429msquare
2019-04-25FormattingIgor 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-25Bugfix: default value for planned_arrival_date and don't overwrite dectIgor Scheller
Fixed registration form formatting Fixed profile request attributes fallback values
2019-04-23Support disabling the planned arrivalJanne Heß
We also use Engelsystem for single-day events, and the planned arrival/departure feature doesn't make sense for us.
2019-04-23Support disabling the DECT fieldJanne Heß
It's a really chaos-event-specific feature and is confusing for many people on non-chaos events.
2019-04-21admin-free: Improved formattigIgor Scheller
2019-03-09Support disabling the arrival featureJanne Heß
Setting `autoarrive` to true will now cause all newly registered angels to be automatically confirmed as arrived.
2019-03-09Support alternative home sitesJanne Heß
2019-01-13fixes #178: Show not only next but also last shift in free angels viewmsquare
2018-12-30When only free shifts should be shown: filter for selected angel typesIgor Scheller
closes #556 (shifts shown, where not selected angeltype is free)
2018-12-30users_controller: formattingIgor Scheller