api/pkg/models
2023-02-14 20:37:16 +01:00
..
bulk_task_test.go
bulk_task.go
error.go fix: make sure a user can only be assigned once to a task 2022-10-06 18:22:19 +02:00
events.go fix(task): make sure the task's last updated timestamp is always updated when releated entities changed 2023-02-14 20:09:05 +01:00
export.go fix(export): ignore file size for export files 2023-01-11 18:56:30 +01:00
favorites.go
kanban_rights.go
kanban_test.go fix: look for the default bucket based on the position instead of the index 2022-11-03 15:10:20 +01:00
kanban.go fix: look for the default bucket based on the position instead of the index 2022-11-03 15:10:20 +01:00
label_rights.go
label_task_rights.go
label_task_test.go
label_task.go
label_test.go
label.go
link_sharing_rights.go
link_sharing_test.go
link_sharing.go
list_duplicate_test.go
list_duplicate.go chore(deps): update dependency golang to v1.19 (#1228) 2022-10-01 15:05:12 +00:00
list_rights.go fix(lists): return correct max right for lists where the user has created the namespace 2022-10-25 18:54:11 +02:00
list_team_rights.go
list_team_test.go
list_team.go
list_test.go fix(list): when list background is removed, delete file from file system and DB (#1372) 2023-02-01 11:38:23 +00:00
list_users_rights_test.go
list_users_rights.go
list_users_test.go
list_users.go
list.go fix(list): when list background is removed, delete file from file system and DB (#1372) 2023-02-01 11:38:23 +00:00
listeners.go fix: lint 2023-02-14 20:37:16 +01:00
main_test.go
mentions_test.go
mentions.go
message.go
models.go
namespace_rights.go
namespace_team_rights_test.go
namespace_team_rights.go
namespace_team_test.go
namespace_team.go
namespace_test.go
namespace_users_rights_test.go
namespace_users_rights.go
namespace_users_test.go
namespace_users.go
namespace.go fix: make sure list subscriptions are set correctly when their namespace has a subscription already 2022-10-07 14:18:36 +02:00
notifications_database.go
notifications.go fix: tasks with the same assignee as doer should not appear twice in overdue task mails 2022-09-30 18:35:40 +02:00
rights.go
saved_filters_rights.go
saved_filters_test.go
saved_filters.go
subscription_rights.go
subscription_test.go
subscription.go fix(namespaces): add list subscriptions (#1254) 2022-09-29 09:49:24 +00:00
task_assignees_rights.go
task_assignees.go fix(task): make sure the task's last updated timestamp is always updated when releated entities changed 2023-02-14 20:09:05 +01:00
task_attachment_rights.go
task_attachment_test.go
task_attachment.go fix: lint 2023-02-14 20:37:16 +01:00
task_collection_filter.go fix(filters): try parsing invalid dates like 2022-11-1 2022-11-11 11:05:21 +01:00
task_collection_sort_test.go
task_collection_sort.go fix(tasks): allow sorting by task index 2022-11-09 14:43:31 +01:00
task_collection_test.go feat: search by assignee username instead of id 2022-08-16 21:27:32 +00:00
task_collection.go fix(tasks): allow sorting by task index 2022-11-09 14:43:31 +01:00
task_comment_rights.go
task_comments_test.go
task_comments.go fix(task): make sure the task's last updated timestamp is always updated when releated entities changed 2023-02-14 20:09:05 +01:00
task_overdue_reminder_test.go
task_overdue_reminder.go fix(reminders): make sure an overdue reminder is sent when there is only one overdue task 2022-12-01 18:41:24 +01:00
task_relation_rights.go
task_relation_test.go
task_relation.go fix: lint 2023-02-14 20:37:16 +01:00
task_reminder_test.go
task_reminder.go
tasks_rights.go
tasks_test.go fix: lint 2023-01-29 22:42:24 +01:00
tasks.go fix(task): make sure the task's last updated timestamp is always updated when releated entities changed 2023-02-14 20:09:05 +01:00
team_members_rights.go feat: allow a user to remove themselves from a team 2022-10-09 16:39:40 +02:00
team_members_test.go
team_members.go feat: allow a user to remove themselves from a team 2022-10-09 16:39:40 +02:00
teams_rights_test.go
teams_rights.go
teams_test.go
teams.go feat: allow a user to remove themselves from a team 2022-10-09 16:39:40 +02:00
unit_tests.go
unsplash.go
user_delete_test.go
user_delete.go
user_list.go fix: return all users on a list when no search param was provided 2022-08-02 15:02:00 +02:00
users_list_test.go fix: only list all users when allowed 2022-08-16 21:27:32 +00:00
users.go