summaryrefslogtreecommitdiff
path: root/app/Model/Authentication.php
AgeCommit message (Collapse)Author
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-11-15Rewrite of session managementFrederic Guillot
2015-10-25Move some classes to namespace Core\HttpFrederic Guillot
2015-10-24Check for each request that reverse proxy user match user sessionFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-08-01Add config parameter to disable/enable RememberMe authenticationFrederic Guillot
2015-08-01Add bruteforce protectionFrederic Guillot
2015-07-05Do not rewrite remember me cookie for each requestFrederic Guillot
2015-02-13Check if the user session match an existing userFrederic Guillot
2015-01-02Cleanup and fixesFrédéric Guillot
2014-12-31Acl refactoringFrédéric Guillot
2014-12-27Fix some PHPAnalyzer issuesFrédéric Guillot
2014-11-14Use Pimple instead of Core\Registry and add Monolog for loggingFrédéric Guillot
2014-09-28Move methods getIpAddress() and getUserAgent() to the Request classFrédéric Guillot
2014-08-19Fix bug for password changeFrédéric Guillot
2014-08-16Authentication backends refactoringFrédéric Guillot