summaryrefslogtreecommitdiff
path: root/app/ServiceProvider
AgeCommit message (Collapse)Author
2020-04-08"My tasks" view grops tasks by project - fixes #107Dzial Techniczny WMW Projekt s.c
2019-07-25Remove dependency on nodejs and gulpFrédéric Guillot
2019-07-25Remove dependency on SassFrédéric Guillot
- Convert *.sass files to vanilla CSS - Start using CSS variables - Add PHP minifier
2019-07-08Automatically update the start date when a task move away from a columnrenothing
2019-06-15Add automatic action to move task between columns based on due daterenothing
2019-05-13Do not show duplicated results when multiple comments matchRafael de Camargo
2019-02-08Add new actions to reorder tasks by columnFrédéric Guillot
2019-02-01Authorize only API tokens when 2FA is enabledFrédéric Guillot
2018-11-08New automatic action: move the task to another swimlane when assigned to a userMarcin
2018-10-25Register action assign category based on swimlaneInterleaved
2018-10-25Register new swimlane action in action managerInterleaved
2018-07-19Add search within a range of dates for completion and modificationKamil
2018-07-16Add search within a range of dates for creation/moved date fieldsKamil
2018-06-06Add bulk task modification in list viewFrédéric Guillot
2018-06-04Run cron jobs via URLMiodrag Tokić
Kanboard supports running cron jobs via CLI. There are hosting services that don't offer CLI access, but they do offer calling a URL periodically. This feature is often used as a CLI cron job replacement. This commit adds a CronjobController called by "/cronjob" URL that will execute cron jobs as they were executed via CLI. The URL has public access, but is protected using the webhook token. The "/cronjob" URL should be called via HTTPS.
2018-06-01Add checkboxes in list view to move tasks to another column at onceFrédéric Guillot
2018-04-12Use utf8mb4 encoding for MySQL instead of utf8Frédéric Guillot
2018-04-04Add Project MetaData API callsJulien Moreau
2018-03-05Add system log driver and use it by defaultFrédéric Guillot
2018-03-05Move SimpleLogger lib into app source treeFrédéric Guillot
2018-02-14Add timeout parameter for database connectionFrédéric Guillot
2018-01-22Add action to change column once a start date is reachedChristian Wolter
2018-01-22 Add action to change color once start date is reachedChristian Wolter
2018-01-11Add option to disable Mysql SSL server verificationFrédéric Guillot
2017-12-12Store PHP sessions in the databaseFrédéric Guillot
2017-12-06Add two automatic actions for subtasksFrédéric Guillot
- Action to create a subtask assigned to the creator and start the timer - Action to stop the timer of subtasks
2017-12-01Add command to remove project activities after one yearFrédéric Guillot
2017-11-30Add command to disable projects not touched during one yearFrédéric Guillot
2017-11-16Add command to display Kanboard versionFrederic Guillot
2017-11-14Task CSV import is now able to handle more fieldsFrederic Guillot
Add support for the priority, start date, tags and one external link.
2017-11-09Add user backend provider systemFrederic Guillot
2017-11-08Improve iCalendar feed to include tasks with start/end date and due date ↵Frederic Guillot
with a time
2017-11-02Add predefined templates for task descriptionsFrederic Guillot
2017-10-30Add section for predefined contentsFrederic Guillot
2017-10-16Add filter by score/complexityYannick Armand
2017-06-18Add missing subtask permissions for project viewer roleFrederic Guillot
2017-06-03Add new automatic action to assign tasks to its creatorFrederic Guillot
2017-05-22Add task and project API formattersFrederic Guillot
2017-04-08Improve dashboardFrederic Guillot
2017-04-01Move Gravatar to external pluginFrederic Guillot
2017-04-01Move Gantt charts to external pluginFrederic Guillot
2017-04-01Move calendar to external pluginFrederic Guillot
2017-03-12Simplify dashboard to use new tasks list viewFrederic Guillot
2017-02-26Add toggle button to show/hide subtasks in task list viewFrederic Guillot
2017-02-26Add class SubtaskListFormatterFrederic Guillot
2017-02-26Display tags in task list viewFrederic Guillot
2017-02-23Automatic action to change task color when due date is expired (PR #3062)Frederic Guillot
2017-02-18Send tasks by emailFrederic Guillot
2017-02-12Improve error reporting when file upload is not configured properlyFrederic Guillot
2017-02-11Open comments in board view with a modal dialog instead of tooltipFrederic Guillot