summaryrefslogtreecommitdiff
path: root/app/Controller
AgeCommit message (Expand)Author
2016-02-09Add more hooksFrederic Guillot
2016-02-08Fix PHP notices during creation of first project and in subtasks tableFrederic Guillot
2016-02-07Fix subtask redirectionFrederic Guillot
2016-02-06The date time format can be chosen in application settingsFrederic Guillot
2016-02-05Export only open tasks in iCal feedFrederic Guillot
2016-02-05Fix pagination on task time tracking pageFrederic Guillot
2016-02-05Remove time form on task summary page and move that to task edit formFrederic Guillot
2016-02-05Move template recurrence_infoFrederic Guillot
2016-02-05Improve subtask toggle status and timerFrederic Guillot
2016-02-04Fix php notice, see #1777Frederic Guillot
2016-02-04Do not refresh the whole page when changing subtask status (work in progress)Frederic Guillot
2016-02-03Add dropdown menu with inline popup for all task actionsFrederic Guillot
2016-02-02Show subtask modification forms in inline popupFrederic Guillot
2016-02-01Add new merge hook to override default form valuesFrederic Guillot
2016-01-31Simplify layout and templates generationFrederic Guillot
2016-01-31Make project creation form a inline popupFrederic Guillot
2016-01-31Add unit tests for last automatic actionsFrederic Guillot
2016-01-31When creating a new project, have the possibility to select another project t...Frederic Guillot
2016-01-31Move task form elements to Task helperFrederic Guillot
2016-01-31Have a new task assigned to the creator by default instead of "no assignee"Frederic Guillot
2016-01-30Simplify code to handle ajax popover and redirectsFrederic Guillot
2016-01-30Add external links for tasks with plugin apiFrederic Guillot
2016-01-29Move Gitlab and Github authentication to external pluginsFrederic Guillot
2016-01-29Move Google authentication to an external pluginFrederic Guillot
2016-01-26Update task link tooltip viewOlivier Maridat
2016-01-24Add configurable task priorityFrederic Guillot
2016-01-24Split project edition into multiple pagesFrederic Guillot
2016-01-24Add project ownerFrederic Guillot
2016-01-23Remove useless permission checkFrederic Guillot
2016-01-17Add dropdown menu on each board column title to close all tasksFrederic Guillot
2016-01-16Improve class ProjectDailyColumnStatsFrederic Guillot
2016-01-16Remove ProjectAnalytic classFrederic Guillot
2016-01-15Move analytic logic to separate classesFrederic Guillot
2016-01-14Do not cache app settings in sessionFrederic Guillot
2016-01-14Move validator methodsFrederic Guillot
2016-01-13Move some validators to separate classesFrederic Guillot
2016-01-11Move project validator methodsFrederic Guillot
2016-01-11Minor fixesFrederic Guillot
2016-01-11Move subtask validator methodsFrederic Guillot
2016-01-11Move swimlane validator methodsFrederic Guillot
2016-01-11Move task link validator methodsFrederic Guillot
2016-01-11Move user validator methodsFrederic Guillot
2016-01-09Add forgot password featureFrederic Guillot
2016-01-07Move Gitlab webhook to an external pluginFrederic Guillot
2016-01-07Move bitbucket webhook to an external pluginFrederic Guillot
2016-01-06Move Github Webhook to external pluginFrederic Guillot
2016-01-05Improve 2FAFrederic Guillot
2016-01-03Improve Automatic Actions plugin apiFrederic Guillot
2015-12-30Remove arguments of beforeAction() methodFrederic Guillot
2015-12-29Add autocompletion in textarea for user mentionsFrederic Guillot