Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-08 | Rebuild password reset | Igor Scheller | |
2019-10-08 | Fixes: AuthController session error merging and StatsTest | Igor Scheller | |
2019-08-21 | Metrics: Add database access time | Igor Scheller | |
2019-07-21 | simplified login form, show password recovery always, some camp theme tweaks | msquare | |
2019-07-21 | Merge pull request #624 from MyIgel/version | msquare | |
Added version to credits and metrics page | |||
2019-07-21 | AuthController return types | msquare | |
2019-07-21 | Added version to credits and metrics page | Igor Scheller | |
2019-07-09 | Added validation to AuthController | Igor Scheller | |
2019-07-09 | Implemented Validation for controllers | Igor Scheller | |
2019-07-08 | Renderer: Added shared data | Igor Scheller | |
2019-07-08 | Implemented AuthController for login | Igor Scheller | |
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator | |||
2019-07-08 | Metrics: Added scrape memory usage | Igor Scheller | |
2019-06-14 | Added tests to HomeController | Igor Scheller | |
2019-06-14 | Fix caching issue for '/' route | Luca | |
2019-06-12 | Added logout via AuthController | Igor Scheller | |
2019-06-12 | Replaced old /api endpoint with ApiController | Igor Scheller | |
2019-04-25 | Formatting | Igor Scheller | |
```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/] ``` | |||
2018-12-25 | metrics: Fix users stats | Igor Scheller | |
2018-12-22 | credits: Allow customization | Igor Scheller | |
2018-12-22 | metrics: Added vouchers and tshirts | Igor Scheller | |
2018-12-19 | metrics: Added more stats | Igor Scheller | |
2018-12-19 | Implemented /metrics endpoint and reimplemented /stats | Igor Scheller | |
closes #418 (/metrics endpoint) Usage: ```yaml scrape_configs: - job_name: 'engelsystem' static_configs: - targets: ['engelsystem.example.com:80'] ``` | |||
2018-12-02 | Implemented controller permissions | Igor Scheller | |
2018-09-03 | Added CreditsController | Igor Scheller | |