Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-06 | Add bulk task modification in list view | Frédéric Guillot | |
2018-06-04 | Run cron jobs via URL | Miodrag 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-01 | Add checkboxes in list view to move tasks to another column at once | Frédéric Guillot | |
2018-04-12 | Use utf8mb4 encoding for MySQL instead of utf8 | Frédéric Guillot | |
2018-04-04 | Add Project MetaData API calls | Julien Moreau | |
2018-03-05 | Add system log driver and use it by default | Frédéric Guillot | |
2018-03-05 | Move SimpleLogger lib into app source tree | Frédéric Guillot | |
2018-02-14 | Add timeout parameter for database connection | Frédéric Guillot | |
2018-01-22 | Add action to change column once a start date is reached | Christian Wolter | |
2018-01-22 | Add action to change color once start date is reached | Christian Wolter | |
2018-01-11 | Add option to disable Mysql SSL server verification | Frédéric Guillot | |
2017-12-12 | Store PHP sessions in the database | Frédéric Guillot | |
2017-12-06 | Add two automatic actions for subtasks | Fré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-01 | Add command to remove project activities after one year | Frédéric Guillot | |
2017-11-30 | Add command to disable projects not touched during one year | Frédéric Guillot | |
2017-11-16 | Add command to display Kanboard version | Frederic Guillot | |
2017-11-14 | Task CSV import is now able to handle more fields | Frederic Guillot | |
Add support for the priority, start date, tags and one external link. | |||
2017-11-09 | Add user backend provider system | Frederic Guillot | |
2017-11-08 | Improve iCalendar feed to include tasks with start/end date and due date ↵ | Frederic Guillot | |
with a time | |||
2017-11-02 | Add predefined templates for task descriptions | Frederic Guillot | |
2017-10-30 | Add section for predefined contents | Frederic Guillot | |
2017-10-16 | Add filter by score/complexity | Yannick Armand | |
2017-06-18 | Add missing subtask permissions for project viewer role | Frederic Guillot | |
2017-06-03 | Add new automatic action to assign tasks to its creator | Frederic Guillot | |
2017-05-22 | Add task and project API formatters | Frederic Guillot | |
2017-04-08 | Improve dashboard | Frederic Guillot | |
2017-04-01 | Move Gravatar to external plugin | Frederic Guillot | |
2017-04-01 | Move Gantt charts to external plugin | Frederic Guillot | |
2017-04-01 | Move calendar to external plugin | Frederic Guillot | |
2017-03-12 | Simplify dashboard to use new tasks list view | Frederic Guillot | |
2017-02-26 | Add toggle button to show/hide subtasks in task list view | Frederic Guillot | |
2017-02-26 | Add class SubtaskListFormatter | Frederic Guillot | |
2017-02-26 | Display tags in task list view | Frederic Guillot | |
2017-02-23 | Automatic action to change task color when due date is expired (PR #3062) | Frederic Guillot | |
2017-02-18 | Send tasks by email | Frederic Guillot | |
2017-02-12 | Improve error reporting when file upload is not configured properly | Frederic Guillot | |
2017-02-11 | Open comments in board view with a modal dialog instead of tooltip | Frederic Guillot | |
2017-01-28 | Add command to execute individual job | Frederic Guillot | |
2017-01-27 | More API procedures are now available to project members and project viewers | Frederic Guillot | |
2017-01-26 | Set API methods getColumns and getColumn accessible to project viewers | Frederic Guillot | |
2017-01-24 | Provide support for completion filter in search (fixes #2958) | Mark Szymanski | |
2017-01-22 | Add user invitations | Frederic Guillot | |
2017-01-02 | Refactoring/rewrite of modal boxes handling | Frederic Guillot | |
2016-12-20 | Offer the possibility to override internal formatter objects from plugins | Frederic Guillot | |
2016-12-17 | Add API calls to manage tags | Frederic Guillot | |
2016-12-17 | Add cache decorator for UserModel | Frederic Guillot | |
2016-12-12 | Fix issue #2881 | Guan Shiliang | |
The locally uploaded avatar images should be visible in public view | |||
2016-12-03 | Add personal API access token | Frederic Guillot | |
2016-12-02 | Add config parameter to toggle automatic SQL migrations | Frederic 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-01 | Make user mentions great again | Frederic Guillot | |