Commit Graph

25 Commits (c57dfc631caf98df46ac014812f962863f0bfa61)

Author SHA1 Message Date
Igor Scheller 96f1d9fd54 Bugfixes
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
Igor Scheller cc01c906ba : Integration of symfony/http-foundation request
msquare f82e5456d2 dried code by introducing selectOne for select queries with only one result line expected
msquare 5794c4cab8 clear delete queries from false resuls
msquare a157004f4a handle failed db queries in Db class
Igor Scheller 3a1e460249 Changed $_GET, $_POST and $_REQUEST to use the Request object
Bot 740026a9de Replaced [0-9] with \d
Bot 915ce28fee Replaced " with '
Igor Scheller 9a3ad88834 Changed from mysqli to PDO, some refactorings, faster sql queries
Bot 55141154c0 Replaced " with '
Bot 356b2582f3 PPHDoc, formatting, fixes, cleanup
Bot d71e7bbfad Formatting
Bot 7313e15ce8 PSR-2 formatting
msquare 46528fe1d8 shift view performance improvements
msquare 2f2d08c574 fix edit user bug deleting emails
msquare 99c7e8ce1a fixes allow a shift supporter to remove a user from shift
msquare 0c15964e6b hide freeload form from angeltype supporters
msquare e86d75b4d9 begin add privilege and add users to shifts by angeltype supporter
jwacalex 1324260e0f forgot to remove if-statement -.-
jwacalex f4f6dfefcb fixed broken logic in controller (cf. to mail to @msquare)
msquare 1a3b4e2a33 redone shift coloring and shift signup state
msquare 27c9650dc4 reduce complexity of shifts controller
msquare 09c931dcf5 fix missing variables
msquare 6c8a113383 introduce ShiftsFilter