16 Commits (b03102e3c613bd057f117a145d94aec4c977006c)

Author SHA1 Message Date
Igor Scheller 6743106d9a Replaced validation with `respect/validation` 6 years ago
Igor Scheller 6d5ada2522 Added validation to AuthController 6 years ago
Igor Scheller 7414f9b23d Implemented Validation for controllers 6 years ago
Igor Scheller e9f157ec5c Renderer: Added shared data 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 e06affae17 Added tests to HomeController 6 years ago
Igor Scheller 6ed891fc04 Added logout via AuthController 6 years ago
Igor Scheller e948091066 Replaced old /api endpoint with ApiController 6 years ago
Igor Scheller 1f433694d2 Tests: Fix type warning 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
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