Commit Graph

56 Commits (15751f9c7a31e9375b5b8f6ce126f35c7244eb48)

Author SHA1 Message Date
Igor Scheller 88f3bafa5e Replaced `Auth()` with `auth()`
Igor Scheller a2aaba9cab User: Bugfixes & code cleanup
Igor Scheller 89e62c95a7 Changed more functions 🎉
Igor Scheller 2dcb7cc2de Replaced some global `$user` variables
Igor Scheller d15946df2d Changed `src/` code and templates to use the new user model
Igor Scheller 6187eed3bb Merge remote-tracking branch 'MyIgel/mailing'
Igor Scheller d0abc27c07 Merge remote-tracking branch 'MyIgel/translations'
Igor Scheller 222c9fed7d Merge remote-tracking branch 'MyIgel/templating'
Igor Scheller 01e9c22695 Implemented mailing abstraction
Closes 
Igor Scheller 36dafdb68a Merge remote-tracking branch 'MyIgel/rebuild-psr7'
Bot e8f8fc7f5f Replaced gettext translation `_()` with `__()` that uses the Translator class
Igor Scheller 427315195b Moved translation/internationalization to Helpers\Translator class
Igor Scheller d6c8f1a614 Merge branch 'master' to 'rebuild-database'
Igor Scheller f3b3b6683c Added middleware tests
Bot 28349b69a8 Changed JS to use single quotes instead of double quotes
Igor Scheller fe58e4f422 database: updated checks for selectOne
Katrin Leinweber a2fa3fce3d rephrase more naturally
Igor Scheller 6953090e7d 392: Show warning message when editing html news without proper permissions to save them, Closes
Bot 952c7892f3 Formatting & Docstrings
msquare 567ed9ebd2 remove flags since they do not belong to language selection
Igor Scheller d49e49c364 Implemented service provider functionality
Igor Scheller 8c81adc8e8 Implemented container
Igor Scheller 0a20883aa8 Reimplementation of 2840bb619 (signup requires arrival), closes
Igor Scheller 2bd127c011 Use symfony session
Igor Scheller cc01c906ba : Integration of symfony/http-foundation request
Igor Scheller 3a1e460249 Changed $_GET, $_POST and $_REQUEST to use the Request object
Igor Scheller a2b9edc6a3 Reapplied "Merge pull request from Scriptkiddi/master"
Igor Scheller 8506d6d27e Refactoring: Config cleanup / moved to class
Bot 55141154c0 Replaced " with '
Bot 356b2582f3 PPHDoc, formatting, fixes, cleanup
Bot d71e7bbfad Formatting
Bot 7313e15ce8 PSR-2 formatting
Igor Scheller 1f0ca24f5c Fix relative paths: missing / on internationalization
Igor Scheller f894ca5fa4 Fix relative paths
msquare f2630162e9 reduce complexity of password recovery controller
msquare 6dfefc3bb9 small code improvements
msquare 3738d071f8 remove long array syntax
msquare 07ddbb0f4c make short variable names longer
msquare 5170fd7f6e prohibit inline control structures on helpers
msquare 28e5a3b978 user_ical rewrite (remove codacy issues)
Felix Favre 8c1f6d2c9c removed sessionhelper. we should let this handle the server administrator within the PHP config
Philip Häusler c4ee004095 rework arrival stat graphs and tables
Philip Häusler 53737666c6 add bootstrap datepicker
Felix Favre dc2c986522 fix location of session file storage
Philip Häusler 0a59089e2b add room model tests
Philip Häusler 7e650920d3 dont send mails for my own actions
Philip Häusler 57a92dbdcd add opt-in bool for shiftinfo mails and remove icq from users
Philip Häusler 07b6541204 move language to submenu
Philip Häusler 094715e6ee optimize navbar for 1024 px width
Philip Häusler 50fea6d371 fix session security issue (same session on multiple instances)