summaryrefslogtreecommitdiff
path: root/app/Controller
AgeCommit message (Expand)Author
2014-11-21Create TaskStatus modelFrédéric Guillot
2014-11-20Add Markdown preview for textarea, see #407Frédéric Guillot
2014-11-20Move and clean some templates to a subfolderFrédéric Guillot
2014-11-20Fix date due ordering on the dashboard, see #403Frédéric Guillot
2014-11-16Add daily project summary exportFrédéric Guillot
2014-11-16Add cumulative flow diagramFrédéric Guillot
2014-11-16Remove conditionFrédéric Guillot
2014-11-15Add pagination and sorting to the dashboardFrédéric Guillot
2014-11-15Attach events only for board controllerFrédéric Guillot
2014-11-14Move some class instancaiations outside the routerFrédéric Guillot
2014-11-14Use Pimple instead of Core\Registry and add Monolog for loggingFrédéric Guillot
2014-11-13Add graph for user repartitionFrédéric Guillot
2014-11-13Move category template to a subfolderFrédéric Guillot
2014-11-11Add subtasks to the dashboardFrédéric Guillot
2014-11-09Start templates cleanup and reorganisationFrédéric Guillot
2014-11-09Analytics: add the first graph (task repartition)Frédéric Guillot
2014-11-09Add projects to the dashboard and rename some methodsFrédéric Guillot
2014-11-08Change form stylesFrédéric Guillot
2014-11-02Change layout (experimental)Frédéric Guillot
2014-10-25Finish github webhooks integrationFrédéric Guillot
2014-10-25Add pagination for users pageFrédéric Guillot
2014-10-21Forget to rename a method callFrédéric Guillot
2014-10-21Add option to allow everybody on a projectFrédéric Guillot
2014-10-18Fix RSS Feedsmoraxy
2014-10-14Add a dashboard (first version)Frédéric Guillot
2014-10-12Project activity refactoring and listeners improvementsFrédéric Guillot
2014-10-12Move some Task model methods to the TaskFinder classFrédéric Guillot
2014-10-12Add pagination/column sorting for search and completed tasksFrédéric Guillot
2014-10-11Add 3 new fields for tasks: start date, time estimated and time spentFrédéric Guillot
2014-10-07Allow public board iframe inclusion (see #309)Frédéric Guillot
2014-10-07Allow quickly creating and changing state of subtask (pull-request #312)Frédéric Guillot
2014-10-05Regular users are able to create private projectsFrédéric Guillot
2014-10-05Input date format is now a config parameter instead of the current localeFrédéric Guillot
2014-10-04Improve settings page and move some config parameters to the databaseFrédéric Guillot
2014-10-04Keep the checkbox 'another subtask' activated, see #295Frédéric Guillot
2014-09-28Add support for Github Issue WebhooksFrédéric Guillot
2014-09-28Improve automatic actions (check for compatible events/actions/parameters)Frédéric Guillot
2014-09-28Move methods getIpAddress() and getUserAgent() to the Request classFrédéric Guillot
2014-09-23Move task edit form to the task layoutFrédéric Guillot
2014-09-23Regular users can remove only their own tasksFrédéric Guillot
2014-09-22Move task webhook to the controller webhookFrédéric Guillot
2014-09-22Basic prototype to handle Github webhooksFrédéric Guillot
2014-09-20Add configuration option to enable/disable 'Strict-Transport-Security' HTTP h...Frédéric Guillot
2014-09-20Models refactoring/improvementsFrédéric Guillot
2014-09-20Extract project permissions to a separate classFrédéric Guillot
2014-09-20Split Task model into smaller classesFrédéric Guillot
2014-09-19redirect to original target page after logging inLim Yuen Hoe
2014-09-17Improve board API callsFrédéric Guillot
2014-09-16Don't load Javascript assets for public board accessFrédéric Guillot
2014-09-16Remove unused codeFrédéric Guillot