index
:
unifest.git
master
permission-rebuild-views
translation
Engelsystem for the unifest.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Middleware
Age
Commit message (
Expand
)
Author
2019-07-21
ErrorHandler: Remove more form fields before serialization
Igor Scheller
2019-07-21
ErrorHandler: Remove some form fields before serialization
Igor Scheller
2019-07-09
Implemented Validation for controllers
Igor Scheller
2019-07-08
Moved translation helpers to sub namespace
Igor Scheller
2019-07-08
Implemented AuthController for login
Igor Scheller
2019-06-12
Added logout via AuthController
Igor Scheller
2019-06-12
Added / route with redirects
Igor Scheller
2019-06-12
Replaced old /api endpoint with ApiController
Igor Scheller
2019-06-12
Added html content sniffer
Igor Scheller
2019-04-25
Replaced functions with mb_* equivalents
Igor Scheller
2019-04-25
Formatting
Igor Scheller
2019-03-09
Support alternative home sites
Janne Heß
2018-12-28
Don't save sessions permanently on api and metrics paths
Igor Scheller
2018-12-19
Implemented /metrics endpoint and reimplemented /stats
Igor Scheller
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
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-10-24
Removed `shifts_json_export_all` reference
Igor Scheller
2018-09-26
RouteDispatcher: Allow installation into sub directory
Igor Scheller
2018-09-03
Added CreditsController
Igor Scheller
2018-09-02
Template refactoring to use twig
Igor Scheller
2018-08-29
Replaced gettext translation `_()` with `__()` that uses the Translator class
Bot
2018-08-29
Updated LegacyMiddleware to use Translator class
Igor Scheller
2018-08-29
Added generic error pages
Igor Scheller
2018-08-29
Moved translation/internationalization to Helpers\Translator class
Igor Scheller
2018-08-29
Added Twig template functions
Igor Scheller
2018-08-29
Added Twig template renderer, closes #338
Igor Scheller
2018-08-25
Added nikic/fast-route as routing dispatcher
Igor Scheller
2018-08-19
Added middleware tests
Igor Scheller
2018-08-14
Implemented PSR-15 middleware handler
Igor Scheller