summaryrefslogtreecommitdiff
path: root/includes/model
AgeCommit message (Collapse)Author
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
2017-08-16add edited_at_timestamp to shift creation to fix mysql errorAndrej Rode
2017-08-16fix only_full_group_by mysql default behaviourAndrej Rode
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-07-19unarrived angels can enter a shift (has been disabled for 33c3)msquare
2017-07-19remove 24h shift filter time range limitmsquare
2017-07-19fix small issues on checking success of a db querymsquare
2017-07-17Reapplied "Merge pull request #321 from raboof/wantsToDrive"Igor Scheller
2017-07-17Reapplied "Merge pull request #319 from ↵Igor Scheller
jwacalex/gh_317_unable_to_edit_hidden_room_in_admin"
2017-04-30Form validation: should tick at least on licenseArnout Engelen
Owning a car is not sufficient, select at least one kind of drivers' license
2017-04-11first fix for #317. hidden rooms can be seen with admin_rooms priviledgejwacalex
2017-03-03Some fixesIgor Scheller