summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-29Models: Updated method and property hintsIgor Scheller
2019-07-29Permissions: Added models and migrationsIgor Scheller
2019-07-29Groups: Fix Naming and IDsIgor Scheller
2019-07-28Database: Use utf8mb4_unicode_ciIgor Scheller
2019-07-21migration: Order by migrated and append not migratedIgor Scheller
2019-07-21simplified login form, show password recovery always, some camp theme tweaksmsquare
2019-07-21Merge pull request #624 from MyIgel/versionmsquare
2019-07-21ErrorHandler: Remove more form fields before serializationIgor Scheller
2019-07-21ErrorHandler: Remove some form fields before serializationIgor Scheller
2019-07-21AuthController return typesmsquare
2019-07-21Added version to credits and metrics pageIgor Scheller
2019-07-16Allow nested rules (not and optional)Igor 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-08Replaced gettext translation with packageIgor Scheller
2019-07-08Moved translation helpers to sub namespaceIgor Scheller
2019-07-08Renderer: Added shared dataIgor Scheller
2019-07-08Implemented AuthController for loginIgor Scheller
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-12Added / route with redirectsIgor Scheller
2019-06-12Replaced old /api endpoint with ApiControllerIgor Scheller
2019-06-12Added html content snifferIgor Scheller
2019-06-03Upgraded external componentsIgor Scheller
2019-04-25Use self references and fix class namingIgor Scheller
2019-04-25Replaced functions with mb_* equivalentsIgor Scheller
2019-04-25FormattingIgor Scheller
2019-04-25phpunit: Upgrade to version 8, fixed tests, formattingIgor Scheller
2019-04-17PSR-7: Replaced implementation with `Nyholm\Psr7`Igor Scheller
2019-04-16Bugfix: Replaced Diactoros with Symfony PsrHttpFactory to use PhpExtended\Htt...Igor Scheller
2019-03-09Support alternative home sitesJanne Heß
2018-12-28Don't save sessions permanently on api and metrics pathsIgor Scheller
2018-12-27fixes #549: fill missing arrival dates and prevent setting arrival by admin-u...msquare
2018-12-25metrics: Fix users statsIgor Scheller
2018-12-22credits: Allow customizationIgor Scheller
2018-12-22Renderer: Added twig extension for markdown renderingIgor 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
2018-12-19ErrorHandler: Don't wrap the response if a content-type is definedIgor Scheller
2018-12-19Translation: Enforce LC_NUMERIC for numeric conversionsIgor Scheller
2018-12-09Authenticator: Use id from user objectIgor Scheller
2018-12-02Implemented controller permissionsIgor Scheller
2018-12-02Refactoring: Throw HttpAuthExpired on csrf token mismatchIgor Scheller
2018-12-02Implemented HttpExceptionIgor Scheller
2018-12-02Moved permission checks to Authenticator classIgor Scheller
2018-12-02Models: Added DocBlocksIgor Scheller