summaryrefslogtreecommitdiff
path: root/tests/Unit/Controllers
AgeCommit message (Collapse)Author
2019-12-25Metrics: Strict types and type hintingIgor Scheller
2019-12-24Metrics: Added users_force_activeIgor Scheller
2019-12-07Stats: Added questions testIgor Scheller
2019-11-11Formatting to follow PSR-12Igor Scheller
2019-11-10News: Bug fixes, cleanup, comments & formattingIgor Scheller
Use more magically available methods and properties Fixed atom feed and stats not using the new model
2019-11-06Tests: Replaced duplicates and formatting/cleanupIgor Scheller
2019-10-08Rebuild password resetIgor Scheller
2019-10-08Fixes: AuthController session error merging and StatsTestIgor Scheller
2019-10-08Tests: TestCase: Initialize $this->app on every runIgor Scheller
2019-08-21Metrics: Add database access timeIgor Scheller
2019-07-21show password recovery always, fix testmsquare
2019-07-21Merge pull request #624 from MyIgel/versionmsquare
Added version to credits and metrics page
2019-07-21Added version to credits and metrics pageIgor Scheller
2019-07-10Replaced validation with `respect/validation`Igor 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-06-14Added tests to HomeControllerIgor Scheller
2019-06-12Added logout via AuthControllerIgor Scheller
2019-06-12Replaced old /api endpoint with ApiControllerIgor Scheller
2019-06-12Tests: Fix type warningIgor 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-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