summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Expand)Author
2018-12-09upgrade chart.js lib and fix bargraph. fixes #511msquare
2018-12-09fix margin of form submit in tablesmsquare
2018-12-08Really fix the data/timepicker CSS and JSMichiK
2018-12-07Change the color of "reset" in admin_arriveMichiK
2018-12-05Add timepickers in shifts viewMichiK
2018-12-04Replace datepicker and remove datepicker inline JSMichiK
2018-12-03Fix datepickerMichiK
2018-12-02Moved permission checks to Authenticator classIgor Scheller
2018-11-25more work on 35c3 thememsquare
2018-11-24Added caching for templating and routingIgor Scheller
2018-11-21Require POST for sending formsIgor Scheller
2018-11-21Added csrf middlewareIgor Scheller
2018-11-18fix missing unique mail validation on user registermsquare
2018-11-02Fix error when accessing undefined dateIgor Scheller
2018-10-31Replaced `Auth()` with `auth()`Igor Scheller
2018-10-31Fixed error if shirt size is not configuredIgor Scheller
2018-10-31User: Bugfixes & code cleanupIgor Scheller
2018-10-31Replaced more sql queries and old dataIgor Scheller
2018-10-31Moved arrival_date to stateIgor 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-31Changed user_link and some other user functions to use the user idIgor Scheller
2018-10-31Replaced some global `$user` variablesIgor Scheller
2018-10-31Changed `src/` code and templates to use the new user modelIgor Scheller
2018-10-30Translation: added pluralization supportIgor Scheller
2018-10-30Make application name configurableIgor Scheller
2018-10-30EventConfig: Merge event configuration from database to global configIgor Scheller
2018-10-24Translatable user groups & cutoff fixIgor Scheller
2018-09-26Merge remote-tracking branch 'MyIgel/mailing'Igor Scheller
2018-09-23Merge branch 'twig-templates'Igor Scheller
2018-09-23Tried to fix inputfields for date, email, telNos-
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-09-10Moved emojis to assetsIgor Scheller
2018-09-10Moved frontend, templates and lang to resourcesIgor Scheller
2018-09-09Merge remote-tracking branch 'MyIgel/templating'Igor Scheller
2018-09-05Implemented mailing abstractionIgor Scheller
2018-09-03Merge remote-tracking branch 'MyIgel/rebuild-psr7'Igor Scheller
2018-09-03Added CreditsControllerIgor Scheller
2018-09-02Template refactoring to use twigIgor Scheller
2018-08-31Models: Added LogEntry modelIgor Scheller
2018-08-30Installation: Added migrations for install.sql and update.sql filesIgor Scheller
2018-08-30Installation: Added migrations for install.sql and update.sql filesIgor Scheller
2018-08-29$bugfixesIgor Scheller
2018-08-29Replaced gettext translation `_()` with `__()` that uses the Translator classBot
2018-08-29Removed translation from config fileIgor Scheller
2018-08-29Moved translation/internationalization to Helpers\Translator classIgor Scheller
2018-08-29Added Twig template renderer, closes #338Igor Scheller