summaryrefslogtreecommitdiff
path: root/includes/model/User_model.php
AgeCommit message (Expand)Author
2019-12-27Voucher: Added hours_per_voucher settingIgor Scheller
2019-12-27Voucher: Add worklog entries to calculationIgor Scheller
2019-12-25Voucher: Added calculation start timeIgor Scheller
2019-10-08Rebuild password resetIgor Scheller
2019-06-03Log messages without inline HTMLIgor Scheller
2019-04-28better nick validation, fixes #429msquare
2018-12-27fixes #548: users with only worklog and no shifts had 0 minutes on admin-acti...msquare
2018-12-27fixes #549: fill missing arrival dates and prevent setting arrival by admin-u...msquare
2018-12-27Sort users on team pageIgor Scheller
2018-12-18php7.3: Fix username validation regexIgor Scheller
2018-10-31User: Bugfixes & code cleanupIgor Scheller
2018-10-31Replaced more user related stuffIgor Scheller
2018-10-31Removed `User($id)` function :tada:Igor Scheller
2018-10-31Changed more functions :tada:Igor Scheller
2018-10-30EventConfig: Merge event configuration from database to global configIgor Scheller
2018-09-23Config: Removed nightshifts queryIgor Scheller
2018-08-29$bugfixesIgor Scheller
2018-01-14models: return null on empty resultIgor Scheller
2018-01-14FormattingBot
2018-01-14database: updated checks for selectOneIgor Scheller
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 pag...msquare
2017-12-25Formatting & DocstringsBot
2017-12-15Allow dot in user nameMichiK
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 l...msquare
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