62 Commits (85baeb3a6bbe178fc00848b2e385190f57d221f0)

Author SHA1 Message Date
Igor Scheller e74eb6eee4 Shifts edit: Added schedule import warning 5 years ago
Igor Scheller acf84f222d Added Room model 6 years ago
Bot be39c63f46 Renamed redirect() to throwRedirect() 6 years ago
Igor Scheller 9b08b951a2
Merge pull request #651 from MyIgel/shift-deletion-worklog
Save time of past shifts as worklog if they get deleted
6 years ago
Igor Scheller 35b820cd7d Use 403 forbidden on shifts json, atom export and ical export 7 years ago
Igor Scheller d71b27b78b Shifts: Save time as worklog if past shift gets deleted 7 years ago
msquare 8139f2fb4e redo fix shift view bug 7 years ago
msquare a521ace9f7 fix shift view bug 7 years ago
Igor Scheller c33940f64a Moved permission checks to Authenticator class 7 years ago
Igor Scheller 944c29b964 Require POST for sending forms
* Ensure that the form is submitted with a post request
* Replaced several links with forms

Closes #494 (Security Vulnerability)
7 years ago
Igor Scheller a2aaba9cab User: Bugfixes & code cleanup 7 years ago
Igor Scheller 4e09ee3eb2 Replaced more user related stuff
(Contains some buggy stuff too...)
7 years ago
Igor Scheller 7c6afc2bfe Removed `User($id)` function 🎉 7 years ago
Igor Scheller 89e62c95a7 Changed more functions 🎉 7 years ago
Igor Scheller d0abc27c07 Merge remote-tracking branch 'MyIgel/translations' 8 years ago
Bot e8f8fc7f5f Replaced gettext translation `_()` with `__()` that uses the Translator class 8 years ago
msquare 1090d5e889
Update shifts_controller.php
fix problem when missing needed angeltype entry
8 years ago
Igor Scheller d6c8f1a614 Merge branch 'master' to 'rebuild-database' 8 years ago
msquare 6dbec2e2fb remove unused code 8 years ago
Igor Scheller fe58e4f422 database: updated checks for selectOne 8 years ago
Bot 952c7892f3 Formatting & Docstrings 8 years ago
msquare 769d8c4af9 better logging of needed angeltypes for shifts and rooms 8 years ago
msquare 50f24271eb fix all redirects to home (because of new urls redirect to ? wont work anymore) 8 years ago
Igor Scheller 96f1d9fd54 Bugfixes 9 years ago
Igor Scheller d0074cf006 Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'
# 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
9 years ago
Igor Scheller cc01c906ba #336: Integration of symfony/http-foundation request 9 years ago
Igor Scheller 73175e2b64 #337: Added routing 9 years ago
msquare 7f4aa6daa5 remove exit commands after redirects (redirect does already die) 9 years ago
msquare a0af8d4624 further switching to db exceptions instead of return false 9 years ago
msquare a157004f4a handle failed db queries in Db class 9 years ago
Igor Scheller 3a1e460249 Changed $_GET, $_POST and $_REQUEST to use the Request object 9 years ago
Igor Scheller 781f830678 Fixes and improvements 9 years ago
Igor Scheller 8506d6d27e Refactoring: Config cleanup / moved to class 9 years ago
Bot 740026a9de Replaced [0-9] with \d 9 years ago
Igor Scheller 9a3ad88834 Changed from mysqli to PDO, some refactorings, faster sql queries 9 years ago
Bot 55141154c0 Replaced " with ' 9 years ago
Bot 356b2582f3 PPHDoc, formatting, fixes, cleanup 9 years ago
Bot d71e7bbfad Formatting 9 years ago
Bot 7313e15ce8 PSR-2 formatting 9 years ago
msquare 46528fe1d8 shift view performance improvements 9 years ago
msquare bae3ede662 fixes #279 fix exporting freeload comment in json export 9 years ago
msquare ff31d0a1c5 fix shift signup state being combined to null 9 years ago
msquare 3fd30add3c fix NPE 9 years ago
msquare 54f3253c32 fix js var names 9 years ago
msquare 15243f15fc fix shift view 9 years ago
msquare 27c9650dc4 reduce complexity of shifts controller 10 years ago
msquare 42144ed21c move static access to datetime parse function 10 years ago
msquare 455e417200 fix variable naming problems 10 years ago
msquare f3a0ce865d move sql queries from shifts controller to model 10 years ago
msquare 6ff5e7997a split user_shifts into different functions 10 years ago