Age | Commit message (Collapse) | Author | |
---|---|---|---|
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/] ``` | |||
2019-04-25 | phpunit: Upgrade to version 8, fixed tests, formatting | Igor Scheller | |
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated | |||
2018-12-28 | Don't save sessions permanently on api and metrics paths | Igor Scheller | |
closes #530 (Session on API calls) | |||
2018-12-19 | ErrorHandler: Don't wrap the response if a content-type is defined | Igor Scheller | |
2018-12-02 | Implemented controller permissions | Igor Scheller | |
2018-12-02 | Refactoring: Throw HttpAuthExpired on csrf token mismatch | Igor Scheller | |
2018-12-02 | Implemented HttpException | Igor Scheller | |
2018-12-02 | Moved permission checks to Authenticator class | Igor Scheller | |
2018-11-24 | Added caching for templating and routing | Igor Scheller | |
See #486 (Implement caching) | |||
2018-11-21 | Added additional headers | Igor Scheller | |
2018-11-21 | Added csrf middleware | Igor Scheller | |
2018-10-31 | Changed `src/` code and templates to use the new user model | Igor Scheller | |
2018-09-26 | RouteDispatcher: Allow installation into sub directory | Igor Scheller | |
2018-09-23 | Merge branch 'twig-templates' | Igor Scheller | |
2018-09-15 | Merge remote-tracking branch 'MyIgel/translations' | Igor Scheller | |
2018-09-09 | Merge remote-tracking branch 'MyIgel/templating' | Igor Scheller | |
2018-09-04 | tests: fixed array() return | Igor Scheller | |
2018-09-03 | Added CreditsController | Igor Scheller | |
2018-08-29 | Added generic error pages | Igor Scheller | |
2018-08-29 | Updated LegacyMiddleware to use Translator class | Igor Scheller | |
2018-08-29 | Moved translation/internationalization to Helpers\Translator class | Igor Scheller | |
2018-08-25 | Added nikic/fast-route as routing dispatcher | Igor Scheller | |
2018-08-19 | Added middleware tests | Igor Scheller | |