summaryrefslogtreecommitdiff
path: root/includes/pages/user_shifts.php
AgeCommit message (Collapse)Author
2019-12-12Extended the iCal section with a collapsible card to show the current api key.cbluoss
2019-12-08Renamed redirect() to throwRedirect()Bot
2019-11-28Removed global $ical_shiftsIgor Scheller
2019-11-03fix #634 by also allowing only restricted angeltypesmsquare
2019-07-24make shift calendar printablemsquare
2019-05-05add help button to ical export for android, fixes #402msquare
2019-03-09Support alternative home sitesJanne Heß
2018-12-08Really fix the data/timepicker CSS and JSMichiK
Attaching the timepicker to the input instead of the sorrounding div didn't turn out as expected. Therefore, I used the same mechanism for DOM attachment and lazy initialization for the timepicker like for the datepicker. Instead of trying to load the CSS through webpack and some JS voodoo, it's a lot simpler to just include it via the normal base theme CSS. This works. In addition, I noticed that there is an easier way to read the current locale. No need to do this twice via different ways. This closes #516.
2018-12-05Add timepickers in shifts viewMichiK
2018-12-02Moved permission checks to Authenticator classIgor Scheller
2018-10-31Replaced `Auth()` with `auth()`Igor Scheller
2018-10-31Removed `User($id)` function :tada:Igor Scheller
2018-10-31Changed more functions :tada:Igor Scheller
2018-10-31Replaced some global `$user` variablesIgor Scheller
2018-09-15Merge remote-tracking branch 'MyIgel/translations'Igor Scheller
2018-09-10Moved frontend, templates and lang to resourcesIgor Scheller
2018-09-09Merge remote-tracking branch 'MyIgel/templating'Igor Scheller
2018-08-29Replaced gettext translation `_()` with `__()` that uses the Translator classBot
2018-08-29Added Twig template renderer, closes #338Igor Scheller
2018-08-20Prevent object serialization in sessionIgor Scheller
2018-08-20Merge branch 'master' to 'rebuild-database'Igor Scheller
2018-08-07Prevent object serialization in sessionIgor Scheller
2018-01-22remove br between shift filter checkboxesmsquare
2018-01-14database: updated checks for selectOneIgor Scheller
2017-12-29add shift filter buttons at the topmsquare
2017-12-27fix ical export descriptionmsquare
2017-12-27feature request: filter angel types based on account settings, closes #362Igor Scheller
2017-12-27check if logged in before sign upmsquare
2017-12-25Formatting & DocstringsBot
2017-12-20introduce new shift signup state for not arrived angelsmsquare
2017-12-20rewrite controller for creating shift entriesmsquare
2017-12-19redo shift signoff and icons for delete/confirm/acknowledgment questionsmsquare
2017-12-13add link to public dashboard from shift viewmsquare
2017-12-10remove room number and visible flag, rename pentabarf to frab and introduce ↵msquare
map/c3nav integration as well as markdown description for rooms
2017-11-29#366 Feature: Time Interval Buttons (on Shifts page), closes #366Igor Scheller
2017-11-19fix all redirects to home (because of new urls redirect to ? wont work anymore)msquare
2017-09-25Merge branch 'noc0lour:fix_setup_bugs', closes #335Igor Scheller
2017-08-31Reimplementation of 2840bb619 (signup requires arrival), closes #330Igor Scheller
2017-08-30Use symfony sessionIgor Scheller
2017-08-29#336: Integration of symfony/http-foundation requestIgor Scheller
2017-08-28#337: Added routingIgor Scheller
2017-08-16fix order by not in select clause for >mysql-5.7Andrej Rode
2017-07-20replaced template_render with dynamic renderer classIgor Scheller
2017-07-19Changed $_GET, $_POST and $_REQUEST to use the Request objectIgor Scheller
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