summaryrefslogtreecommitdiff
path: root/app/Api
AgeCommit message (Collapse)Author
2016-05-16Rename Api classesFrederic Guillot
2016-05-07Added support for language LDAP attributeFrederic Guillot
2016-04-26Update JsonRPC libraryFrederic Guillot
2016-04-22Added searchTasks API procedureFrederic Guillot
2016-04-21Added priority field to API proceduresFrederic Guillot
2016-04-21Added API procedure "getMemberGroups"Frederic Guillot
2016-04-10Refactor ProjectActivity model to use Filter and Formatter interfaceFrederic Guillot
2016-03-27Check if LDAP logger is definedFrederic Guillot
2016-03-13Add log message for API procedure createLdapUser()Frederic Guillot
2016-03-12Pass username only to LdapUser::getUserEmmanuel Lacour
This fix a bad ldap search filter as LdapUser::getUser already do the LDAP_USER_FILTER expansion.
2016-03-12Added logging message for API authentication failureFrederic Guillot
2016-02-20Add drag and drop to change swimlane positionsFrederic Guillot
2016-02-20Fix cosmetic issues and update api documentationFrederic Guillot
2016-02-20Split Board model into multiple classesFrederic Guillot
2016-02-14Add ProjecFile and TaskFile modelsFrederic Guillot
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