summaryrefslogtreecommitdiff
path: root/app/Model/User.php
AgeCommit message (Expand)Author
2014-10-25Add pagination for users pageFrédéric Guillot
2014-10-21Add option to allow everybody on a projectFrédéric Guillot
2014-10-05Projects are not anymore visible to everybody by defaultFrédéric Guillot
2014-09-28Move methods getIpAddress() and getUserAgent() to the Request classFrédéric Guillot
2014-09-20Models refactoring/improvementsFrédéric Guillot
2014-09-19Exclude current user in email notifications, pull-request #273)Frédéric Guillot
2014-09-16Improve API calls for usersFrédéric Guillot
2014-09-16Rename method names to be more consistentFrédéric Guillot
2014-09-16Improve Board::Index() and avoid useless HTTP redirectsFrédéric Guillot
2014-09-12Remove some code duplication (validation rules)Frédéric Guillot
2014-09-02Refactoring of user management (ui)Frédéric Guillot
2014-08-19Fix bug for password changeFrédéric Guillot
2014-08-17Fix bug #197: admin flag removed after a user updateFrédéric Guillot
2014-08-16The fullname is displayed instead of the username if not emptyFrédéric Guillot
2014-08-16Authentication backends refactoringFrédéric Guillot
2014-08-15Add email notificationsFrédéric Guillot
2014-07-05Add Postgresql supportFrédéric Guillot
2014-06-30Merge pull-request: Github authentication #162Frédéric Guillot
2014-06-24Remove Alphanumeric check for the usernameFrédéric Guillot
2014-06-20First API implementationFrédéric Guillot
2014-06-02Fix bug #108: useless requireFrédéric Guillot
2014-05-28Fix typo (error message)Frédéric Guillot
2014-05-22Code refactoring (add autoloader and change files organization)Frédéric Guillot