summaryrefslogtreecommitdiff
path: root/app/Template
AgeCommit message (Collapse)Author
2016-07-17Subtasks events refactoring and show delete in activity streamFrederic Guillot
2016-07-17Added event for removed comments with some refactoringFrederic Guillot
2016-07-14Added tighter access controls to profile sectionDj Padzensky
2016-07-11missing translation in dasboard/tasksBusfreak
2016-07-09Fix a couple of bugs in PR #2424Frederic Guillot
2016-07-05Hide tasks within specific columns in dashboard (#2424)Busfreak
2016-07-03Fixed "due today" highlightingJannik Winkel
2016-07-02Move Task::duplicate() to class ProjectTaskDuplicationModelFrederic Guillot
2016-07-02Handle project tags duplicationFrederic Guillot
2016-07-01Fixed empty title for web notification with only one overdue taskFrederic Guillot
2016-06-28Expose task reference field to the user interfaceFrederic Guillot
2016-06-24Added tag modification from the user interfaceFrederic Guillot
2016-06-24Removed useless keyboard shortcutFrederic Guillot
2016-06-24Update links on the boardFrederic Guillot
2016-06-24Remove dropdown menus that are now available with task edit formFrederic Guillot
2016-06-24Use the same task form layout everywhereFrederic Guillot
2016-06-24Expose tags to the user interface (first prototype)Frederic Guillot
2016-06-24Use BoardFormatter to generate the boardFrederic Guillot
2016-06-09Add total sum of tasks per project in dashboardLev Lazinskiy
fix #885
2016-06-06Show tasks that are due today in a different colorLev Lazinskiy
I chose a "Triadic" color from this page, http://www.colorhexa.com/d90000 it seems to look good under various categories. Fix #2285
2016-06-06Merge pull-request #2302Frederic Guillot
2016-06-06Fix plural formLev Lazinskiy
When removing all columns from a board, an alert box is displayed that states "Your board doesn't have any column!", the correct plural form should be "Your board doesn't have any columns!"
2016-06-06fix for search bug in dashboardBusfreak
2016-06-05Display local date format in date pickerFrederic Guillot
2016-06-05Conifgure email settings through user interfaceFrederic Guillot
2016-06-03Merge pull-request #2188Frederic Guillot
2016-06-03Add link in project nameSébastien Kergreis
2016-06-02Expose to the user interface the email sender addressFrederic Guillot
2016-05-28Move task import outside of project settingsFrederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-28Fix wrong redirect after removing a task from the task view pageFrederic Guillot
2016-05-28Split Gantt controllerFrederic Guillot
2016-05-28Split board controller into multiple classesFrederic Guillot
2016-05-28Rename controllersFrederic Guillot
2016-05-28Rename controllersFrederic Guillot
2016-05-26Rename task view controllerFrederic Guillot
2016-05-26Rename task controllersFrederic Guillot
2016-05-26Rename 2FA controllerFrederic Guillot
2016-05-26Mark notification as read when clicking on itFrederic Guillot
2016-05-26Remove webhook endpoint to create tasks (breaking change)Frederic Guillot
2016-05-25Rename ProjectEdit controllerFrederic Guillot
2016-05-25Rename ProjectPermission controllerFrederic Guillot
2016-05-25Split project controller into multiple classesFrederic Guillot
2016-05-23Adds task column in 'my tasks' table on dasboardSébastien Kergreis
2016-05-20Manage plugins from the user interface and from the command lineFrederic Guillot
2016-05-18Added plugin controller (WIP)Frederic Guillot
2016-05-18Reset failed login counter and unlock user when changing passwordFrederic Guillot
2016-05-17Rename subtask controllerFrederic Guillot
2016-05-17Added the possibility to convert a subtask to a taskFrederic Guillot
2016-05-16Improve user controllers and viewsFrederic Guillot