summaryrefslogtreecommitdiff
path: root/app/Model
AgeCommit message (Expand)Author
2015-01-04Allow users to override the timezone and the languageFrederic Guillot
2015-01-04Add subtasks export and move export actions to a specific controllerFrederic Guillot
2015-01-02Allow project managers to remove tasksFrédéric Guillot
2015-01-02Cleanup and fixesFrédéric Guillot
2015-01-02Various fixes and improvementsFrédéric Guillot
2015-01-02Fix bugs, improve perfs and use SimpleLogger instead of MonologFrédéric Guillot
2014-12-31Move activity event data to json instead of PHP serializationFrédéric Guillot
2014-12-31Reduce the number of SQL queries for automatic actionsFrédéric Guillot
2014-12-31Fix bug tasks don't show up on board/swimlanesFrédéric Guillot
2014-12-31Acl refactoringFrédéric Guillot
2014-12-28Add Gitlab webhookFrédéric Guillot
2014-12-28Include swimlane in task exportFrédéric Guillot
2014-12-28Add default project categories in settingsFrédéric Guillot
2014-12-28Fix bug after refactoringFrédéric Guillot
2014-12-28Template helpers refactoringFrédéric Guillot
2014-12-27Fix some PHPAnalyzer issuesFrédéric Guillot
2014-12-27Fixs after replacing the event dispatcherFrédéric Guillot
2014-12-27Move events handling to Symfony\EventDispatcherFrédéric Guillot
2014-12-26Add swimlanesFrédéric Guillot
2014-12-26Use PicoDb operator ilike() instead of like()Frédéric Guillot
2014-12-14Hungarian translation addedPELLER Zoltan
2014-12-11Add project owner support (allow user management to a regular user), see #316Frédéric Guillot
2014-12-09Change API::getProjectByName() to reflect the documentationFrédéric Guillot
2014-12-04Move user templates to a subfolderFrédéric Guillot
2014-12-01Fix bug category duplicationFrédéric Guillot
2014-11-29Add a check in case the request failFrédéric Guillot
2014-11-29Improve session handler and add Ajax session checkFrédéric Guillot
2014-11-26Fix some Scrutinizer issuesFrédéric Guillot
2014-11-26Move subtask templates to a subfolderFrédéric Guillot
2014-11-26Move event and notification templates to a subfolderFrédéric Guillot
2014-11-25Fix PHP 5.3 issueFrédéric Guillot
2014-11-25Remove private projects when a user is deletedFrédéric Guillot
2014-11-25Automatically add the logged user during project creationFrédéric Guillot
2014-11-25Auto assign user during task creation if there is only one userFrédéric Guillot
2014-11-24Integrate tooltips and code cleanup/fix bugs, see #166Frédéric Guillot
2014-11-23Fix some issuesFrédéric Guillot
2014-11-23Fix issues with PHP 5.3 and phpdocsFrédéric Guillot
2014-11-23Create TaskDuplication modelFrédéric Guillot
2014-11-23Create TaskModification modelFrédéric Guillot
2014-11-23Fixes for scrutinizerFrédéric Guillot
2014-11-23Fix PHP 5.3 issueFrédéric Guillot
2014-11-23Create TaskPosition modelFrédéric Guillot
2014-11-22addColumn() return the column_id nowFrédéric Guillot
2014-11-22Some refactoring for PHP 5.3Frédéric Guillot
2014-11-22Improve API to return id instead of a booleanFrédéric Guillot
2014-11-22Move task creation to a seperate classFrédéric Guillot
2014-11-21Create TaskStatus modelFrédéric Guillot
2014-11-20Add Markdown preview for textarea, see #407Frédéric Guillot
2014-11-20Description should not be mandatory, see #400Frédéric Guillot
2014-11-16Add daily project summary exportFrédéric Guillot