msquare
|
1e16f4c47e
|
Merge pull request #624 from MyIgel/version
Added version to credits and metrics page
|
5 years ago |
Igor Scheller
|
4582f808f0
|
Added version to credits and metrics page
|
5 years ago |
Igor Scheller
|
6743106d9a
|
Replaced validation with `respect/validation`
|
5 years ago |
Igor Scheller
|
6d5ada2522
|
Added validation to AuthController
|
5 years ago |
Igor Scheller
|
7414f9b23d
|
Implemented Validation for controllers
|
5 years ago |
Igor Scheller
|
e9f157ec5c
|
Renderer: Added shared data
|
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 |
Igor Scheller
|
e06affae17
|
Added tests to HomeController
|
5 years ago |
Igor Scheller
|
6ed891fc04
|
Added logout via AuthController
|
5 years ago |
Igor Scheller
|
e948091066
|
Replaced old /api endpoint with ApiController
|
5 years ago |
Igor Scheller
|
1f433694d2
|
Tests: Fix type warning
|
5 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 |
Igor Scheller
|
330356043d
|
credits: Allow customization
|
6 years ago |
Igor Scheller
|
b3f059ad04
|
metrics: Added vouchers and tshirts
|
6 years ago |
Igor Scheller
|
9a2f246511
|
metrics: Added more stats
|
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
|
c9d7e88cc7
|
Implemented controller permissions
|
6 years ago |
Igor Scheller
|
9d34f371cb
|
Added CreditsController
|
6 years ago |