summaryrefslogtreecommitdiff
path: root/app/Api
AgeCommit message (Expand)Author
2017-05-22Add task and project API formattersFrederic Guillot
2017-05-12Add the possibility to pass API token as environment variable for Docker cont...Frederic Guillot
2017-03-12Simplify dashboard to use new tasks list viewFrederic Guillot
2017-02-18Add mandatory argument "project_id" to API method "updateSwimlane()"Frederic Guillot
2017-02-18Remove default swimlaneFrederic Guillot
2017-02-15Add date_started parameter to task API calls (#3042)rmjstn
2017-02-08Prevent people to remove columns that contains tasksFrederic Guillot
2017-02-04Add email address field for projectsFrederic Guillot
2017-01-24Empty arrays are serialized to a list instead of a dict (Json API)Frederic Guillot
2016-12-20Offer the possibility to override internal formatter objects from pluginsFrederic Guillot
2016-12-18Add tags parameter to task API callsFrederic Guillot
2016-12-17Add API calls to manage tagsFrederic Guillot
2016-12-17Add cache decorator for UserModelFrederic Guillot
2016-12-03Add personal API access tokenFrederic Guillot
2016-07-31Move API calls for task metadata to a separate classFrederic Guillot
2016-07-29Added Task Metadata options to APIEskiso
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
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
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