summaryrefslogtreecommitdiff
path: root/src/Middleware
AgeCommit message (Expand)Author
2018-12-28Don't save sessions permanently on api and metrics pathsIgor Scheller
2018-12-19Implemented /metrics endpoint and reimplemented /statsIgor Scheller
2018-12-19ErrorHandler: Don't wrap the response if a content-type is definedIgor Scheller
2018-12-02Implemented controller permissionsIgor Scheller
2018-12-02Refactoring: Throw HttpAuthExpired on csrf token mismatchIgor Scheller
2018-12-02Implemented HttpExceptionIgor Scheller
2018-12-02Moved permission checks to Authenticator classIgor Scheller
2018-11-24Added caching for templating and routingIgor Scheller
2018-11-21Added additional headersIgor Scheller
2018-11-21Added csrf middlewareIgor Scheller
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