summaryrefslogtreecommitdiff
path: root/app/Controller
AgeCommit message (Expand)Author
2016-06-24Added tag modification from the user interfaceFrederic 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-23Fixed broken CSV exportFrederic Guillot
2016-06-23Make embedded documentation available in multiple languagesFrederic Guillot
2016-06-05Remove useless use statementsFrederic Guillot
2016-06-05Changed DateParser to use only user format and ISO-8601Frederic Guillot
2016-06-05Minor fixesFrederic Guillot
2016-06-05Conifgure email settings through user interfaceFrederic Guillot
2016-06-01Raise exception for webhook token verificationFrederic Guillot
2016-05-31Fix typo after refactoringFrederic Guillot
2016-05-28Move task import outside of project settingsFrederic Guillot
2016-05-28Minor fixesFrederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-28Improve notification classes and move interface to coreFrederic 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-24Filter non compatible pluginsFrederic Guillot
2016-05-20Added missing response::send() after refactoringFrederic Guillot
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
2016-05-16Improve group controllers and viewsFrederic Guillot
2016-05-15Rename UserStatus controllerFrederic Guillot
2016-05-15User creation forms are now displayed with inline popupFrederic Guillot
2016-05-15User import is now a popoverFrederic Guillot
2016-05-15Added task creation menu for all projects viewsFrederic Guillot
2016-05-15Refactoring: added controlled middleware and changed response classFrederic Guillot
2016-05-13Add tasks in bulk from the boardFrederic Guillot
2016-05-07Added support for language LDAP attributeFrederic Guillot
2016-05-07Added support for LDAP user photo profileFrederic Guillot
2016-05-05Fixed PHP warning when removing a user with no Avatar imageFrederic Guillot
2016-05-04Added automated action to change task color based on the priorityFrederic Guillot
2016-05-04Added generic controller for task popoversFrederic Guillot