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 |