summaryrefslogtreecommitdiff
path: root/config/routes.php
AgeCommit message (Collapse)Author
2019-12-08Resolve redirect problem in schedule importmsquare
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-10-08Rebuild password resetIgor Scheller
2019-07-08Implemented AuthController for loginIgor Scheller
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator
2019-06-14Fix caching issue for '/' routeLuca
2019-06-12Added logout via AuthControllerIgor Scheller
2019-06-12Added / route with redirectsIgor Scheller
2019-06-12Replaced old /api endpoint with ApiControllerIgor Scheller
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-09-03Added CreditsControllerIgor Scheller
2018-08-25Added nikic/fast-route as routing dispatcherIgor Scheller