32 Commits (63f0a08407701e7f07827364637c83ffe4e7103e)

Author SHA1 Message Date
Igor Scheller b5c974b9e3 Add new questions frontend 4 years ago
Igor Scheller 27331b4cf6 Use twig to render profile setting page 4 years ago
Igor Scheller e947e788f9 Rebuild logs view 5 years ago
Igor Scheller d323b75501 News: Rewrite 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
Bot be39c63f46 Renamed redirect() to throwRedirect() 5 years ago
Igor Scheller 0e386d2c7f Removed global $page 5 years ago
Igor Scheller 68afc74b03 Formatting to follow PSR-12 5 years ago
Igor Scheller 8b5b9e2c65 src/: Formatting, doc block hints and cleanup 5 years ago
msquare 2b27b45aba remove legacy file guest start 5 years ago
Igor Scheller dd03662968 Rebuild password reset 5 years ago
Igor Scheller f90ab26fee Moved translation helpers to sub namespace 6 years ago
Igor Scheller bcce2625a8 Implemented AuthController for login
* Moved /login functionality to AuthController
* Refactored password handling logic to use the Authenticator
6 years ago
Igor Scheller 6ed891fc04 Added logout via AuthController 6 years ago
Igor Scheller 2e51fbff9d Added / route with redirects 6 years ago
Igor Scheller e948091066 Replaced old /api endpoint with ApiController 6 years ago
Igor Scheller 79c92da8c1 Formatting
```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/]
```
6 years ago
Janne Heß afa4506e11 Support alternative home sites 6 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 c33940f64a Moved permission checks to Authenticator class 6 years ago
Igor Scheller d15946df2d Changed `src/` code and templates to use the new user model 6 years ago
Igor Scheller 8f519a69e9 Removed `shifts_json_export_all` reference 6 years ago
Igor Scheller 9d34f371cb Added CreditsController 7 years ago
Igor Scheller 9e217d87c0 Template refactoring to use twig 7 years ago
Bot e8f8fc7f5f Replaced gettext translation `_()` with `__()` that uses the Translator class 7 years ago
Igor Scheller 3a11641647 Updated LegacyMiddleware to use Translator class 7 years ago
Igor Scheller a2c47304d8 Added generic error pages 7 years ago
Igor Scheller df6360044b Added Twig template functions 7 years ago
Igor Scheller bb3d16d273 Added Twig template renderer, closes #338 7 years ago
Igor Scheller a1bc763a16 Added nikic/fast-route as routing dispatcher 7 years ago
Igor Scheller f3b3b6683c Added middleware tests 7 years ago
Igor Scheller 20c03a155d Implemented PSR-15 middleware handler 7 years ago