Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-10 | Compact comment list view on board task icon hover | Dzial Techniczny WMW Projekt s.c | |
2019-07-30 | Add project ID to ExternalTaskProviderInterface::fetch() | Frédéric Guillot | |
2019-07-15 | Fix English grammatical errors | Frédéric Guillot | |
2019-07-10 | Save thumbnails as PNG to allow transparency | KN4CK3R | |
2019-07-05 | Make sure the Project Identifier is saved when creating a project from ↵ | Florian | |
anther one | |||
2019-07-02 | Sort columns by due date | Craig Crosby | |
2019-06-27 | Add "identifier" beside "name" while creating a new project | Florian Völker | |
2019-02-08 | Add new actions to reorder tasks by column | Frédéric Guillot | |
2019-02-01 | Limit avatar image size | Frédéric Guillot | |
fixes #4041 | |||
2019-01-31 | Avoid CSRF in users CSV import | Frédéric Guillot | |
2019-01-30 | Do not show projects dropdown when prompting the 2FA code | Frédéric Guillot | |
2019-01-30 | Always returns a 404 otherwise people might guess which user exist | Frédéric Guillot | |
2019-01-30 | Add missing CSRF check in TwoFactorController::deactivate() | Frédéric Guillot | |
2019-01-19 | Fix PHP error in task views (tag colors) | Cyboulette | |
2019-01-10 | Fix permission check before "Assign to me" | Rafael de Camargo | |
Users who should not be able to change assignee cannot "assign to me" Fixes #4121 | |||
2018-10-15 | Redirect to board view of the current task after duplication | Michael Vickers | |
2018-08-12 | Allow 'No assignee' for external task on single user public boards | Julian Maurice | |
'No assignee' option is already available in modification but not in creation. This patch fixes that by allowing the 'No assignee' option on external task creation. | |||
2018-08-11 | Allow to associate tags to colors | Julian Maurice | |
The color is then used as background in the board, list and task details views | |||
2018-08-09 | Allow to associate project categories to colors | Julian Maurice | |
The color is then used as background in the board and list views | |||
2018-07-29 | Change 'entered' to 'enter' | W1lkins | |
2018-06-08 | Add more fields in bulk task creation form | Frédéric Guillot | |
2018-06-07 | Add quick link assign me in different views | Frédéric Guillot | |
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-04 | Fix misspelled name | Miodrag Tokić | |
2018-06-03 | Correct English text | James | |
2018-06-01 | Add checkboxes in list view to move tasks to another column at once | Frédéric Guillot | |
2018-04-06 | Make sure no empty group is submitted on project permissions page | Frédéric Guillot | |
2018-04-06 | Move documentation to https://docs.kanboard.org/ | Frédéric Guillot | |
2018-04-02 | Add default filter per user | Aurélien | |
2018-03-09 | Fix broken daily summary export | Frédéric Guillot | |
2018-03-05 | Redirect to original URL after oauth login | kent1 | |
2018-03-02 | Display exceptions from plugins while refreshing board | Frédéric Guillot | |
2018-02-02 | Remove dependency on PicoFeed | Frédéric Guillot | |
2018-01-29 | Add CSRF check for task and project files upload | Frédéric Guillot | |
2018-01-29 | Add missing CSRF check on avatar upload form | Frédéric Guillot | |
2018-01-29 | Add missing CSRF check in saveUploadDB() method | Frédéric Guillot | |
2017-12-12 | Store PHP sessions in the database | Frédéric Guillot | |
2017-12-01 | Improve permission checks on custom filters page | Frédéric Guillot | |
2017-11-27 | Update image links in documentation | Frédéric Guillot | |
2017-11-17 | Add the possibility to send tasks and comments to multiple recipients | Frederic Guillot | |
2017-11-16 | Add projects search | Frederic Guillot | |
2017-11-16 | Add search in groups | Frederic Guillot | |
2017-11-16 | Fix PHP notice in PR #3557 | Frederic Guillot | |
2017-11-16 | Allow searching for users in the user list. | Ramón Cahenzli | |
Squashed commit of the following: commit 46595b7ae0bccfc8e5252daf8101e59ff53fdcdf Author: Ramón Cahenzli <rca@psy-q.ch> Date: Thu Nov 16 19:12:11 2017 +0100 Preserve search terms and sort order commit 5445816f1dd7e7de876e226cf8479660a92c07ad Author: Ramón Cahenzli <rca@psy-q.ch> Date: Thu Nov 16 18:53:43 2017 +0100 First working user search. commit 620b9787ef7998c4bf219d25075e35f4cfa3d1ee Author: Ramón Cahenzli <rca@psy-q.ch> Date: Thu Nov 16 16:06:37 2017 +0100 Moving user search to its own action commit 0c17ac2428c2b38c9535f7a63f8be7582e4e332b Author: Ramón Cahenzli <rca@psy-q.ch> Date: Thu Nov 16 14:58:34 2017 +0100 WIP on user search, adding search form | |||
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 | Remove useless URL params | 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-03 | Use task description templates in bulk task creation | Frederic Guillot | |