summaryrefslogtreecommitdiff
path: root/app/Model
AgeCommit message (Expand)Author
2016-07-23Create new class SubtaskStatusModelFrederic Guillot
2016-07-23Create new class SubtaskTaskConversionModelFrederic Guillot
2016-07-23Create new class SubtaskPositionModelFrederic Guillot
2016-07-23Add new automatic action to move a task to another column when closedFrederic Guillot
2016-07-23NotificationModel refactoringFrederic Guillot
2016-07-23Added internal task links to activity streamFrederic Guillot
2016-07-20Rename CommentModel::EVENT_REMOVE to CommentModel::EVENT_DELETEFrederic Guillot
2016-07-20Move logic of PR #2496 to GroupModelFrederic Guillot
2016-07-19Refactoring of internal task eventsFrederic Guillot
2016-07-17Subtasks events refactoring and show delete in activity streamFrederic Guillot
2016-07-17File events refactoringFrederic Guillot
2016-07-17Added event for removed comments with some refactoringFrederic Guillot
2016-07-09Fix a couple of bugs in PR #2424Frederic Guillot
2016-07-05Hide tasks within specific columns in dashboard (#2424)Busfreak
2016-07-03Take default swimlane into consideration for SwimlaneModel::getFirstActiveSwi...Frederic Guillot
2016-07-03Added more unit tests for task priority duplicationFrederic Guillot
2016-07-02Force sorting order in SQL for PostgresFrederic Guillot
2016-07-02Handle priority for task and project duplicationFrederic Guillot
2016-07-02Make sure that tags are duplicated for recurring tasksFrederic Guillot
2016-07-02Move Task::duplicate() to class ProjectTaskDuplicationModelFrederic Guillot
2016-07-02Handle project tags duplicationFrederic Guillot
2016-07-02Handle tags and tasks move/duplication to another projectFrederic Guillot
2016-07-02Do not create empty tags and remove tags only when necessaryFrederic Guillot
2016-07-01Fixed empty title for web notification with only one overdue taskFrederic Guillot
2016-06-28Fix field type issue with PostgresFrederic Guillot
2016-06-26Improve ICal exportFrederic Guillot
2016-06-26Added application and project roles validation for API procedure callsFrederic Guillot
2016-06-24Added tag modification from the user interfaceFrederic Guillot
2016-06-24Added unit test when updating tags for a taskFrederic Guillot
2016-06-24Expose tags to the user interface (first prototype)Frederic Guillot
2016-06-24Added filter class for tagsFrederic Guillot
2016-06-24Associate tags to tasks in BoardFormatterFrederic Guillot
2016-06-24Use BoardFormatter to generate the boardFrederic Guillot
2016-06-23Added models for tagsFrederic Guillot
2016-06-09Add total sum of tasks per project in dashboardLev Lazinskiy
2016-06-05Minor fixesFrederic Guillot
2016-06-01Added mail helperFrederic Guillot
2016-05-28Improve base FileModel classFrederic Guillot
2016-05-28Minor fixesFrederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-28Remove model base classFrederic Guillot
2016-05-26Mark notification as read when clicking on itFrederic Guillot
2016-05-24Clean up unit testsFrederic Guillot
2016-05-24Merge pull-request #2261Frederic Guillot
2016-05-24Do not send notifications to disabled usersFrederic Guillot
2016-05-23Adds task column in 'my tasks' table on dasboardSébastien Kergreis
2016-05-17Added the possibility to convert a subtask to a taskFrederic Guillot
2016-05-11Replace static::TABLE by a new abstract methodFrederic Guillot
2016-05-11Duplicate project metadata when duplicating project (#2074)Busfreak
2016-05-07Added support for language LDAP attributeFrederic Guillot