Commit Graph

23 Commits (eefae43a47a3f85c4a963c7b7c506425715cab96)

Author SHA1 Message Date
Igor Scheller c33940f64a Moved permission checks to Authenticator class
Igor Scheller 944c29b964 Require POST for sending forms
* Ensure that the form is submitted with a post request
* Replaced several links with forms

Closes  (Security Vulnerability)
Igor Scheller 7f61dc95be EventConfig: Merge event configuration from database to global config
Bot e8f8fc7f5f Replaced gettext translation `_()` with `__()` that uses the Translator class
Igor Scheller 646ffc1910 $bugfixes...
Igor Scheller fe58e4f422 database: updated checks for selectOne
Bot 952c7892f3 Formatting & Docstrings
msquare 50f24271eb fix all redirects to home (because of new urls redirect to ? wont work anymore)
msquare e9a28eb20e fix log message from changing event config
msquare a157004f4a handle failed db queries in Db class
Igor Scheller 3a1e460249 Changed $_GET, $_POST and $_REQUEST to use the Request object
Bot 55141154c0 Replaced " with '
Bot 356b2582f3 PPHDoc, formatting, fixes, cleanup
Bot d71e7bbfad Formatting
Bot 7313e15ce8 PSR-2 formatting
msquare f5a5f234e4 fixes : add checkbox allowing the users email to be used by humans like event-team
msquare c231070dcc rename ok to valid
msquare f05f1a3cd4 rename to
msquare bd9003f5d5 prohibit inline control structures on controllers
msquare a083c198bb better log when changing event config
msquare 6f6724e55b update german translation
msquare 5957e05bf1 finished rename settings to event config and added more date validation for event config
msquare 031fc3057c rename settings to event config and implement mvc pattern on it