Commit Graph

5 Commits (a521ace9f7648029ff69d4777bdcc20517e91e95)

Author SHA1 Message Date
Igor Scheller bcce2625a8 Implemented AuthController for login
* Moved /login functionality to AuthController
* Refactored password handling logic to use the Authenticator
Igor Scheller c74fa7955d phpunit: Upgrade to version 8, fixed tests, formatting
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
Igor Scheller c33940f64a Moved permission checks to Authenticator class
Igor Scheller 4e09ee3eb2 Replaced more user related stuff
(Contains some buggy stuff too...)
Igor Scheller d15946df2d Changed `src/` code and templates to use the new user model