summaryrefslogtreecommitdiff
path: root/app/Template
AgeCommit message (Collapse)Author
2019-05-03Add new hook template:export:headerBastian Rang
2019-04-27Add HTML tag in email notificationsFrédéric Guillot
2019-04-05Add missing template and translationsFrédéric Guillot
2019-02-19Always display task accordion elementsFrédéric Guillot
2019-02-19Replace accordion Javascript component by <details> HTML elementFrédéric Guillot
2019-02-13Add missing webhook event: task.move.projectFrédéric Guillot
Fixes #3969
2019-02-08Add new actions to reorder tasks by columnFrédéric Guillot
2019-01-30Do not show projects dropdown when prompting the 2FA codeFrédéric Guillot
2019-01-11Hide edit button when user cannot edit taskRafael de Camargo
Check for custom roles to show edit button Fixes #4123
2019-01-10Fix permission check before "Assign to me"Rafael de Camargo
Users who should not be able to change assignee cannot "assign to me" Fixes #4121
2019-01-08Fix permission check to show project optionsrafacamargo123
Fixes #4105
2018-12-11Add sorting by reference in list viewAI3Zakir
2018-11-28Add hook to Board SettingsCraig Crosby
2018-11-27Disable php_uname() warningBen RUBSON
2018-10-23Fix broken link to contributor pageFrédéric Guillot
Fixes #4052
2018-10-23Revert "Easier closing of dialogs" (introduces regression on date time picker)Frédéric Guillot
This reverts commit 71630aaa77b518d3d0165f772251f09cc249f015.
2018-10-15Easier closing of dialogsMichael
Allow closing of dialogs by clicking on the background area around it. When the dialog is closed in this manner, if it contains a form with changed data present a warning that there are unsaved changes. Likewise if the user attempts to navigate away from the page, eg page reload, bookmark click, address bar entry. If the dialog does not contain a form or the data remains unchanged no warning messages are shown.
2018-10-15Write log entry on file removalMichael
2018-08-22Add custom roles project duplicationMatteo Mazza
2018-08-11Allow to associate tags to colorsJulian Maurice
The color is then used as background in the board, list and task details views
2018-08-09Allow to associate project categories to colorsJulian Maurice
The color is then used as background in the board and list views
2018-06-08Add more fields in bulk task creation formFrédéric Guillot
2018-06-07Add quick link assign me in different viewsFrédéric Guillot
2018-06-06Reword project settings labelFrédéric Guillot
2018-06-06Fix typo in translation stringFrédéric Guillot
2018-06-06Fix bad search and replace in old commitFrédéric Guillot
Commit eafaa4b03770a73080520952112905eb8135a62f
2018-06-06Add bulk task modification in list viewFrédéric Guillot
2018-06-03Correct English textJames
2018-06-03Add dashboard and search task footer hooksMichael Vickers
Implement new hooks requested in kanboard/kanboard#3863
2018-06-01Add checkboxes in list view to move tasks to another column at onceFrédéric Guillot
2018-06-01Add basic print stylesheetlastlink
2018-05-25Correct typos in English textJames
2018-05-11translate time string in another templateAndrew Engelbrecht
2018-05-10Make hardcoded hours string translatableFrédéric Guillot
2018-05-10Add link to open images in a new tabFrédéric Guillot
2018-05-09Hide private projects checkbox if the feature is disabledFrédéric Guillot
2018-05-09Improve dashboard paginationFrédéric Guillot
2018-05-02Avoid people to remove themselves from project permissionsFrédéric Guillot
2018-04-30Don't markdown project owner's name in tooltipAndrew Engelbrecht
2018-04-20Rewrite tooltips code without jQueryFrédéric Guillot
2018-04-18Fix margin for task recurrence tooltipFrédéric Guillot
2018-04-16Improve notificationskent1
- Translate subtask status - Translate internal link labels - Add link to tasks and projects in overdue notifications
2018-04-12Adjust field size to keep compatibility with MySQL 5.6Frédéric Guillot
2018-04-11Increase text fields length in several tablesFrédéric Guillot
2018-04-06Move documentation to https://docs.kanboard.org/Frédéric Guillot
2018-04-04Add missing translationsFrédéric Guillot
2018-04-02Add default filter per userAurélien
2018-02-22Add CSS class to categories to allow custom stylingsfahrenholz
2018-02-05Remove unnecessary anchor from feed entry linkFrédéric Guillot
2018-02-02Remove dependency on PicoFeedFrédéric Guillot