summaryrefslogtreecommitdiff
path: root/includes/controller/shifts_controller.php
AgeCommit message (Expand)Author
2017-12-25Formatting & DocstringsBot
2017-12-17better logging of needed angeltypes for shifts and roomsmsquare
2017-11-19fix all redirects to home (because of new urls redirect to ? wont work anymore)msquare
2017-08-30BugfixesIgor Scheller
2017-08-29Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'Igor Scheller
2017-08-29#336: Integration of symfony/http-foundation requestIgor Scheller
2017-08-28#337: Added routingIgor Scheller
2017-07-28remove exit commands after redirects (redirect does already die)msquare
2017-07-28further switching to db exceptions instead of return falsemsquare
2017-07-23handle failed db queries in Db classmsquare
2017-07-19Changed $_GET, $_POST and $_REQUEST to use the Request objectIgor Scheller
2017-01-22Fixes and improvementsIgor Scheller
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-12-27shift view performance improvementsmsquare
2016-11-25fixes #279 fix exporting freeload comment in json exportmsquare
2016-11-24fix shift signup state being combined to nullmsquare
2016-11-23fix NPEmsquare
2016-11-15fix js var namesmsquare
2016-11-15fix shift viewmsquare
2016-10-04reduce complexity of shifts controllermsquare
2016-10-04move static access to datetime parse functionmsquare
2016-10-04fix variable naming problemsmsquare
2016-10-03move sql queries from shifts controller to modelmsquare
2016-10-02split user_shifts into different functionsmsquare
2016-10-01improve code stylemsquare
2016-08-22remove exit code from shifts controllermsquare
2014-12-28harden the sql queriesPhilip Häusler
2014-12-25shift signup improvements for shift viewPhilip Häusler
2014-12-22add more icons for better shift viewPhilip Häusler
2014-12-19link to next shift in menuPhilip Häusler
2014-12-19add basic shift viewPhilip Häusler
2014-12-17integrate shift type into shiftsPhilip Häusler
2014-09-08removed bootstrap.phpMoritz Kaspar Rudert (mortzu)
2013-12-09api export for all shiftsPhilip Häusler
2013-10-1330c3 themePhilip Häusler
2013-09-10#119 added basic shift json export support using same pattern like ical exportPhilip Häusler