Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-08 | Updated to include "Model" suffix | Nikolaos Georgakis | |
2016-06-08 | Updated namespace to match new API files | Nikolaos Georgakis | |
2016-06-08 | Update and rename SubtaskTimeTracking.php to SubtaskTimeTrackingApi.php | ngtech | |
2016-06-07 | Expose SubTask Time Tracking though the API | Nikolaos Georgakis | |
Also allow users to create Subtasks and Log Time for Subtasks through the User API Rebased to new API code | |||
2016-05-29 | Update JsonRPC library and API | Frederic Guillot | |
2016-05-28 | Rename all models | Frederic Guillot | |
2016-05-28 | Split board controller into multiple classes | Frederic Guillot | |
2016-05-28 | Rename controllers | Frederic Guillot | |
2016-05-26 | Rename task view controller | Frederic Guillot | |
2016-05-16 | Rename Api classes | Frederic Guillot | |
2016-05-07 | Added support for language LDAP attribute | Frederic Guillot | |
2016-04-26 | Update JsonRPC library | Frederic Guillot | |
2016-04-22 | Added searchTasks API procedure | Frederic Guillot | |
2016-04-21 | Added priority field to API procedures | Frederic Guillot | |
2016-04-21 | Added API procedure "getMemberGroups" | Frederic Guillot | |
2016-04-10 | Refactor ProjectActivity model to use Filter and Formatter interface | Frederic Guillot | |
2016-03-27 | Check if LDAP logger is defined | Frederic Guillot | |
2016-03-13 | Add log message for API procedure createLdapUser() | Frederic Guillot | |
2016-03-12 | Pass username only to LdapUser::getUser | Emmanuel Lacour | |
This fix a bad ldap search filter as LdapUser::getUser already do the LDAP_USER_FILTER expansion. | |||
2016-03-12 | Added logging message for API authentication failure | Frederic Guillot | |
2016-02-20 | Add drag and drop to change swimlane positions | Frederic Guillot | |
2016-02-20 | Fix cosmetic issues and update api documentation | Frederic Guillot | |
2016-02-20 | Split Board model into multiple classes | Frederic Guillot | |
2016-02-14 | Add ProjecFile and TaskFile models | Frederic Guillot | |
2016-02-13 | Enable/Disable users | Frederic Guillot | |
2016-02-13 | Add setting option to disable private projects | Frederic Guillot | |
2016-01-25 | Added API getUserByName() | jf-guillou | |
Tests and doc included | |||
2016-01-23 | Add new API procedures to move and duplicate tasks to another project | Frederic Guillot | |
2016-01-23 | Fix bug: Unable to unassign a task from the API | Frederic Guillot | |
2016-01-22 | Add new API procedures for groups, roles and project permissions | Frederic Guillot | |
2016-01-14 | Move validator methods | Frederic Guillot | |
2016-01-13 | Move some validators to separate classes | Frederic Guillot | |
2016-01-11 | Move project validator methods | Frederic Guillot | |
2016-01-11 | Move subtask validator methods | Frederic Guillot | |
2016-01-11 | Move user validator methods | Frederic Guillot | |
2016-01-03 | Improve Automatic Actions plugin api | Frederic Guillot | |
2015-12-29 | Send notifications on user mentions | Frederic Guillot | |
2015-12-17 | Add reference to the createComment parameters | Eskiso | |
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-12 | API: check project membership for task operations | Frederic Guillot | |
2015-12-06 | Add the possibility to define API token in config file | Frederic Guillot | |
2015-12-05 | Remove unused use statements | Frederic Guillot | |
2015-12-05 | Rewrite of the authentication and authorization system | Frederic Guillot | |
2015-11-15 | Rewrite of session management | Frederic Guillot | |
2015-10-19 | Cleanup and minor fixes | Frederic Guillot | |
2015-10-17 | Run php-cs-fixer on the code base | Frederic Guillot | |
2015-10-13 | Change namespace to add Kanboard as prefix | Frederic Guillot | |
2015-09-23 | Do not check anymore data folder permissions | Frederic 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-18 | Add some tests | Frederic Guillot | |
2015-09-18 | User-Api: add getMyPorjects (#1233) | Timo Litzbarski | |
2015-09-17 | #1232 Api changes: new getMyOverdueTasks, new getOverdueTasksByProject, ↵ | Timo Litzbarski | |
allow getProjectActivity for user-api |