summaryrefslogtreecommitdiff
path: root/includes/controller
AgeCommit message (Collapse)Author
2017-12-30better hour formattingmsquare
2017-12-29add work date to work logmsquare
2017-12-29add user work log entries featuremsquare
2017-12-29small improvements of user viewmsquare
2017-12-29small improvements of user viewmsquare
2017-12-27tshirt-score for forced activemsquare
2017-12-27FormattingBot
2017-12-27fixes #208, fixes #310: T-Shirt Score™ should be shown on the user view ↵msquare
page below your shifts
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-23fix broken public dashboard shift linksmsquare
2017-12-23add show on dashboard flag for angeltypesmsquare
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-17better logging of needed angeltypes for shifts and roomsmsquare
2017-12-13add fullscreen button to dashboard and update translation to germanmsquare
2017-12-13add link to public dashboard from shift viewmsquare
2017-12-12finish basic public dashboardmsquare
2017-12-11add quick+dirty public dashboardmsquare
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-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-12-02fix log on confirming angelsmsquare
2017-11-24add shift calendar to angeltype view fix tab jumpsmsquare
2017-11-24add shift calendar to angeltype viewmsquare
2017-11-24complete feature contact info for angeltypes, fixes #275msquare
2017-11-19fix removing users from shift, fixes #359msquare
2017-11-19fix all redirects to home (because of new urls redirect to ? wont work anymore)msquare
2017-11-19fix log message from changing event configmsquare
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-08-28#337: Added routingIgor Scheller
2017-07-28remove exit commands after redirects (redirect does already die)msquare
2017-07-28dried code by introducing selectOne for select queries with only one result ↵msquare
line expected
2017-07-28fix angeltype edit and display bugsmsquare
2017-07-28further switching to db exceptions instead of return falsemsquare
2017-07-28clear delete queries from false resulsmsquare
2017-07-23handle failed db queries in Db classmsquare
2017-07-20Passwords should be postedIgor Scheller
2017-07-19Changed $_GET, $_POST and $_REQUEST to use the Request objectIgor Scheller
2017-07-17Reapplied "Merge pull request #319 from ↵Igor Scheller
jwacalex/gh_317_unable_to_edit_hidden_room_in_admin"
2017-03-03Some fixesIgor Scheller