Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-07 | Questions: Moved user tests to user and fixed attribute names, added @covers | Igor Scheller | |
2019-12-07 | Migrate Question usages | Michael Weimann | |
2019-11-28 | Removed global $ical_shifts | Igor Scheller | |
2019-11-28 | Removed global $page | Igor Scheller | |
2019-11-12 | Migrate view to the NewsComments model | Michael Weimann | |
2019-11-10 | News: Bug fixes, cleanup, comments & formatting | Igor Scheller | |
Use more magically available methods and properties Fixed atom feed and stats not using the new model | |||
2019-11-10 | Migrate news to model class | Michael Weimann | |
2019-11-03 | fix #634 by also allowing only restricted angeltypes | msquare | |
2019-11-03 | remove legacy file guest start | msquare | |
2019-10-21 | Merge pull request #651 from MyIgel/shift-deletion-worklog | Igor Scheller | |
Save time of past shifts as worklog if they get deleted | |||
2019-10-13 | Use 403 forbidden on shifts json, atom export and ical export | Igor Scheller | |
2019-10-08 | Show normal login page after registration, added msg() template function | Igor Scheller | |
2019-09-18 | Rooms: Save times as Worklog and notify on room deletion | Igor Scheller | |
2019-08-24 | Edit user: Prevent overwriting first and last name if temporary disabled | Igor Scheller | |
2019-08-24 | User admin: Allow setting new groups if user has none assigned | Igor Scheller | |
2019-08-24 | feature: disable lastname+prename in config | msquare | |
2019-08-22 | Admin user: Show force active status in log | Igor Scheller | |
2019-08-19 | fix back button on shift create preview | msquare | |
2019-08-17 | add overnight shift creation feature flag | msquare | |
2019-08-15 | Declare summary of atom feed items as HTML | Yannik 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-15 | fixes #635: set end of the last created shift to the official end inestead ↵ | msquare | |
of first shift change on next day | |||
2019-08-04 | fix edit user error | msquare | |
2019-07-25 | format admin_arrive dates accordingly as in user list | msquare | |
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-12 | Added logout via AuthController | Igor Scheller | |
2019-06-04 | Only show the shift "Comment" field for own entries | Igor Scheller | |
2019-06-03 | Log messages without inline HTML | Igor Scheller | |
2019-06-03 | Escape log messages | Igor Scheller | |
2019-05-05 | add help button to ical export for android, fixes #402 | 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-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-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-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-13 | fixes #178: Show not only next but also last shift in free angels view | msquare | |
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-27 | fixes #549: fill missing arrival dates and prevent setting arrival by ↵ | msquare | |
admin-user instead of admin-arrive | |||
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 | |
2018-12-25 | Bugfix: Edit user: Show groups list if angel has no rights | Igor Scheller | |
2018-12-25 | Sort Angels Alphabetical | Igor Scheller | |
closes #541 (Shift Signup: Sort Angels Alphabetical) | |||
2018-12-22 | reformatted code due to guidelines | jwacalex | |
2018-12-22 | first draft for #536 | jwacalex | |