summaryrefslogtreecommitdiff
path: root/tests/units/Model
AgeCommit message (Expand)Author
2016-06-26Added application and project roles validation for API procedure callsFrederic Guillot
2016-06-24Added unit test when updating tags for a taskFrederic Guillot
2016-06-24Remove dropdown menus that are now available with task edit formFrederic 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-05Changed DateParser to use only user format and ISO-8601Frederic Guillot
2016-06-01Added mail helperFrederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-26Mark notification as read when clicking on itFrederic Guillot
2016-05-24Clean up unit testsFrederic Guillot
2016-05-24Do not send notifications to disabled usersFrederic Guillot
2016-05-17Added the possibility to convert a subtask to a taskFrederic Guillot
2016-05-11Added unit test for ProjectMetadata::duplicate()Frederic Guillot
2016-05-11Duplicate project metadata when duplicating project (#2074)Busfreak
2016-05-07Added support for language LDAP attributeFrederic Guillot
2016-05-05Allow a project owner to manage his own public projectFrederic Guillot
2016-05-04Added automated action to change task color based on the priorityFrederic Guillot
2016-05-04Unify task drop-down menu between different viewsFrederic Guillot
2016-04-30Change Kanboard's website URL to use HTTPS everywhereFrederic Guillot
2016-04-29Fix bug: closing all tasks by column, also update closed tasksFrederic Guillot
2016-04-29Fixed wrong task link generation within Markdown textFrederic Guillot
2016-04-21Added API procedure "getMemberGroups"Frederic Guillot
2016-04-10Refactor ProjectActivity model to use Filter and Formatter interfaceFrederic Guillot
2016-04-09Filter refactoringFrederic Guillot
2016-03-27Fix bad unique constraints in Mysql table user_has_notificationsFrederic Guillot
2016-03-26Added avatar image uploadFrederic Guillot
2016-03-22Force integer type for aggregated metricsFrederic Guillot
2016-03-22Fixes cycle time calculation when the start date is defined in the futureFrederic Guillot
2016-03-04Add namespace Export and move classesFrederic Guillot
2016-03-04Improve test case to avoid false positive with the CIFrederic Guillot
2016-03-04Add unit test for Color modelFrederic Guillot
2016-03-04Added unit test for Category modelFrederic Guillot
2016-02-29Add unit test for transition modelFrederic Guillot
2016-02-20Add drag and drop to change swimlane positionsFrederic Guillot
2016-02-20Split Board model into multiple classesFrederic Guillot
2016-02-20Add drag and drop to change column positionsFrederic Guillot
2016-02-19Add subtasks drag and dropFrederic Guillot
2016-02-16Add file attachements to projectsFrederic Guillot
2016-02-14Add ProjecFile and TaskFile modelsFrederic Guillot
2016-02-13Enable/Disable usersFrederic Guillot
2016-02-06The date time format can be chosen in application settingsFrederic Guillot
2016-02-04Do not refresh the whole page when changing subtask status (work in progress)Frederic Guillot
2016-01-31When creating a new project, have the possibility to select another project t...Frederic Guillot
2016-01-30Fix typo in Mysql migrationFrederic Guillot
2016-01-30Add external links for tasks with plugin apiFrederic Guillot
2016-01-24Add configurable task priorityFrederic Guillot
2016-01-24Add project ownerFrederic Guillot
2016-01-19Handle notifications for group members attached to a projectFrederic Guillot