summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-08-13Add the possibility to attach template hooks with local variablesFrederic Guillot
2016-08-13Add reference hooksFrederic Guillot
2016-07-31Move API calls for task metadata to a separate classFrederic Guillot
2016-07-31Fix PHP error in PR #2535Frederic Guillot
2016-07-31Merge pull-request #2535Frederic Guillot
2016-07-31Cleanup events and stuff before processing job in workerFrederic Guillot
2016-07-30Added Task Metadata API calls testsEskiso
2016-07-28Allow users to see inactive projectsFrederic Guillot
2016-07-27ADD: TaskMovedDateFilterChristopher Geelen
2016-07-24Remove method UserModel::getFullname()Frederic Guillot
2016-07-24Move dashboard pagination into separate classesFrederic Guillot
2016-07-23Simplify mail subject for notificationsFrederic Guillot
2016-07-23Remove SubtaskTimeTrackingSubscriberFrederic Guillot
2016-07-23Create new class SubtaskStatusModelFrederic Guillot
2016-07-23Create new class SubtaskTaskConversionModelFrederic Guillot
2016-07-23Create new class SubtaskPositionModelFrederic Guillot
2016-07-23Add unit test RecurringTaskSubscriberFrederic Guillot
2016-07-23Add unit test for ProjectMetricJobFrederic Guillot
2016-07-23Add new automatic action to move the task to another column when not movedFrederic Guillot
2016-07-23Add new automatic action to move a task to another column when closedFrederic Guillot
2016-07-23Added a new automatic action to set due dateFrederic 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-16Fixed search query with multiple assignees (nested OR conditions)Frederic Guillot
2016-07-16Handle HTTP header X-Real-IP to get IP addressFrederic Guillot
2016-07-14Display project name for task auto-complete fieldsFrederic Guillot
2016-07-14Make search attributes not case sensitiveFrederic Guillot
2016-07-14Added search filter for task priorityFrederic Guillot
2016-07-10Cherry-pick from PR #2435 (Show TOTP Issuer)Frederic Guillot
2016-07-10Added unit test for PR #2388Frederic Guillot
2016-07-09Fix a couple of bugs in PR #2424Frederic Guillot
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-02Added more unit tests for LDAP user classFrederic Guillot
2016-07-02Preserve role for existing users when using ReverseProxy authenticationFrederic 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-07-01Fixed lexer issue with non word charactersFrederic Guillot
2016-07-01Fixed PHP error in UserHelper when having no user sessionFrederic Guillot