15 Commits (b814cf51e4024b6c4c95dcffa00d308570644a9e)

Author SHA1 Message Date
Igor Scheller e947e788f9 Rebuild logs view 5 years ago
Igor Scheller 04fe35c822 Added /design path to show template elements 5 years ago
Igor Scheller 795a0631cb Added application base url: Redirector now uses URLs instead of relative paths 5 years ago
Igor Scheller d323b75501 News: Rewrite 5 years ago
msquare d70d7c6436 Resolve redirect problem in schedule import 5 years ago
Igor Scheller 42721e9572 Added Schedule parsing and replaced old Fahrplan importer
Resolves #553 (Change Frab Import from xCal to XML)
Resolves #538 (Feature Request: Multi Frab Import)
5 years ago
Igor Scheller dd03662968 Rebuild password reset 5 years ago
Igor Scheller bcce2625a8 Implemented AuthController for login
* Moved /login functionality to AuthController
* Refactored password handling logic to use the Authenticator
5 years ago
Luca 9232513831 Fix caching issue for '/' route 5 years ago
Igor Scheller 6ed891fc04 Added logout via AuthController 5 years ago
Igor Scheller 2e51fbff9d Added / route with redirects 5 years ago
Igor Scheller e948091066 Replaced old /api endpoint with ApiController 5 years ago
Igor Scheller c5621b82cf Implemented /metrics endpoint and reimplemented /stats
closes #418 (/metrics endpoint)

Usage:
```yaml
scrape_configs:
  - job_name: 'engelsystem'
    static_configs:
    - targets: ['engelsystem.example.com:80']
```
6 years ago
Igor Scheller 9d34f371cb Added CreditsController 6 years ago
Igor Scheller a1bc763a16 Added nikic/fast-route as routing dispatcher 6 years ago