summaryrefslogtreecommitdiff
path: root/app/ServiceProvider
AgeCommit message (Collapse)Author
2017-01-26Set API methods getColumns and getColumn accessible to project viewersFrederic Guillot
2017-01-24Provide support for completion filter in search (fixes #2958)Mark Szymanski
2017-01-22Add user invitationsFrederic Guillot
2017-01-02Refactoring/rewrite of modal boxes handlingFrederic Guillot
2016-12-20Offer the possibility to override internal formatter objects from pluginsFrederic Guillot
2016-12-17Add API calls to manage tagsFrederic Guillot
2016-12-17Add cache decorator for UserModelFrederic Guillot
2016-12-12Fix issue #2881Guan Shiliang
The locally uploaded avatar images should be visible in public view
2016-12-03Add personal API access tokenFrederic Guillot
2016-12-02Add config parameter to toggle automatic SQL migrationsFrederic Guillot
- Add two command line opterations to show schema version and to execute SQL migrations - Add new configuration parameter to enable or disable SQL migrations
2016-12-01Make user mentions great againFrederic Guillot
2016-11-01Add ExternalTaskManager classFrederic Guillot
2016-09-19Add new automatic action to close task based on date movedFrederic Guillot
2016-09-18Add column restrictions to custom project rolesFrederic Guillot
2016-09-14Added the actual use of TaskStartDateFilter (#2669)lordweed92
modified the function createTaskFilter to use the TaskStartDateFilter
2016-09-11Add project restrictions for custom rolesFrederic Guillot
2016-09-10Add ui to create new custom project roles and column restrictionsFrederic Guillot
2016-09-08Apply column restrictions to the boardFrederic Guillot
2016-09-03Convert user distribution chart to Vue.js componentFrederic Guillot
2016-09-03Convert task distribution chart to Vue.js componentFrederic Guillot
2016-08-26Add the possibility to unlock users from the user interfaceFrederic Guillot
2016-08-23Merge pull-request #2587Frederic Guillot
2016-08-21Store comment sorting direction in user metadataFrederic Guillot
2016-08-21Add FileCache driverFrederic Guillot
2016-08-17Automatic Actions now support Swimlanesdalmond
2016-07-31Move API calls for task metadata to a separate classFrederic Guillot
2016-07-27ADD: TaskMovedDateFilterChristopher Geelen
2016-07-24Move dashboard pagination into separate classesFrederic Guillot
2016-07-23Remove SubtaskTimeTrackingSubscriberFrederic Guillot
2016-07-23Create new class SubtaskStatusModelFrederic Guillot
2016-07-23Create new class SubtaskTaskConversionModelFrederic Guillot
2016-07-23Create new class SubtaskPositionModelFrederic Guillot
2016-07-23Add unit test for ProjectMetricJobFrederic Guillot
2016-07-23Add new automatic action to move the task to another column when not movedFrederic Guillot
2016-07-23Add new automatic action to move a task to another column when closedFrederic Guillot
2016-07-23Added a new automatic action to set due dateFrederic Guillot
2016-07-23Added internal task links to activity streamFrederic Guillot
2016-07-19Refactoring of internal task eventsFrederic Guillot
2016-07-17Subtasks events refactoring and show delete in activity streamFrederic Guillot
2016-07-17File events refactoringFrederic Guillot
2016-07-17Added event for removed comments with some refactoringFrederic Guillot
2016-07-14Added search filter for task priorityFrederic Guillot
2016-07-10Merge pull-request #2388Frederic Guillot
2016-07-02Handle priority for task and project duplicationFrederic Guillot
2016-07-02Move Task::duplicate() to class ProjectTaskDuplicationModelFrederic Guillot
2016-07-02Handle tags and tasks move/duplication to another projectFrederic Guillot
2016-06-26Added new API calls for project attachementsFrederic Guillot
2016-06-26Added new API calls for external task linksFrederic Guillot
2016-06-26Merge branch 'master' of https://github.com/fguillot/kanboardi00171
2016-06-26New actionprovider that closes tasks if they are in a specific column and ↵i00171
havn't been changed for X days.