summaryrefslogtreecommitdiff
path: root/src/Middleware
AgeCommit message (Collapse)Author
2019-12-08Added Schedule parsing and replaced old Fahrplan importerIgor Scheller
Resolves #553 (Change Frab Import from xCal to XML) Resolves #538 (Feature Request: Multi Frab Import)
2019-12-08Response: Added with and withInput methods and back/redirect functionsIgor Scheller
2019-12-08Renamed redirect() to throwRedirect()Bot
2019-11-29Twig update to > 2.11: Fixed namespaces, warnings and cleanupIgor Scheller
2019-11-29PHP 7.4: Fixed xdebug code coverageIgor Scheller
2019-11-28Removed global $pageIgor Scheller
2019-11-11Formatting to follow PSR-12Igor Scheller
2019-11-06src/: Formatting, doc block hints and cleanupIgor Scheller
2019-11-03remove legacy file guest startmsquare
2019-10-08Rebuild password resetIgor Scheller
2019-07-21ErrorHandler: Remove more form fields before serializationIgor Scheller
2019-07-21ErrorHandler: Remove some form fields before serializationIgor Scheller
2019-07-09Implemented Validation for controllersIgor Scheller
2019-07-08Moved translation helpers to sub namespaceIgor Scheller
2019-07-08Implemented AuthController for loginIgor Scheller
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator
2019-06-12Added logout via AuthControllerIgor Scheller
2019-06-12Added / route with redirectsIgor Scheller
2019-06-12Replaced old /api endpoint with ApiControllerIgor Scheller
2019-06-12Added html content snifferIgor Scheller
2019-04-25Replaced functions with mb_* equivalentsIgor Scheller
2019-04-25FormattingIgor Scheller
```bash php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/] ```
2019-03-09Support alternative home sitesJanne Heß
2018-12-28Don't save sessions permanently on api and metrics pathsIgor Scheller
closes #530 (Session on API calls)
2018-12-19Implemented /metrics endpoint and reimplemented /statsIgor Scheller
closes #418 (/metrics endpoint) Usage: ```yaml scrape_configs: - job_name: 'engelsystem' static_configs: - targets: ['engelsystem.example.com:80'] ```
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
See #486 (Implement caching)
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