summaryrefslogtreecommitdiff
path: root/tests/units/Model
AgeCommit message (Expand)Author
2015-12-14Add unit tests for ProjectPermission modelFrederic Guillot
2015-12-14Fix wrong constant name that cause a PHP error in project management sectionFrederic Guillot
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-11-26Add filter by task linkOlivier Maridat
2015-11-25Add groups (teams)Frederic Guillot
2015-11-22Add Bosnian translation (pull-request #1470)Frederic Guillot
2015-11-21Remove workaround for 'INSERT ON DUPLICATE KEY UPDATE...'Frederic Guillot
2015-11-20Fix unit testFrederic Guillot
2015-11-15Projects with duplicate name are now allowedFrederic Guillot
2015-11-15Rewrite of session managementFrederic Guillot
2015-10-22Make unit tests pass under WindowsFrederic Guillot
2015-10-17Move slack, hipchat and jabber integrations to pluginsFrederic Guillot
2015-10-17Add metadata for users, tasks and projectsFrederic Guillot
2015-10-17Move ProjectActivitySubscriber to a new notification typeFrederic Guillot
2015-10-17Move webhook to project notification typeFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-17Make user notifications pluggableFrederic Guillot
2015-10-16Move DateParser class to Core namespaceFrederic Guillot
2015-10-16Make mail transports pluggable and move integrations to pluginsFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-10-12Add user CSV importFrederic Guillot
2015-10-07Duplicate a project with tasks will copy the new tasks in the same columnsFrederic Guillot
2015-10-03Fix issue when unlinking Gitlab accountFrederic Guillot
2015-10-03Add more unit testsFrederic Guillot
2015-10-03Fix bug with due date greater than year 2038Frederic Guillot
2015-10-03Add web notificationsFrederic Guillot
2015-10-02Add custom filters (refactoring of pull-request #1312)Frederic Guillot
2015-10-01Fix Postgres issue "Cardinality violation" when there is multiple "is_milesto...Frederic Guillot
2015-09-30Make sure there is always a trailing slash for application_urlFrederic Guillot
2015-09-26Show complexity sum across all swimlanesFrederic Guillot
2015-09-23Change interface for objectStorageFrederic Guillot
2015-09-22Allow to extend automatic actions from pluginsFrederic Guillot
2015-09-20Add formattersFrederic Guillot
2015-09-20Move timetable to a pluginFrederic Guillot
2015-09-20Fix Mysql error about gitlab_id when creating remote userFrederic Guillot
2015-09-18Add some testsFrederic Guillot
2015-09-16Add abstract storage layerFrederic Guillot
2015-09-14Fix issue: task time tracking is not updated when deleting a subtaskFrederic Guillot
2015-09-14Add event subtask.deleteFrederic Guillot
2015-09-13Move budget outside of the coreFrederic Guillot
2015-09-13First draft for plugins systemFrederic Guillot
2015-09-05Improve unit testsFrederic Guillot