summaryrefslogtreecommitdiff
path: root/includes/model
AgeCommit message (Expand)Author
2019-12-30Migrate message viewMichael Weimann
2019-12-27Shifts overview: Added filter_max_duration to limit max runtimeIgor Scheller
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-12-12ShiftEntry query now returns the related user.name as well.cbluoss
2019-12-08Merge pull request #685 from MyIgel/schedule-importmsquare
2019-12-08Add timezone to shifts JSONIgor Scheller
2019-12-08Added Schedule parsing and replaced old Fahrplan importerIgor Scheller
2019-10-21Merge pull request #651 from MyIgel/shift-deletion-worklogIgor Scheller
2019-10-13Deleted shift: Multiply with night shifts multiplier for worklog entryIgor Scheller
2019-10-08Rebuild password resetIgor Scheller
2019-09-18Rooms: Save times as Worklog and notify on room deletionIgor Scheller
2019-09-18Shifts: Save time as worklog if past shift gets deletedIgor Scheller
2019-08-21Shift signup/signout: Be more verboseIgor Scheller
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