summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Collapse)Author
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-07Fix sign-up to shifts by supporterMichiK
Any user with the `shiftentry_edit_angeltype_supporter` privilege was able to sign up any users of the correct angeltype to any shift that they could sign up themselves because the shift entry controller only checks for the global privilege an not the fact that the user is indeed supporter for the angeltype in question.
2017-12-06fix #376: Removing supporter rights does not workmsquare
2017-12-03ask for dect number if user arrivedmsquare
2017-12-02Rename 'supporter(s)' to 'Supporter(s)'MichiK
2017-12-02fix log on confirming angelsmsquare
2017-12-01fix user nick validation, fixes #369msquare
2017-12-01update bootstrap-datepicker and set orientation to bottom, fixes #370msquare
2017-11-30Hide 'You are not marked as arrived' notification in header until congress ↵msquare
starts, fixes #368
2017-11-29fix age validationmsquare
2017-11-29fix query for creating angeltypesmsquare
2017-11-29#366 Feature: Time Interval Buttons (on Shifts page), closes #366Igor Scheller
2017-11-25Refactored ExceptionHandlerIgor Scheller
2017-11-25Added ExceptionHandler InterfaceIgor Scheller
2017-11-24add shift calendar to angeltype view fix tab jumpsmsquare
2017-11-24add shift calendar to angeltype viewmsquare
2017-11-24complete feature contact info for angeltypes, fixes #275msquare
2017-11-21add validation of dect numbersmsquare
2017-11-19increase readability of hints with links, refs #357msquare
2017-11-19Added links to notifications, closes #357Igor Scheller
2017-11-19fix minor cody style issues (codacy)msquare
2017-11-19fix removing users from shift, fixes #359msquare
2017-11-19change logging of needed angeltypes for created shiftsmsquare
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-11-19fix problem with default values on registrationmsquare
2017-11-19fix problem with default values on registrationmsquare
2017-11-19fix problem with default values on registrationmsquare
2017-11-19fix problem with default values on registrationmsquare
2017-11-19fix problem with validation of planned arrival datemsquare
2017-11-19fix problem with bools in queriesmsquare
2017-11-19fix problem with default value when registeringmsquare
2017-11-19fix problem with default age when registeringmsquare
2017-11-19fix all redirects to home (because of new urls redirect to ? wont work anymore)msquare
2017-11-19fix log message from changing event configmsquare
2017-11-01Added RequestServiceProvider and SessionServiceProviderIgor Scheller
2017-11-01Moved includes to own fileIgor Scheller
2017-10-31Added service providersIgor Scheller
2017-09-25Merge branch 'noc0lour:fix_setup_bugs', closes #335Igor Scheller
2017-09-22Implemented service provider functionalityIgor Scheller
2017-09-21Added app path to containerIgor Scheller
2017-09-21Changed Container to Illuminate/ContainerIgor Scheller
@see https://laravel.com/docs/5.5/container @see https://davejamesmiller.com/2017/06/15/laravel-illuminate-container-in-depth
2017-09-20Added registration_enabled configurationIgor Scheller
2017-09-20Set cookie to httponlyIgor Scheller
2017-09-20Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'Igor Scheller
2017-09-20Added helpers unit testIgor Scheller
2017-09-19Changed LogEntries table: Use log level instead of nick nameIgor Scheller
2017-09-19Added LoggerIgor Scheller
2017-09-19Implemented containerIgor Scheller