summaryrefslogtreecommitdiff
path: root/includes/pages/user_atom.php
AgeCommit message (Collapse)Author
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-09-18Use 403 forbidden on shifts json, atom export and ical exportIgor Scheller
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.
2018-12-02Moved permission checks to Authenticator classIgor Scheller
2018-10-31Replaced more user related stuffIgor Scheller
(Contains some buggy stuff too...)
2018-10-30Make application name configurableIgor Scheller
* Added app_name configuration option * Extended `EngelsystemMailer` to prepend the application name to all mails Closes #426
2018-01-14database: updated checks for selectOneIgor Scheller
2017-12-25Formatting & DocstringsBot
2017-08-31Implemented containerIgor Scheller
2017-08-29#336: Integration of symfony/http-foundation requestIgor Scheller
2017-08-28#337: Added routingIgor Scheller
2017-07-19Changed $_GET, $_POST and $_REQUEST to use the Request objectIgor Scheller
2017-01-22Removed spacesBot
2017-01-21Refactoring: Config cleanup / moved to classIgor Scheller
2017-01-21Replaced [0-9] with \dBot
2017-01-21Changed from mysqli to PDO, some refactorings, faster sql queriesIgor Scheller
2017-01-03Replaced " with 'Bot
2017-01-03PPHDoc, formatting, fixes, cleanupBot
2017-01-02FormattingBot
2017-01-02PSR-2 formattingBot
2016-11-25fixes #279 fix exporting freeload comment in json exportmsquare
2016-08-22remove old update scriptmsquare
2016-08-22improve quality of user atommsquare
2016-08-22split user atom into different functionsmsquare
2016-08-21fix codacy unused codemsquare
2013-09-10#119 added basic shift json export support using same pattern like ical exportPhilip Häusler
2012-12-26added Atom feed for news and meetingsJan-Philipp Litza