summaryrefslogtreecommitdiff
path: root/includes/model
AgeCommit message (Collapse)Author
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
2017-12-10remove room number and visible flag, rename pentabarf to frab and introduce ↵msquare
map/c3nav integration as well as markdown description for rooms
2017-12-06fix #376: Removing supporter rights does not workmsquare
2017-12-01fix user nick validation, fixes #369msquare
2017-11-29fix query for creating angeltypesmsquare
2017-11-24add shift calendar to angeltype viewmsquare
2017-11-24complete feature contact info for angeltypes, fixes #275msquare
2017-11-19fix problem with default values, fixes #354, fixes #353msquare
2017-11-19fix problem with default value for userangeltype.supporter, fixes #352msquare
2017-11-19fix sql queries with boolsmsquare
2017-09-25Merge branch 'noc0lour:fix_setup_bugs', closes #335Igor Scheller
2017-09-19Changed LogEntries table: Use log level instead of nick nameIgor Scheller
2017-08-31Reimplementation of 2840bb619 (signup requires arrival), closes #330Igor Scheller
2017-08-30FormattingBot