You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
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
..
AngelType_model.php
fix query for creating angeltypes
7 years ago
EventConfig_model.php
dried code by introducing selectOne for select queries with only one result line expected
8 years ago
LogEntries_model.php
Changed LogEntries table: Use log level instead of nick name
8 years ago
Message_model.php
dried code by introducing selectOne for select queries with only one result line expected
8 years ago
NeededAngelTypes_model.php
move room db queries to model
7 years ago
Room_model.php
move room db queries to model
7 years ago
ShiftEntry_model.php
fix problem with default values, fixes #354 , fixes #353
7 years ago
ShiftSignupState.php
PPHDoc, formatting, fixes, cleanup
8 years ago
ShiftTypes_model.php
dried code by introducing selectOne for select queries with only one result line expected
8 years ago
ShiftsFilter.php
remove 24h shift filter time range limit
8 years ago
Shifts_model.php
fix union queries for dashboard stats
7 years ago
Stats.php
fix union queries for dashboard stats
7 years ago
UserAngelTypes_model.php
fix #376 : Removing supporter rights does not work
7 years ago
UserDriverLicenses_model.php
fix sql queries with bools
7 years ago
UserGroups_model.php
Changed from mysqli to PDO, some refactorings, faster sql queries
8 years ago
User_model.php
Allow dot in user name
7 years ago
ValidationResult.php
PPHDoc, formatting, fixes, cleanup
8 years ago