73 Commits (11c8aa25367f6bf8014d2d868c3ce3882bb2e02e)

Author SHA1 Message Date
msquare dd6963a2bd closes #877: sequential numbers for arrived angels view 3 years ago
msquare ca8f851ab1 user shirt edit: finetuning shirt edit view and logs 3 years ago
Igor Scheller 5c90a1ef37 Added shirt edit view 3 years ago
Igor Scheller f201b2f1c8 Merge branch 'feature-bootstrap5'
# Conflicts:
#	package.json
#	tests/Unit/Renderer/Twig/Extensions/GlobalsTest.php
#	webpack.config.js
#	yarn.lock
3 years ago
Igor Scheller 36ba619d5a
Fixed button sizes and types 3 years ago
Igor Scheller b41a9a02d1
Use bootstrap icons instead of glyphicons 3 years ago
msquare d7eb3b9c5b how to mark angels as active 4 years ago
Igor Scheller f732a4af6f Added Worklog model 4 years ago
Igor Scheller 390db395a6 File formatting fixes 5 years ago
Igor Scheller e1471248fe User: Add pronoun statement 5 years ago
Bot be39c63f46 Renamed redirect() to throwRedirect() 5 years ago
Igor Scheller 4e709d0d23 Log messages without inline HTML 6 years ago
Igor Scheller 540efef63e active angels: Bugfix and prevent errors when searching double spaces 6 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)
6 years ago
Igor Scheller 82b22160fd Fixed error if shirt size is not configured 6 years ago
Igor Scheller a2aaba9cab User: Bugfixes & code cleanup 6 years ago
Igor Scheller 4e09ee3eb2 Replaced more user related stuff
(Contains some buggy stuff too...)
6 years ago
Igor Scheller 89e62c95a7 Changed more functions 🎉 6 years ago
Igor Scheller 2a134e6c0b Config: Removed nightshifts query 6 years ago
Bot e8f8fc7f5f Replaced gettext translation `_()` with `__()` that uses the Translator class 6 years ago
Igor Scheller acfe72cb91 Removed translation from config file 6 years ago
Igor Scheller fe58e4f422 database: updated checks for selectOne 7 years ago
msquare 73ed2308c1 use user tshirt count 7 years ago
msquare b3ca550ed0 simplify t-shirt statistics 7 years ago
msquare 0314ba19e3 make got t-shirt always available 7 years ago
msquare c961269bb7 better hour formatting 7 years ago
msquare ee9fbda098 add work date to work log 7 years ago
msquare 86a38a3372 add user work log entries feature 7 years ago
Bot 952c7892f3 Formatting & Docstrings 7 years ago
msquare 15c50ab315 fix minor cody style issues (codacy) 7 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
7 years ago
Igor Scheller 73175e2b64 #337: Added routing 7 years ago
msquare f82e5456d2 dried code by introducing selectOne for select queries with only one result line expected 8 years ago
Igor Scheller 3a1e460249 Changed $_GET, $_POST and $_REQUEST to use the Request object 8 years ago
Bot 3de0cc840f Removed spaces 8 years ago
Igor Scheller 8506d6d27e Refactoring: Config cleanup / moved to class 8 years ago
Bot 740026a9de Replaced [0-9] with \d 8 years ago
Igor Scheller 9a3ad88834 Changed from mysqli to PDO, some refactorings, faster sql queries 8 years ago
Bot 55141154c0 Replaced " with ' 8 years ago
Bot 356b2582f3 PPHDoc, formatting, fixes, cleanup 8 years ago
Bot d71e7bbfad Formatting 8 years ago
Bot 7313e15ce8 PSR-2 formatting 8 years ago
msquare 5600476c56 fix missing users on active angels view 8 years ago
msquare f6da9148e7 fix missing var check 8 years ago
anykraus efb7dbfb01 fix admin_active.php not displaying (issue #271)
Reverts 53ad1b5110 "fix codacy unused code" partially. (where $shift_sum_formula was removed from global)
8 years ago
msquare 3738d071f8 remove long array syntax 8 years ago
msquare 07ddbb0f4c make short variable names longer 8 years ago
msquare f05f1a3cd4 rename to 8 years ago
msquare 91dafb19ec prohibit inline control structures on pages 8 years ago
msquare 53ad1b5110 fix codacy unused code 8 years ago