summaryrefslogtreecommitdiff
path: root/src/Helpers/Authenticator.php
AgeCommit message (Collapse)Author
2019-11-29First step to PHP 7.4 compatibility...Igor Scheller
2019-07-08Implemented AuthController for loginIgor Scheller
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator
2018-12-09Authenticator: Use id from user objectIgor Scheller
Closes #519 (iCal/JSON export only works when logged in)
2018-12-02Moved permission checks to Authenticator classIgor Scheller
2018-10-31Replaced more user related stuffIgor Scheller
(Contains some buggy stuff too...)
2018-10-31Changed `src/` code and templates to use the new user modelIgor Scheller