summaryrefslogtreecommitdiff
path: root/app/Controller/User.php
AgeCommit message (Expand)Author
2016-01-11Move user validator methodsFrederic Guillot
2016-01-09Add forgot password featureFrederic Guillot
2015-12-17Show only active projects in board selectorFrederic Guillot
2015-12-15Show profile link for @username mentionsFrederic Guillot
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-11-15Code cleanupFrederic Guillot
2015-11-15Rewrite of session managementFrederic Guillot
2015-11-14Fix PHP error when adding a new user with email notification enabledFrederic Guillot
2015-10-17Move slack, hipchat and jabber integrations to pluginsFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-17Make user notifications pluggableFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-10-03Add web notificationsFrederic Guillot
2015-08-14Add new role Project AdministratorFrederic Guillot
2015-07-18Add form to create remote userFrederic Guillot
2015-07-16Add edit form for user authenticationFrederic Guillot
2015-07-16Refactoring of Github authentication (oauth url change)Frederic Guillot
2015-07-16Refactoring of Google Authentication (new callback url)Frederic Guillot
2015-07-12Start to implement url rewrite (nice urls)Frederic Guillot
2015-07-01Change dashboardFrederic Guillot
2015-06-27Improve user creation form to automatically add project member and enable not...Frederic Guillot
2015-06-27Remove column default_project_id for users because it's useless nowFrederic Guillot
2015-06-07Add user filter/condition for notificationsFrederic Guillot
2015-05-24Helpers refactoringFrederic Guillot
2015-05-18Add ical export for usersFrederic Guillot
2015-04-11Add auth controllerFrederic Guillot
2015-04-03Various fixes for PHPAnalyzerFrederic Guillot
2015-03-07Add user costFrederic Guillot
2015-02-11Fix bug url redirection after loginFrederic Guillot
2015-02-08Add user calendar view on the dashboard and in the user management sectionFrederic Guillot
2015-02-07Be able to disable the login form for specific usersFrederic Guillot
2015-02-04Add subtasks restrictions and time trackingFrederic Guillot
2015-01-18Pagination refactoringFrederic Guillot
2015-01-04Allow users to override the timezone and the languageFrederic Guillot
2014-12-31Acl refactoringFrédéric Guillot
2014-12-28Template helpers refactoringFrédéric Guillot
2014-12-06Remove some code duplicationFrédéric Guillot
2014-12-04Move user templates to a subfolderFrédéric Guillot
2014-11-02Change layout (experimental)Frédéric Guillot
2014-10-25Add pagination for users pageFrédéric Guillot
2014-10-14Add a dashboard (first version)Frédéric Guillot
2014-10-04Improve settings page and move some config parameters to the databaseFré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-20Extract project permissions to a separate classFrédéric Guillot
2014-09-19redirect to original target page after logging inLim Yuen Hoe
2014-09-16Remove unused codeFrédéric Guillot
2014-09-16Improve Board::Index() and avoid useless HTTP redirectsFrédéric Guillot
2014-09-02Refactoring of user management (ui)Frédéric Guillot
2014-08-16Authentication backends refactoringFrédéric Guillot