summaryrefslogtreecommitdiff
path: root/includes/pages
AgeCommit message (Collapse)Author
2019-12-30Migrate message viewMichael Weimann
2019-12-28Admin arrive: Fixed searchIgor Scheller
2019-12-26User: Add pronoun statementIgor Scheller
2019-12-19Add the container class to some viewsMichael Weimann
2019-12-12Extended the iCal section with a collapsible card to show the current api key.cbluoss
2019-12-08Resolve redirect problem in schedule importmsquare
2019-12-08Renamed GuzzleServiceProvider to HttpClientServiceProvider, fixed ↵Igor Scheller
translation and import error
2019-12-08ImportSchedule: Append talk language to shift titleIgor Scheller
Resolves #587 (Include talk language into Frab-imported shift titles)
2019-12-08Added Schedule parsing and replaced old Fahrplan importerIgor Scheller
Resolves #553 (Change Frab Import from xCal to XML) Resolves #538 (Feature Request: Multi Frab Import)
2019-12-08Renamed redirect() to throwRedirect()Bot
2019-12-07Questions: Moved user tests to user and fixed attribute names, added @coversIgor Scheller
2019-12-07Migrate Question usagesMichael Weimann
2019-11-28Removed global $ical_shiftsIgor Scheller
2019-11-28Removed global $pageIgor Scheller
2019-11-12Migrate view to the NewsComments modelMichael Weimann
2019-11-10News: Bug fixes, cleanup, comments & formattingIgor Scheller
Use more magically available methods and properties Fixed atom feed and stats not using the new model
2019-11-10Migrate news to model classMichael Weimann
2019-11-03fix #634 by also allowing only restricted angeltypesmsquare
2019-11-03remove legacy file guest startmsquare
2019-10-21Merge pull request #651 from MyIgel/shift-deletion-worklogIgor Scheller
Save time of past shifts as worklog if they get deleted
2019-10-13Use 403 forbidden on shifts json, atom export and ical exportIgor Scheller
2019-10-08Show normal login page after registration, added msg() template functionIgor Scheller
2019-09-18Rooms: Save times as Worklog and notify on room deletionIgor Scheller
2019-08-24Edit user: Prevent overwriting first and last name if temporary disabledIgor Scheller
2019-08-24User admin: Allow setting new groups if user has none assignedIgor Scheller
2019-08-24feature: disable lastname+prename in configmsquare
2019-08-22Admin user: Show force active status in logIgor Scheller
2019-08-19fix back button on shift create previewmsquare
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-24make shift calendar printablemsquare
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-04Only show the shift "Comment" field for own entriesIgor 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-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-28comments: Don't strip charactersIgor Scheller
closes #510 (htmlentities-like content in a comment gets removed)