index
:
kanban
master
Custom fork of https://github.com/kanboard/kanboard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Controller
/
TaskModificationController.php
Age
Commit message (
Collapse
)
Author
2019-07-30
Add project ID to ExternalTaskProviderInterface::fetch()
Frédéric Guillot
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-06-07
Add quick link assign me in different views
Frédéric Guillot
2018-06-03
Correct English text
James
2017-09-23
Do not expose IDs in forms
Frederic Guillot
2017-04-12
Bug: Improve task update restriction
Busfreak
the function "checkPermission" has been removed and replaced with "projectRole->canUpdateTask"
2017-04-08
Improve task update restriction
Frederic Guillot
2017-04-07
Add project restriction to block task edition
Frederic Guillot
2017-04-05
Add new project restriction to block assignee change
Frederic Guillot
2016-11-07
Handle modification of external tasks
Frederic Guillot
2016-10-08
Always apply merge hooks in task creation controller
Frederic Guillot
2016-08-13
Improve form helpers and add more hooks
Frederic Guillot
2016-08-07
Show project name in task forms
Frederic Guillot
2016-06-24
Remove dropdown menus that are now available with task edit form
Frederic Guillot
2016-06-24
Use the same task form layout everywhere
Frederic Guillot
2016-06-24
Expose tags to the user interface (first prototype)
Frederic Guillot
2016-06-05
Remove useless use statements
Frederic Guillot
2016-06-05
Changed DateParser to use only user format and ISO-8601
Frederic Guillot
2016-05-28
Rename all models
Frederic Guillot
2016-05-26
Rename task view controller
Frederic Guillot
2016-05-26
Rename task controllers
Frederic Guillot