summaryrefslogtreecommitdiff
path: root/src/Middleware
AgeCommit message (Expand)Author
2018-10-31Changed `src/` code and templates to use the new user modelIgor Scheller
2018-10-24Removed `shifts_json_export_all` referenceIgor Scheller
2018-09-26RouteDispatcher: Allow installation into sub directoryIgor Scheller
2018-09-03Added CreditsControllerIgor Scheller
2018-09-02Template refactoring to use twigIgor Scheller
2018-08-29Replaced gettext translation `_()` with `__()` that uses the Translator classBot
2018-08-29Updated LegacyMiddleware to use Translator classIgor Scheller
2018-08-29Added generic error pagesIgor Scheller
2018-08-29Moved translation/internationalization to Helpers\Translator classIgor Scheller
2018-08-29Added Twig template functionsIgor Scheller
2018-08-29Added Twig template renderer, closes #338Igor Scheller
2018-08-25Added nikic/fast-route as routing dispatcherIgor Scheller
2018-08-19Added middleware testsIgor Scheller
2018-08-14Implemented PSR-15 middleware handlerIgor Scheller