summaryrefslogtreecommitdiff
path: root/includes/model
AgeCommit message (Collapse)Author
2018-12-28Don't strip characters from direct messagesIgor Scheller
2018-12-28Order rooms in shift overview by nameIgor Scheller
closes #551 (Order of Rooms in overview)
2018-12-27fixes #548: users with only worklog and no shifts had 0 minutes on ↵msquare
admin-active. query fixed
2018-12-27fixes #549: fill missing arrival dates and prevent setting arrival by ↵msquare
admin-user instead of admin-arrive
2018-12-27Sort users on team pageIgor Scheller
2018-12-18php7.3: Fix username validation regexIgor Scheller
closes #523 (Login does not work ->Invalid range in character class)
2018-12-02Moved permission checks to Authenticator classIgor Scheller
2018-11-24Added caching for templating and routingIgor Scheller
See #486 (Implement caching)
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
(Contains some buggy stuff too...)
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 ↵msquare
page below your shifts
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
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-14fix union queries for dashboard statsmsquare
2017-12-14fix dashboard using needed angeltypes from room config too for frab shiftsmsquare
2017-12-13improve public dashboardmsquare
2017-12-12finish basic public dashboardmsquare
2017-12-10move room db queries to modelmsquare