summaryrefslogtreecommitdiff
path: root/app/Model
AgeCommit message (Collapse)Author
2014-09-11Add icon for subtasks on the boardFrédéric Guillot
2014-09-11Update French localesFrédéric Guillot
2014-09-10Add Atom feed for project activityFrédéric Guillot
2014-09-10Fix Mysql and Postgresql bugFrédéric Guillot
2014-09-10Add subtasks and comments historyFrédéric Guillot
2014-09-09Start to implement task history and project activityFrédéric Guillot
2014-09-09Improve project api proceduresFrédéric Guillot
2014-09-09The color is not mandatory for task creation through the APIFrédéric Guillot
2014-09-08Add public view for tasksFrédéric Guillot
2014-09-08Handle the case of tasks with bad previous positionsFrédéric Guillot
2014-09-08Fix bug when moving tasks position in the same columnFrédéric Guillot
2014-09-05Start to improve task Api operations and docFrédéric Guillot
2014-09-04Task move position refactoringFrédéric Guillot
2014-09-03Change a category directly from the boardFrédéric Guillot
2014-09-02Refactoring of user management (ui)Frédéric Guillot
2014-09-01Improve task controller and fix bug description popoverFrédéric Guillot
2014-09-01Improve task duplicationFrédéric Guillot
2014-09-01Add the possibility to duplicate a task to another projectFrédéric Guillot
2014-09-01Add an automated action to move a task to another projectFrédéric Guillot
2014-08-30Move a task to another projectFrédéric Guillot
2014-08-30Projects management refactoringFrédéric Guillot
2014-08-19Add phpdoc commentFrédéric Guillot
2014-08-19Fix bug for password changeFrédéric Guillot
2014-08-19Remove useless codeFrédéric Guillot
2014-08-19Fix a bug and improve project cloning codeFrédéric Guillot
2014-08-19Add Italian translation and synchronize locale filesFrédéric Guillot
2014-08-17Locales list show native translation of the available languages ↵Frédéric Guillot
(pull-request #155)
2014-08-17Fix bug #197: admin flag removed after a user updateFrédéric Guillot
2014-08-17Highlight recently modified tasks on board (pull-request #201)Frédéric Guillot
2014-08-17Fix encoding issue in mail subjectFrédéric Guillot
2014-08-16The fullname is displayed instead of the username if not emptyFrédéric Guillot
2014-08-16Various minor fixesFrédéric Guillot
2014-08-16Authentication backends refactoringFrédéric Guillot
2014-08-15Add email notificationsFrédéric Guillot
2014-08-13Add ReverseProxy authentication (pull-request #199)Frédéric Guillot
2014-08-12Project cloning/duplication (pull-request #196)Frédéric Guillot
2014-07-28Added Finnish translationJanne Mäntyharju
2014-07-21Improve webhooks to call external url on task creation/modificationFrédéric Guillot
2014-07-19Add Task CSV export and Kanboard CLIFrédéric Guillot
2014-07-08Minor changes for the LDAP modelFrédéric Guillot
2014-07-08Add fields: task creator and modification dateFrédéric Guillot
2014-07-07Fix bug: due date and score lost on updateFrédéric Guillot
2014-07-05Add Postgresql supportFrédéric Guillot
2014-07-04Merge pull request #161 from Typz/ldapFrédéric Guillot
Implement LDAP user lookup.
2014-07-03Add option to disable SSL certificate verification for LDAP.Francois Ferrand
2014-06-30Merge pull-request: Github authentication #162Frédéric Guillot
2014-06-30Implement LDAP user lookup.Francois Ferrand
This is required to improve compatibility when the DN cannot be easily computed from the user name. Additionally, this allows automatically getting the full name and email address from LDAP.
2014-06-25Merge pull-request #140 (several small fixes)Frédéric Guillot
2014-06-24Add Swedish translationFrédéric Guillot
2014-06-24Remove Alphanumeric check for the usernameFrédéric Guillot