index
:
kanban
master
Custom fork of https://github.com/kanboard/kanboard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Model
/
Authentication.php
Age
Commit message (
Collapse
)
Author
2015-12-05
Rewrite of the authentication and authorization system
Frederic Guillot
2015-11-15
Rewrite of session management
Frederic Guillot
2015-10-25
Move some classes to namespace Core\Http
Frederic Guillot
2015-10-24
Check for each request that reverse proxy user match user session
Frederic Guillot
2015-10-17
Run php-cs-fixer on the code base
Frederic Guillot
2015-10-13
Change namespace to add Kanboard as prefix
Frederic Guillot
2015-08-01
Add config parameter to disable/enable RememberMe authentication
Frederic Guillot
2015-08-01
Add bruteforce protection
Frederic Guillot
2015-07-05
Do not rewrite remember me cookie for each request
Frederic Guillot
2015-02-13
Check if the user session match an existing user
Frederic Guillot
2015-01-02
Cleanup and fixes
Frédéric Guillot
2014-12-31
Acl refactoring
Frédéric Guillot
2014-12-27
Fix some PHPAnalyzer issues
Frédéric Guillot
2014-11-14
Use Pimple instead of Core\Registry and add Monolog for logging
Frédéric Guillot
2014-09-28
Move methods getIpAddress() and getUserAgent() to the Request class
Frédéric Guillot
2014-08-19
Fix bug for password change
Frédéric Guillot
2014-08-16
Authentication backends refactoring
Frédéric Guillot