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
/
Core
/
Security
Age
Commit message (
Expand
)
Author
2019-02-01
Authorize only API tokens when 2FA is enabled
Frédéric Guillot
2018-01-29
Add CSRF check for task and project files upload
Frédéric Guillot
2017-12-12
Store PHP sessions in the database
Frédéric Guillot
2017-03-09
Render QR code for TwoFactor authentication without Google Chart API
Frederic Guillot
2016-09-08
Custom project roles inherit from project members
Frederic Guillot
2016-03-04
PHPdoc cleanup
Frederic Guillot
2016-01-22
Add new API procedures for groups, roles and project permissions
Frederic Guillot
2016-01-18
Return the highest role for a project when a user is member of multiple groups
Frederic Guillot
2016-01-05
Improve 2FA
Frederic Guillot
2015-12-06
Add debug log for session invalidation
Frederic Guillot
2015-12-06
Add new method to flush session variables
Frederic Guillot
2015-12-05
Remove unused use statements
Frederic Guillot
2015-12-05
Rewrite of the authentication and authorization system
Frederic Guillot
2015-11-27
Add generic authorization class
Frederic Guillot
2015-11-15
Use PHP7 function random_bytes() to generate tokens if available
Frederic Guillot
2015-11-15
Rewrite of session management
Frederic Guillot
2015-10-25
Move token generation to Security namespace
Frederic Guillot