summaryrefslogtreecommitdiff
path: root/app/Model/Project.php
AgeCommit message (Expand)Author
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-11-15Projects with duplicate name are now allowedFrederic Guillot
2015-10-25Move token generation to Security namespaceFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-09-20Add formattersFrederic Guillot
2015-09-18Add some testsFrederic Guillot
2015-09-18User-Api: add getMyPorjects (#1233)Timo Litzbarski
2015-08-22Add global Gantt chart for all projectsFrederic Guillot
2015-08-18Add start and end date for projectsFrederic Guillot
2015-08-16Add project users overviewFrederic Guillot
2015-06-27PicoDb updateFrederic Guillot
2015-06-24Add timer for subtasks and remove settings for subtask time trackingFrederic Guillot
2015-05-24Fix PhpAnalyzer issuesFrederic Guillot
2015-05-18Add ical export for usersFrederic Guillot
2015-04-19Add Mailgun integration (incoming emails)Frederic Guillot
2015-04-19Add Postmark integration (inbound emails for task creation)Frederic Guillot
2015-01-31Add table/pagination to the project listFrederic Guillot
2015-01-25Fix bug duplicate project with a too long nameFrederic Guillot
2015-01-25Do not show inactive projects info on the dashboard and update picodb (merge ...Frederic Guillot
2015-01-18Pagination refactoringFrederic Guillot
2015-01-02Cleanup and fixesFrédéric Guillot
2015-01-02Fix bugs, improve perfs and use SimpleLogger instead of MonologFrédéric Guillot
2014-12-31Acl refactoringFrédéric Guillot
2014-12-28Add default project categories in settingsFrédéric Guillot
2014-12-27Move events handling to Symfony\EventDispatcherFrédéric Guillot
2014-12-09Change API::getProjectByName() to reflect the documentationFrédéric Guillot
2014-11-25Automatically add the logged user during project creationFrédéric Guillot
2014-11-15Add pagination and sorting to the dashboardFrédéric Guillot
2014-11-14Use Pimple instead of Core\Registry and add Monolog for loggingFrédéric Guillot
2014-11-09Improve css for tablesFrédéric Guillot
2014-11-09Add projects to the dashboard and rename some methodsFré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-05Regular users are able to create private projectsFrédéric Guillot
2014-10-04Improve settings page and move some config parameters to the databaseFrédéric Guillot
2014-09-28Add support for Github Issue WebhooksFrédéric Guillot
2014-09-20Extract project permissions to a separate classFrédéric Guillot
2014-09-18Fix bug: update of the last_modified field for projectsFrédéric Guillot
2014-09-15Run unit tests across different database backends + fix bugsFrédéric Guillot
2014-09-12Add settings field to control project columns (pull-request #244)Frédéric Guillot
2014-09-12Remove some code duplication (validation rules)Frédéric Guillot
2014-09-10Add subtasks and comments historyFrédéric Guillot
2014-09-09Start to implement task history and project activityFrédéric Guillot
2014-08-30Projects management refactoringFrédéric Guillot
2014-08-19Fix a bug and improve project cloning codeFrédéric Guillot
2014-08-16The fullname is displayed instead of the username if not emptyFrédéric Guillot
2014-08-16Various minor fixesFrédéric Guillot
2014-08-15Add email notificationsFrédéric Guillot
2014-08-12Project cloning/duplication (pull-request #196)Frédéric Guillot
2014-07-21Improve webhooks to call external url on task creation/modificationFrédéric Guillot