summaryrefslogtreecommitdiff
path: root/app/Api
AgeCommit message (Collapse)Author
2016-02-13Enable/Disable usersFrederic Guillot
2016-02-13Add setting option to disable private projectsFrederic Guillot
2016-01-25Added API getUserByName()jf-guillou
Tests and doc included
2016-01-23Add new API procedures to move and duplicate tasks to another projectFrederic Guillot
2016-01-23Fix bug: Unable to unassign a task from the APIFrederic Guillot
2016-01-22Add new API procedures for groups, roles and project permissionsFrederic Guillot
2016-01-14Move validator methodsFrederic Guillot
2016-01-13Move some validators to separate classesFrederic Guillot
2016-01-11Move project validator methodsFrederic Guillot
2016-01-11Move subtask validator methodsFrederic Guillot
2016-01-11Move user validator methodsFrederic Guillot
2016-01-03Improve Automatic Actions plugin apiFrederic Guillot
2015-12-29Send notifications on user mentionsFrederic Guillot
2015-12-17Add reference to the createComment parametersEskiso
I've only seen the reference column being used by integrations (gitbucket,etc), would be nice that from the API we could also use that column for other references.
2015-12-12API: check project membership for task operationsFrederic Guillot
2015-12-06Add the possibility to define API token in config fileFrederic Guillot
2015-12-05Remove unused use statementsFrederic Guillot
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-11-15Rewrite of session managementFrederic Guillot
2015-10-19Cleanup and minor fixesFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-09-23Do not check anymore data folder permissionsFrederic Guillot
People who are using a remote database (Mysql/Postgresql) and a remote file storage (Aws S3 or similar) don't necessary needs to have a persistent local data folder or to change the permissions.
2015-09-18Add some testsFrederic Guillot
2015-09-18User-Api: add getMyPorjects (#1233)Timo Litzbarski
2015-09-17#1232 Api changes: new getMyOverdueTasks, new getOverdueTasksByProject, ↵Timo Litzbarski
allow getProjectActivity for user-api
2015-09-04#1144 Add description field to swimlane.Fabiano Pereira
2015-08-14Add new role Project AdministratorFrederic Guillot
2015-08-01Add bruteforce protectionFrederic Guillot
2015-07-29Add new api procedures: getDefaultTaskColor(), getDefaultTaskColors() and ↵Frederic Guillot
getColorList()
2015-07-29Add first draft of the user apiFrederic Guillot
2015-07-12Start to implement url rewrite (nice urls)Frederic Guillot
2015-07-05Add urls in api response for tasks and projectsFrederic Guillot
2015-06-27Remove column default_project_id for users because it's useless nowFrederic Guillot
2015-06-16API: Change parameters for updateTask, enforce the use of moveTaskPosition() ↵Frederic Guillot
to move a task
2015-06-13API: Add procedure 'getTaskByReference' and add 'reference' parameter for ↵Frederic Guillot
'createTask/updateTask' methods
2015-06-13API: new procedure 'removeAllFiles' and contract change for 'createFile'Frederic Guillot
2015-06-11Fix bug: api exceptions can occurs with some versions of PHPFrederic Guillot
2015-05-25Fix another typoFrederic Guillot
2015-05-24Add file procedures to the APIFrederic Guillot
2015-05-24Helpers refactoringFrederic Guillot
2015-05-23API refactoringFrederic Guillot