34 Commits (c57bb9395e0841e46bf0c7d8a092cd0baa624dd8)

Author SHA1 Message Date
Igor Scheller 795a0631cb Added application base url: Redirector now uses URLs instead of relative paths 5 years ago
Igor Scheller 36da807ca2 ErrorHandler: Return 404 on ModelNotFoundException 5 years ago
Igor Scheller 89742ecd55 Response: Added with and withInput methods and back/redirect functions 5 years ago
Igor Scheller 15e6740e12 Twig update to > 2.11: Fixed namespaces, warnings and cleanup 5 years ago
Igor Scheller 2cce967eb0 Tests: Replaced duplicates and formatting/cleanup 5 years ago
Igor Scheller 867d720f15 Tests: Replaced setMethods as it is deprecated 5 years ago
Igor Scheller 51a3c6eb44 ErrorHandler: Remove some form fields before serialization 5 years ago
Igor Scheller 7414f9b23d Implemented Validation for controllers 5 years ago
Igor Scheller f90ab26fee Moved translation helpers to sub namespace 5 years ago
Igor Scheller 2e51fbff9d Added / route with redirects 5 years ago
Igor Scheller 93e578e555 Added html content sniffer 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 c74fa7955d phpunit: Upgrade to version 8, fixed tests, formatting
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
6 years ago
Igor Scheller 491ee37651 Don't save sessions permanently on api and metrics paths
closes #530 (Session on API calls)
6 years ago
Igor Scheller 3c8d0eeb44 ErrorHandler: Don't wrap the response if a content-type is defined 6 years ago
Igor Scheller c9d7e88cc7 Implemented controller permissions 6 years ago
Igor Scheller 55beca95cd Refactoring: Throw HttpAuthExpired on csrf token mismatch 6 years ago
Igor Scheller 9788c5095a Implemented HttpException 6 years ago
Igor Scheller c33940f64a Moved permission checks to Authenticator class 6 years ago
Igor Scheller f845a5ab8b Added caching for templating and routing
See #486 (Implement caching)
6 years ago
Igor Scheller fd37c9d60e Added additional headers 6 years ago
Igor Scheller 23c0fae36f Added csrf middleware 6 years ago
Igor Scheller d15946df2d Changed `src/` code and templates to use the new user model 6 years ago
Igor Scheller aa2124f655 RouteDispatcher: Allow installation into sub directory 6 years ago
Igor Scheller 66038eda14 Merge branch 'twig-templates' 6 years ago
Igor Scheller d0abc27c07 Merge remote-tracking branch 'MyIgel/translations' 6 years ago
Igor Scheller 222c9fed7d Merge remote-tracking branch 'MyIgel/templating' 6 years ago
Igor Scheller ce6d0fd13b tests: fixed array() return 6 years ago
Igor Scheller 9d34f371cb Added CreditsController 6 years ago
Igor Scheller a2c47304d8 Added generic error pages 6 years ago
Igor Scheller 3a11641647 Updated LegacyMiddleware to use Translator class 6 years ago
Igor Scheller 427315195b Moved translation/internationalization to Helpers\Translator class 6 years ago
Igor Scheller a1bc763a16 Added nikic/fast-route as routing dispatcher 6 years ago
Igor Scheller f3b3b6683c Added middleware tests 6 years ago