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
2015-09-20
Fix Mysql error about gitlab_id when creating remote user
Frederic Guillot
2015-08-23
Add Gitlab authentication
Frederic Guillot
2015-08-16
Add project users overview
Frederic Guillot
2015-08-14
Add new role Project Administrator
Frederic Guillot
2015-08-01
Add bruteforce protection
Frederic Guillot
2015-07-18
Add form to create remote user
Frederic Guillot
2015-07-16
Refactoring of Github authentication (oauth url change)
Frederic Guillot
2015-06-27
Remove column default_project_id for users because it's useless now
Frederic Guillot
2015-06-27
PicoDb update
Frederic Guillot
2015-06-20
Change comments table structure (drop foreign key on user_id)
Frederic Guillot
2015-05-24
Fix PhpAnalyzer issues
Frederic Guillot
2015-05-18
Add ical export for users
Frederic Guillot
2015-04-19
Add Sendgrid integration (incoming email handling)
Frederic Guillot
2015-04-19
Add Postmark integration (inbound emails for task creation)
Frederic Guillot
2015-03-31
Add two factor authentication
Frederic Guillot
2015-02-13
Check if the user session match an existing user
Frederic Guillot
2015-01-18
Pagination refactoring
Frederic Guillot
2015-01-04
Allow users to override the timezone and the language
Frederic Guillot
2015-01-02
Fix bugs, improve perfs and use SimpleLogger instead of Monolog
Frédéric Guillot
2014-12-31
Acl refactoring
Frédéric Guillot
2014-12-28
Template helpers refactoring
Frédéric Guillot
2014-11-25
Fix PHP 5.3 issue
Frédéric Guillot
2014-11-25
Remove private projects when a user is deleted
Frédéric Guillot
2014-11-22
Some refactoring for PHP 5.3
Frédéric Guillot
2014-11-22
Improve API to return id instead of a boolean
Frédéric Guillot
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