api/pkg/models
kolaente be3184d49f
Add test for moving a task to another list
2021-03-24 22:47:03 +01:00
..
bulk_task.go Add events (#777) 2021-02-02 22:48:37 +00:00
bulk_task_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
error.go Add a "done" option to kanban buckets (#821) 2021-03-24 20:16:35 +00:00
events.go Send a notification to the user when they are added to the list 2021-02-17 20:48:06 +01:00
kanban.go Add a "done" option to kanban buckets (#821) 2021-03-24 20:16:35 +00:00
kanban_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
kanban_test.go Add a "done" option to kanban buckets (#821) 2021-03-24 20:16:35 +00:00
label.go Improve loading labels performance (#824) 2021-03-24 21:46:20 +00:00
label_rights.go Improve loading labels performance (#824) 2021-03-24 21:46:20 +00:00
label_task.go Improve loading labels performance (#824) 2021-03-24 21:46:20 +00:00
label_task_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
label_task_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
label_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
link_sharing.go Explicitly check if there are Ids before trying to get items by a list of Ids 2021-03-02 18:40:39 +01:00
link_sharing_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
list.go Improve loading labels performance (#824) 2021-03-24 21:46:20 +00:00
list_duplicate.go Add events (#777) 2021-02-02 22:48:37 +00:00
list_duplicate_test.go Update copyright year 2021-02-02 20:19:13 +01:00
list_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
list_team.go Add events (#777) 2021-02-02 22:48:37 +00:00
list_team_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
list_team_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
list_test.go Subscriptions and notifications for namespaces, tasks and lists (#786) 2021-02-14 19:18:14 +00:00
list_users.go Add events (#777) 2021-02-02 22:48:37 +00:00
list_users_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
list_users_rights_test.go Update copyright year 2021-02-02 20:19:13 +01:00
list_users_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
listeners.go Add crud endpoints for notifications (#801) 2021-02-21 14:50:34 +00:00
main_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
message.go Update copyright year 2021-02-02 20:19:13 +01:00
models.go Subscriptions and notifications for namespaces, tasks and lists (#786) 2021-02-14 19:18:14 +00:00
namespace.go Fix getting lists for shared, favorite and saved lists namespace 2021-03-18 21:39:38 +01:00
namespace_rights.go Fix getting lists for shared, favorite and saved lists namespace 2021-03-18 21:39:38 +01:00
namespace_team.go Add events (#777) 2021-02-02 22:48:37 +00:00
namespace_team_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
namespace_team_rights_test.go Update copyright year 2021-02-02 20:19:13 +01:00
namespace_team_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
namespace_test.go Fix shared lists showing up twice 2021-03-14 21:12:03 +01:00
namespace_users.go Add events (#777) 2021-02-02 22:48:37 +00:00
namespace_users_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
namespace_users_rights_test.go Update copyright year 2021-02-02 20:19:13 +01:00
namespace_users_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
notifications.go Add crud endpoints for notifications (#801) 2021-02-21 14:50:34 +00:00
notifications_database.go Add crud endpoints for notifications (#801) 2021-02-21 14:50:34 +00:00
rights.go Update copyright year 2021-02-02 20:19:13 +01:00
saved_filters.go Add events (#777) 2021-02-02 22:48:37 +00:00
saved_filters_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
saved_filters_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
subscription.go Subscriptions and notifications for namespaces, tasks and lists (#786) 2021-02-14 19:18:14 +00:00
subscription_rights.go Subscriptions and notifications for namespaces, tasks and lists (#786) 2021-02-14 19:18:14 +00:00
subscription_test.go Subscriptions and notifications for namespaces, tasks and lists (#786) 2021-02-14 19:18:14 +00:00
task_assignees.go Subscriptions and notifications for namespaces, tasks and lists (#786) 2021-02-14 19:18:14 +00:00
task_assignees_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
task_attachment.go Explicitly check if there are Ids before trying to get items by a list of Ids 2021-03-02 18:40:39 +01:00
task_attachment_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
task_attachment_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
task_collection.go Pagingation for tasks in kanban buckets (#805) 2021-03-10 10:59:10 +00:00
task_collection_filter.go Update copyright year 2021-02-02 20:19:13 +01:00
task_collection_sort.go Pagingation for tasks in kanban buckets (#805) 2021-03-10 10:59:10 +00:00
task_collection_sort_test.go Update copyright year 2021-02-02 20:19:13 +01:00
task_collection_test.go Fix filter for task index 2021-03-21 18:48:41 +01:00
task_comment_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
task_comments.go Subscriptions and notifications for namespaces, tasks and lists (#786) 2021-02-14 19:18:14 +00:00
task_comments_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
task_relation.go Fix deleting task relations 2021-02-18 23:35:33 +01:00
task_relation_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
task_relation_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
task_reminder.go Explicitly check if there are Ids before trying to get items by a list of Ids 2021-03-02 18:40:39 +01:00
task_reminder_test.go Update copyright year 2021-02-02 20:19:13 +01:00
tasks.go Add a "done" option to kanban buckets (#821) 2021-03-24 20:16:35 +00:00
tasks_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
tasks_test.go Add test for moving a task to another list 2021-03-24 22:47:03 +01:00
team_members.go Send a notification to the user when they are added to the list 2021-02-17 20:48:06 +01:00
team_members_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
team_members_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
teams.go Add events (#777) 2021-02-02 22:48:37 +00:00
teams_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
teams_rights_test.go Update copyright year 2021-02-02 20:19:13 +01:00
teams_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
unit_tests.go Subscriptions and notifications for namespaces, tasks and lists (#786) 2021-02-14 19:18:14 +00:00
unsplash.go Update copyright year 2021-02-02 20:19:13 +01:00
user_list.go Explicitly check if there are Ids before trying to get items by a list of Ids 2021-03-02 18:40:39 +01:00
users_list_test.go Update copyright year 2021-02-02 20:19:13 +01:00