summaryrefslogtreecommitdiff
path: root/app/Template
AgeCommit message (Collapse)Author
2018-02-02Remove dependency on PicoFeedFrédéric Guillot
2018-01-29Add CSRF check for task and project files uploadFrédéric Guillot
2018-01-29Add missing CSRF check on avatar upload formFrédéric Guillot
2018-01-29Add missing CSRF check in saveUploadDB() methodFrédéric Guillot
2018-01-25Set the correct swimlane/column ID when moving a task via its internal dialog.kousu
Fixes https://github.com/kanboard/kanboard/issues/3114.
2017-12-11Updated Hungarian translationBalázs Úr
2017-12-01Improve permission checks on custom filters pageFrédéric Guillot
2017-11-29Allow administrators to update username of remote usersFrédéric Guillot
2017-11-27Update code base and doc to use kanboard.org domainFrédéric Guillot
2017-11-23Add new template hook: template:user:show:profile:infoFrédéric Guillot
2017-11-23Minor tweaks on PR #3562Frédéric Guillot
2017-11-23Changed 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-23Enable dragging to collapsed columnsAndrew Berzley
2017-11-17Add the possibility to send tasks and comments to multiple recipientsFrederic Guillot
2017-11-16Add projects searchFrederic Guillot
2017-11-16Add search in groupsFrederic Guillot
2017-11-16Add help message on project sharing pageFrederic Guillot
2017-11-16Allow 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-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-10Improve CSS layoutFrederic Guillot
2017-11-09Add user backend provider systemFrederic Guillot
2017-11-08Move position of start/due date in task detailsFrederic Guillot
2017-11-03Remove keyboard shortcuts from settings pageFrederic Guillot
2017-11-03Improve dropdown for task description templatesFrederic Guillot
2017-11-03Use task description templates in bulk task creationFrederic Guillot
2017-11-02Add predefined templates for task descriptionsFrederic Guillot
2017-10-30Add section for predefined contentsFrederic Guillot
2017-10-27Remove feature "Allow everybody to access to this project"Frederic Guillot
2017-10-20Improved display of the header barYannick Armand
2017-10-20Add bulk subtasks creationFrederic Guillot
2017-10-19Do not use jQuery tooltip for task title in collapsed modeFrederic Guillot
2017-10-18Improve external task integrationFrederic Guillot
2017-10-17Add support for array in automatic actionsFrederic Guillot
2017-10-16Add attribute title to external linksFrederic Guillot
2017-10-12Generate a link if the reference is a URLFrederic Guillot
2017-10-12Render a dropdown menu for external task providersFrederic Guillot
2017-10-12Feature request #2072 : Quick edit in the list viewFlorian Wernert
Added the quick link to the edit modal on the tasks in the board view, both expanded and collapsed
2017-09-23Do not expose IDs in formsFrederic Guillot
2017-09-23Avoid people to alter other projects by changing form dataFrederic Guillot
2017-07-16Add "Create another link" checkbox for internal link as in sub-task creationOlivier Maridat
2017-06-18Add missing subtask permissions for project viewer roleFrederic Guillot
2017-06-18Make sure that due datetime is using the right colorFrederic Guillot
2017-06-09Remove checkbox to simplify task mail formFrederic Guillot
2017-06-03Add autocomplete dropdown on comment subject and email fieldsFrederic Guillot
2017-06-03Add configurable list of predefined subjects when sending a task by emailFrederic Guillot
2017-06-03Add dropdown menu to autocomplete email field from project membersFrederic Guillot
2017-06-03Add the possibility to create a comment when a task is sent by emailFrederic Guillot
2017-05-22Fix broken user mentions in comment form at the bottom of the task view pageFrederic Guillot
2017-05-12Fix wrong dropdown menu in group members listFrederic Guillot
2017-05-10Change Due Date to Due Timestamp fixes #919 (#3249)Oliver Buchmann