80 Commits (eefae43a47a3f85c4a963c7b7c506425715cab96)

Author SHA1 Message Date
Igor Scheller 4e709d0d23 Log messages without inline HTML 5 years ago
msquare 4f1cef546e better nick validation, fixes #429 6 years ago
msquare 794df6f99e fixes #548: users with only worklog and no shifts had 0 minutes on admin-active. query fixed 6 years ago
msquare db26412e6c fixes #549: fill missing arrival dates and prevent setting arrival by admin-user instead of admin-arrive 6 years ago
Igor Scheller 689735ad51 Sort users on team page 6 years ago
Igor Scheller c676e73cf6 php7.3: Fix username validation regex
closes #523 (Login does not work ->Invalid range in character class)
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 7c6afc2bfe Removed `User($id)` function 🎉 6 years ago
Igor Scheller 89e62c95a7 Changed more functions 🎉 6 years ago
Igor Scheller 7f61dc95be EventConfig: Merge event configuration from database to global config 6 years ago
Igor Scheller 2a134e6c0b Config: Removed nightshifts query 6 years ago
Igor Scheller 5456fea503 $bugfixes 6 years ago
Igor Scheller 0d154365a2 models: return null on empty result 7 years ago
Bot 5227fe6a94 Formatting 7 years ago
Igor Scheller fe58e4f422 database: updated checks for selectOne 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
msquare 1e8f0c4845 fixes #208, fixes #310: T-Shirt Score™ should be shown on the user view page below your shifts 7 years ago
Bot 952c7892f3 Formatting & Docstrings 7 years ago
MichiK 9c54b42a3d Allow dot in user name
0f273988 changed the regular expression for user names. The new regex
does not allow dots anymore in user names, stripping them silently.
We already have at least one user with a dot in their name who can't
login now anymore.
7 years ago
msquare 0f273988c9 fix user nick validation, fixes #369 7 years ago
msquare 88ea992f9c fix sql queries with bools 7 years ago
Bot a473a56f1d Formatting 7 years ago
msquare f82e5456d2 dried code by introducing selectOne for select queries with only one result line expected 7 years ago
msquare 5cffcd7fdf fix angeltype edit and display bugs 7 years ago
msquare a0af8d4624 further switching to db exceptions instead of return false 7 years ago
msquare 5794c4cab8 clear delete queries from false resuls 7 years ago
msquare a157004f4a handle failed db queries in Db class 7 years ago
Bot 3de0cc840f Removed spaces 8 years ago
Igor Scheller 8506d6d27e Refactoring: Config cleanup / moved to class 8 years ago
Bot 915ce28fee Replaced " with ' 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 bae3ede662 fixes #279 fix exporting freeload comment in json export 8 years ago
msquare 9098b8e80d reduce complexity of user view 8 years ago
msquare bd54bec595 add ValidationResult to namespace 8 years ago
msquare d64f96b6a1 reduce complexity of angeltype controller 8 years ago
msquare f2630162e9 reduce complexity of password recovery controller 8 years ago
msquare 53a306f14b make departure date nullable 8 years ago
msquare 16ed2ae683 fixed settings validation 8 years ago
msquare 03c9d1ef5d reduce complexity of user settings main 8 years ago
msquare 247166f28b improve code of user settings 8 years ago
msquare f5a5f234e4 fixes #266: add checkbox allowing the users email to be used by humans like event-team 8 years ago
msquare 82b9436c50 rename coordinator to supporter 8 years ago
msquare eec10ebfc5 reduce complexity of user angeltypes controller 8 years ago
msquare 3738d071f8 remove long array syntax 8 years ago