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
/
Auth
/
RememberMe.php
Age
Commit message (
Expand
)
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-25
Move token generation to Security namespace
Frederic Guillot
2015-10-18
Remove useless class and add new plugin hooks
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-07-12
Start to implement url rewrite (nice urls)
Frederic Guillot
2015-07-05
Do not rewrite remember me cookie for each request
Frederic Guillot
2015-04-03
Improve and fix issues with 2FA
Frederic Guillot
2015-01-04
Allow users to override the timezone and the language
Frederic Guillot
2014-12-31
Acl refactoring
Frédéric Guillot
2014-12-27
Add more subscribers
Frédéric Guillot
2014-11-29
Improve session handler and add Ajax session check
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-09-08
Fix bug HTTPS detection (issue with IIS)
Frédéric Guillot
2014-08-16
Authentication backends refactoring
Frédéric Guillot