26 Commits (a18c7d13fcae0af77cdaef1947f2160cbf1dc56a)

Author SHA1 Message Date
Igor Scheller 68afc74b03 Formatting to follow PSR-12 5 years ago
Igor Scheller b878740f80 News: Bug fixes, cleanup, comments & formatting
Use more magically available methods and properties
Fixed atom feed and stats not using the new model
5 years ago
Igor Scheller 2cce967eb0 Tests: Replaced duplicates and formatting/cleanup 5 years ago
Igor Scheller dd03662968 Rebuild password reset 5 years ago
Igor Scheller 810068dcf8 Fixes: AuthController session error merging and StatsTest 5 years ago
Igor Scheller e124b41977 Tests: TestCase: Initialize $this->app on every run 5 years ago
Igor Scheller efaf29e5ef Metrics: Add database access time 5 years ago
msquare 6df62659da show password recovery always, fix test 5 years ago
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