summaryrefslogtreecommitdiff
path: root/app/Model/User.php
AgeCommit message (Expand)Author
2015-07-18Add form to create remote userFrederic Guillot
2015-07-16Refactoring of Github authentication (oauth url change)Frederic Guillot
2015-06-27Remove column default_project_id for users because it's useless nowFrederic Guillot
2015-06-27PicoDb updateFrederic Guillot
2015-06-20Change comments table structure (drop foreign key on user_id)Frederic Guillot
2015-05-24Fix PhpAnalyzer issuesFrederic Guillot
2015-05-18Add ical export for usersFrederic Guillot
2015-04-19Add Sendgrid integration (incoming email handling)Frederic Guillot
2015-04-19Add Postmark integration (inbound emails for task creation)Frederic Guillot
2015-03-31Add two factor authenticationFrederic Guillot
2015-02-13Check if the user session match an existing userFrederic Guillot
2015-01-18Pagination refactoringFrederic Guillot
2015-01-04Allow users to override the timezone and the languageFrederic Guillot
2015-01-02Fix bugs, improve perfs and use SimpleLogger instead of MonologFrédéric Guillot
2014-12-31Acl refactoringFrédéric Guillot
2014-12-28Template helpers refactoringFrédéric Guillot
2014-11-25Fix PHP 5.3 issueFrédéric Guillot
2014-11-25Remove private projects when a user is deletedFrédéric Guillot
2014-11-22Some refactoring for PHP 5.3Frédéric Guillot
2014-11-22Improve API to return id instead of a booleanFrédéric Guillot
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