Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-08 | Added Schedule parsing and replaced old Fahrplan importer | Igor Scheller | |
Resolves #553 (Change Frab Import from xCal to XML) Resolves #538 (Feature Request: Multi Frab Import) | |||
2019-12-08 | Renamed redirect() to throwRedirect() | Bot | |
2019-11-28 | Removed global $page | Igor Scheller | |
2019-11-11 | Formatting to follow PSR-12 | Igor Scheller | |
2019-11-06 | src/: Formatting, doc block hints and cleanup | Igor Scheller | |
2019-11-03 | remove legacy file guest start | msquare | |
2019-10-08 | Rebuild password reset | Igor Scheller | |
2019-07-08 | Moved translation helpers to sub namespace | Igor Scheller | |
2019-07-08 | Implemented AuthController for login | Igor Scheller | |
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator | |||
2019-06-12 | Added logout via AuthController | Igor Scheller | |
2019-06-12 | Added / route with redirects | Igor Scheller | |
2019-06-12 | Replaced old /api endpoint with ApiController | Igor Scheller | |
2019-04-25 | Formatting | Igor 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-09 | Support alternative home sites | Janne Heß | |
2018-12-19 | Implemented /metrics endpoint and reimplemented /stats | Igor Scheller | |
closes #418 (/metrics endpoint) Usage: ```yaml scrape_configs: - job_name: 'engelsystem' static_configs: - targets: ['engelsystem.example.com:80'] ``` | |||
2018-12-02 | Moved permission checks to Authenticator class | Igor Scheller | |
2018-10-31 | Changed `src/` code and templates to use the new user model | Igor Scheller | |
2018-10-24 | Removed `shifts_json_export_all` reference | Igor Scheller | |
2018-09-03 | Added CreditsController | Igor Scheller | |
2018-09-02 | Template refactoring to use twig | Igor Scheller | |
2018-08-29 | Replaced gettext translation `_()` with `__()` that uses the Translator class | Bot | |
2018-08-29 | Updated LegacyMiddleware to use Translator class | Igor Scheller | |
2018-08-29 | Added generic error pages | Igor Scheller | |
2018-08-29 | Added Twig template functions | Igor Scheller | |
2018-08-29 | Added Twig template renderer, closes #338 | Igor Scheller | |
2018-08-25 | Added nikic/fast-route as routing dispatcher | Igor Scheller | |
2018-08-19 | Added middleware tests | Igor Scheller | |
2018-08-14 | Implemented PSR-15 middleware handler | Igor Scheller | |