Commit Graph

29 Commits (2588bbf7bc5374830662af7c01df688c42d30dc6)

Author SHA1 Message Date
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)
Bot e8f8fc7f5f Replaced gettext translation `_()` with `__()` that uses the Translator class
Bot 952c7892f3 Formatting & Docstrings
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
Igor Scheller 73175e2b64 : Added routing
msquare f82e5456d2 dried code by introducing selectOne for select queries with only one result line expected
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 3738d071f8 remove long array syntax
msquare 07ddbb0f4c make short variable names longer
msquare 91dafb19ec prohibit inline control structures on pages
msquare 53ad1b5110 fix codacy unused code
Philip Häusler 6bede2fd22 harden the sql queries
Philip Häusler f9e577352d remove html templates
Philip Häusler aad54bfe88 basic gettext integration
Philip Häusler a573b4e325 replaced header with redirect function
Philip Häusler dd4530d760 User Nick function, enhanced log with some links
Philip Häusler 0dabaa505e begin log
Philip Häusler ce7f071c38 angeltypes recreated
Daniel Friesel 5d9335fe18 admin_questions: More templates + sql fixes
Daniel Friesel 93dd7113b1 admin_groups minor cleanup
Philip Häusler 3afd05636e admin groups