summaryrefslogtreecommitdiff
path: root/includes/model/User_model.php
AgeCommit message (Collapse)Author
2017-12-29add work date to work logmsquare
2017-12-29add user work log entries featuremsquare
2017-12-27fixes #208, fixes #310: T-Shirt Score™ should be shown on the user view ↵msquare
page below your shifts
2017-12-25Formatting & DocstringsBot
2017-12-15Allow dot in user nameMichiK
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.
2017-12-01fix user nick validation, fixes #369msquare
2017-11-19fix sql queries with boolsmsquare
2017-08-30FormattingBot
2017-07-28dried code by introducing selectOne for select queries with only one result ↵msquare
line expected
2017-07-28fix angeltype edit and display bugsmsquare
2017-07-28further switching to db exceptions instead of return falsemsquare
2017-07-28clear delete queries from false resulsmsquare
2017-07-23handle failed db queries in Db classmsquare
2017-01-22Removed spacesBot
2017-01-21Refactoring: Config cleanup / moved to classIgor Scheller
2017-01-21Replaced " with 'Bot
2017-01-21Changed from mysqli to PDO, some refactorings, faster sql queriesIgor Scheller
2017-01-03Replaced " with 'Bot
2017-01-03PPHDoc, formatting, fixes, cleanupBot
2017-01-02FormattingBot
2017-01-02PSR-2 formattingBot
2016-11-25fixes #279 fix exporting freeload comment in json exportmsquare
2016-11-18reduce complexity of user viewmsquare
2016-11-18add ValidationResult to namespacemsquare
2016-11-17reduce complexity of angeltype controllermsquare
2016-11-15reduce complexity of password recovery controllermsquare
2016-11-15make departure date nullablemsquare
2016-11-14fixed settings validationmsquare
2016-11-11reduce complexity of user settings mainmsquare
2016-11-11improve code of user settingsmsquare
2016-11-11fixes #266: add checkbox allowing the users email to be used by humans like ↵msquare
event-team
2016-11-11rename coordinator to supportermsquare
2016-10-04reduce complexity of user angeltypes controllermsquare
2016-09-30remove long array syntaxmsquare
2016-09-29make short variable names longermsquare
2016-09-29prohibit inline control structures on model and viewmsquare
2016-02-07issue #242 - make app caluclate number of vouchers for angelstike
2015-12-30add a more secure way to delete users containing a password requestPhilip Häusler
2015-12-20#198 fixed: driving license feature completed - integrated into angeltypesPhilip Häusler
2015-08-12make multiple vouchers possiblePhilip Häusler
2015-08-11fix user update problemPhilip Häusler
2015-07-12add arrival date featurePhilip Häusler
2015-07-12remove avatarsPhilip Häusler
2014-12-28harden the sql queriesPhilip Häusler
2014-12-26use user nick renderPhilip Häusler
2014-12-26user voucher featurePhilip Häusler
2014-12-16only log if api key was reset on purposeFelix Favre
2014-12-12on api-key reset also log the usernameFelix Favre
2014-12-06add opt-in bool for shiftinfo mails and remove icq from usersPhilip Häusler
2014-09-28clear up mvc for user listPhilip Häusler