summaryrefslogtreecommitdiff
path: root/includes/controller/shifts_controller.php
AgeCommit message (Expand)Author
2019-12-08Renamed redirect() to throwRedirect()Bot
2019-10-21Merge pull request #651 from MyIgel/shift-deletion-worklogIgor Scheller
2019-09-18Use 403 forbidden on shifts json, atom export and ical exportIgor Scheller
2019-09-18Shifts: Save time as worklog if past shift gets deletedIgor Scheller
2019-08-21redo fix shift view bugmsquare
2019-08-21fix shift view bugmsquare
2018-12-02Moved permission checks to Authenticator classIgor Scheller
2018-11-21Require POST for sending formsIgor Scheller
2018-10-31User: Bugfixes & code cleanupIgor Scheller
2018-10-31Replaced more user related stuffIgor Scheller
2018-10-31Removed `User($id)` function :tada:Igor Scheller
2018-10-31Changed more functions :tada:Igor Scheller
2018-09-15Merge remote-tracking branch 'MyIgel/translations'Igor Scheller
2018-08-29Replaced gettext translation `_()` with `__()` that uses the Translator classBot
2018-08-28Update shifts_controller.phpmsquare
2018-08-20Merge branch 'master' to 'rebuild-database'Igor Scheller
2018-01-28remove unused codemsquare
2018-01-14database: updated checks for selectOneIgor Scheller
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