summaryrefslogtreecommitdiff
path: root/includes/model
AgeCommit message (Expand)Author
2019-06-04Added more error messagesIgor Scheller
2019-06-04Add a config option for maximum signup in advanceMichiK
2019-06-03Log messages without inline HTMLIgor Scheller
2019-04-28better nick validation, fixes #429msquare
2019-01-13fixes #178: Show not only next but also last shift in free angels viewmsquare
2018-12-28Don't strip characters from direct messagesIgor Scheller
2018-12-28Order rooms in shift overview by nameIgor Scheller
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-12-02Moved permission checks to Authenticator classIgor Scheller
2018-11-24Added caching for templating and routingIgor Scheller
2018-10-31Replaced `Auth()` with `auth()`Igor Scheller
2018-10-31User: Bugfixes & code cleanupIgor Scheller
2018-10-31Replaced more sql queries and old dataIgor 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-31Replaced some global `$user` variablesIgor Scheller
2018-10-30EventConfig: Merge event configuration from database to global configIgor Scheller
2018-09-23Config: Removed nightshifts queryIgor Scheller
2018-09-16Merge remote-tracking branch 'MyIgel/logentry-model'Igor Scheller
2018-09-15Merge remote-tracking branch 'MyIgel/translations'Igor Scheller
2018-08-31Models: Added LogEntry modelIgor Scheller
2018-08-29$bugfixesIgor Scheller
2018-08-29Db::selectOne() should return null if result is emptyIgor Scheller
2018-08-20Prevent object serialization in sessionIgor Scheller
2018-08-07Prevent object serialization in sessionIgor Scheller
2018-01-14models: return null on empty resultIgor Scheller
2018-01-14FormattingBot
2018-01-14database: updated checks for selectOneIgor Scheller
2018-01-14database: integrated illuminate/database do Db class, removed unused methodsIgor Scheller
2017-12-29add work date to work logmsquare
2017-12-29fix work log logsmsquare
2017-12-29add user work log entries featuremsquare
2017-12-27feature request: filter angel types based on account settings, closes #362Igor Scheller
2017-12-27fixes #208, fixes #310: T-Shirt Scoreā„¢ should be shown on the user view pag...msquare
2017-12-27check if logged in before sign upmsquare
2017-12-26fix dashboard statsmsquare
2017-12-26fix #389: Public Dashboard Statsmsquare
2017-12-25Formatting & DocstringsBot
2017-12-25spelling fixesklemens
2017-12-23add show on dashboard flag for angeltypesmsquare
2017-12-20introduce new shift signup state for not arrived angelsmsquare
2017-12-20rewrite controller for creating shift entriesmsquare
2017-12-19fix shift entry deletemsquare
2017-12-19redo shift signoff and icons for delete/confirm/acknowledgment questionsmsquare
2017-12-17add log entries when deleting a roommsquare
2017-12-15Allow dot in user nameMichiK