Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | Reword project settings label | Frédéric Guillot | |
2018-06-06 | Fix typo in translation string | Frédéric Guillot | |
2018-06-06 | Fix bad search and replace in old commit | Frédéric Guillot | |
Commit eafaa4b03770a73080520952112905eb8135a62f | |||
2018-06-06 | Add bulk task modification in list view | Frédéric Guillot | |
2018-06-03 | Correct English text | James | |
2018-06-03 | Add dashboard and search task footer hooks | Michael Vickers | |
Implement new hooks requested in kanboard/kanboard#3863 | |||
2018-06-01 | Add checkboxes in list view to move tasks to another column at once | Frédéric Guillot | |
2018-06-01 | Add basic print stylesheet | lastlink | |
2018-05-25 | Correct typos in English text | James | |
2018-05-11 | translate time string in another template | Andrew Engelbrecht | |
2018-05-10 | Make hardcoded hours string translatable | Frédéric Guillot | |
2018-05-10 | Add link to open images in a new tab | Frédéric Guillot | |
2018-05-09 | Hide private projects checkbox if the feature is disabled | Frédéric Guillot | |
2018-05-09 | Improve dashboard pagination | Frédéric Guillot | |
2018-05-02 | Avoid people to remove themselves from project permissions | Frédéric Guillot | |
2018-04-30 | Don't markdown project owner's name in tooltip | Andrew Engelbrecht | |
2018-04-20 | Rewrite tooltips code without jQuery | Frédéric Guillot | |
2018-04-18 | Fix margin for task recurrence tooltip | Frédéric Guillot | |
2018-04-16 | Improve notifications | kent1 | |
- Translate subtask status - Translate internal link labels - Add link to tasks and projects in overdue notifications | |||
2018-04-12 | Adjust field size to keep compatibility with MySQL 5.6 | Frédéric Guillot | |
2018-04-11 | Increase text fields length in several tables | Frédéric Guillot | |
2018-04-06 | Move documentation to https://docs.kanboard.org/ | Frédéric Guillot | |
2018-04-04 | Add missing translations | Frédéric Guillot | |
2018-04-02 | Add default filter per user | Aurélien | |
2018-02-22 | Add CSS class to categories to allow custom styling | sfahrenholz | |
2018-02-05 | Remove unnecessary anchor from feed entry link | 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 | |
2018-01-25 | Set the correct swimlane/column ID when moving a task via its internal dialog. | kousu | |
Fixes https://github.com/kanboard/kanboard/issues/3114. | |||
2017-12-11 | Updated Hungarian translation | Balázs Úr | |
2017-12-01 | Improve permission checks on custom filters page | Frédéric Guillot | |
2017-11-29 | Allow administrators to update username of remote users | Frédéric Guillot | |
2017-11-27 | Update code base and doc to use kanboard.org domain | Frédéric Guillot | |
2017-11-23 | Add new template hook: template:user:show:profile:info | Frédéric Guillot | |
2017-11-23 | Minor tweaks on PR #3562 | Frédéric Guillot | |
2017-11-23 | Changed board column headings to show swimlane-column total in bold. Also, ↵ | Andrew Berzley | |
board column total to be shown at end of column heading with limit across the sum of all swimlanes. | |||
2017-11-23 | Enable dragging to collapsed columns | Andrew Berzley | |
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 | Add help message on project sharing page | 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-10 | Improve CSS layout | Frederic Guillot | |