summaryrefslogtreecommitdiff
path: root/src/Controllers
AgeCommit message (Collapse)Author
2019-07-21Merge pull request #624 from MyIgel/versionmsquare
Added version to credits and metrics page
2019-07-21AuthController return typesmsquare
2019-07-21Added version to credits and metrics pageIgor Scheller
2019-07-09Added validation to AuthControllerIgor Scheller
2019-07-09Implemented Validation for controllersIgor Scheller
2019-07-08Renderer: Added shared dataIgor Scheller
2019-07-08Implemented AuthController for loginIgor Scheller
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator
2019-07-08Metrics: Added scrape memory usageIgor Scheller
2019-06-14Added tests to HomeControllerIgor Scheller
2019-06-14Fix caching issue for '/' routeLuca
2019-06-12Added logout via AuthControllerIgor Scheller
2019-06-12Replaced old /api endpoint with ApiControllerIgor Scheller
2019-04-25FormattingIgor 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-25metrics: Fix users statsIgor Scheller
2018-12-22credits: Allow customizationIgor Scheller
2018-12-22metrics: Added vouchers and tshirtsIgor Scheller
2018-12-19metrics: Added more statsIgor Scheller
2018-12-19Implemented /metrics endpoint and reimplemented /statsIgor Scheller
closes #418 (/metrics endpoint) Usage: ```yaml scrape_configs: - job_name: 'engelsystem' static_configs: - targets: ['engelsystem.example.com:80'] ```
2018-12-02Implemented controller permissionsIgor Scheller
2018-09-03Added CreditsControllerIgor Scheller