summaryrefslogtreecommitdiff
path: root/app/Api
AgeCommit message (Collapse)Author
2016-07-31Move API calls for task metadata to a separate classFrederic Guillot
2016-07-29Added Task Metadata options to APIEskiso
Add API calls to get all metadata from task, get metadata from task by name, edit/create new metadata and remove metadata
2016-07-02Handle tags and tasks move/duplication to another projectFrederic Guillot
2016-06-26Added API calls for subtask time trackingFrederic Guillot
2016-06-26Added new API calls for project attachementsFrederic Guillot
2016-06-26Added new API calls for external task linksFrederic Guillot
2016-06-26Added new API call: "getProjectByIdentifier"Frederic Guillot
2016-06-26Added new arguments to project API calls and update composer.jsonFrederic Guillot
2016-06-26Added application and project roles validation for API procedure callsFrederic Guillot
2016-06-25Rewrite integration tests to run with Docker containersFrederic Guillot
2016-06-24Use BoardFormatter to generate the boardFrederic Guillot
2016-06-08Updated to include "Model" suffixNikolaos Georgakis
2016-06-08Updated namespace to match new API filesNikolaos Georgakis
2016-06-08Update and rename SubtaskTimeTracking.php to SubtaskTimeTrackingApi.phpngtech
2016-06-07Expose SubTask Time Tracking though the APINikolaos Georgakis
Also allow users to create Subtasks and Log Time for Subtasks through the User API Rebased to new API code
2016-05-29Update JsonRPC library and APIFrederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-28Split board controller into multiple classesFrederic Guillot
2016-05-28Rename controllersFrederic Guillot
2016-05-26Rename task view controllerFrederic Guillot
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