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
/
User.php
Age
Commit message (
Expand
)
Author
2014-10-25
Add pagination for users page
Frédéric Guillot
2014-10-21
Add option to allow everybody on a project
Frédéric Guillot
2014-10-05
Projects are not anymore visible to everybody by default
Frédéric Guillot
2014-09-28
Move methods getIpAddress() and getUserAgent() to the Request class
Frédéric Guillot
2014-09-20
Models refactoring/improvements
Frédéric Guillot
2014-09-19
Exclude current user in email notifications, pull-request #273)
Frédéric Guillot
2014-09-16
Improve API calls for users
Frédéric Guillot
2014-09-16
Rename method names to be more consistent
Frédéric Guillot
2014-09-16
Improve Board::Index() and avoid useless HTTP redirects
Frédéric Guillot
2014-09-12
Remove some code duplication (validation rules)
Frédéric Guillot
2014-09-02
Refactoring of user management (ui)
Frédéric Guillot
2014-08-19
Fix bug for password change
Frédéric Guillot
2014-08-17
Fix bug #197: admin flag removed after a user update
Frédéric Guillot
2014-08-16
The fullname is displayed instead of the username if not empty
Frédéric Guillot
2014-08-16
Authentication backends refactoring
Frédéric Guillot
2014-08-15
Add email notifications
Frédéric Guillot
2014-07-05
Add Postgresql support
Frédéric Guillot
2014-06-30
Merge pull-request: Github authentication #162
Frédéric Guillot
2014-06-24
Remove Alphanumeric check for the username
Frédéric Guillot
2014-06-20
First API implementation
Frédéric Guillot
2014-06-02
Fix bug #108: useless require
Frédéric Guillot
2014-05-28
Fix typo (error message)
Frédéric Guillot
2014-05-22
Code refactoring (add autoloader and change files organization)
Frédéric Guillot