summaryrefslogtreecommitdiff
path: root/includes/controller/shift_entries_controller.php
AgeCommit message (Collapse)Author
2017-12-27FormattingBot
2017-12-27check if logged in before sign upmsquare
2017-12-26Updated translation / Formatting / TestIgor Scheller
2017-12-25Removed dead function callIgor Scheller
2017-12-25Formatting & DocstringsBot
2017-12-25spelling fixesklemens
2017-12-20introduce new shift signup state for not arrived angelsmsquare
2017-12-20rewrite controller for creating shift entriesmsquare
2017-12-20rewrite controller for creating shift entriesmsquare
2017-12-19fix shift entry deletemsquare
2017-12-19redo shift signoff and icons for delete/confirm/acknowledgment questionsmsquare
2017-12-19remove flags since they do not belong to language selectionmsquare
2017-12-07Fix sign-up to shifts by supporterMichiK
Any user with the `shiftentry_edit_angeltype_supporter` privilege was able to sign up any users of the correct angeltype to any shift that they could sign up themselves because the shift entry controller only checks for the global privilege an not the fact that the user is indeed supporter for the angeltype in question.
2017-11-19fix removing users from shift, fixes #359msquare
2017-09-16change shift renderer global add user linkmsquare
2017-08-30BugfixesIgor Scheller
2017-08-29Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'Igor Scheller
# Conflicts: # includes/controller/angeltypes_controller.php # includes/pages/admin_groups.php # includes/pages/user_settings.php # includes/sys_page.php # src/Exceptions/Handler.php # src/Http/Request.php
2017-08-29#336: Integration of symfony/http-foundation requestIgor Scheller
2017-07-28dried code by introducing selectOne for select queries with only one result ↵msquare
line expected
2017-07-28clear delete queries from false resulsmsquare
2017-07-23handle failed db queries in Db classmsquare
2017-07-19Changed $_GET, $_POST and $_REQUEST to use the Request objectIgor Scheller
2017-01-21Replaced [0-9] with \dBot
2017-01-21Replaced " with 'Bot
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-12-27fix edit user bug deleting emailsmsquare
2016-12-24fixes #298 allow a shift supporter to remove a user from shiftmsquare
2016-12-24#298 hide freeload form from angeltype supportersmsquare
2016-12-24begin #298 add privilege and add users to shifts by angeltype supportermsquare
2016-11-30forgot to remove if-statement -.-jwacalex
2016-11-30fixed broken logic in controller (cf. to mail to @msquare)jwacalex
2016-11-12redone shift coloring and shift signup statemsquare
2016-10-04reduce complexity of shifts controllermsquare
2016-10-03fix missing variablesmsquare
2016-10-03introduce ShiftsFiltermsquare