api/pkg/models
kolaente 82f4a5ad50
fix(export): ignore file size for export files
2023-01-11 18:56:30 +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 fix: make sure a user can only be assigned once to a task 2022-10-06 18:22:19 +02:00
events.go User Data Export and import (#967) 2021-09-04 19:26:31 +00:00
export.go fix(export): ignore file size for export files 2023-01-11 18:56:30 +01:00
favorites.go Make sure list / task favorites are set per user, not per entity (#915) 2021-07-10 10:21:54 +00: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
kanban_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
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
label.go Fix swagger docs for create requests 2021-05-26 21:56:31 +02:00
label_rights.go Make sure all tables are properly pluralized 2021-03-28 20:17:35 +02:00
label_task.go Ensure case insensitive search on postgres (#927) 2021-08-01 21:40:25 +00:00
label_task_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
label_task_test.go feat: add setting to change overdue tasks reminder email time 2022-06-16 16:20:26 +02:00
label_test.go feat: add setting to change overdue tasks reminder email time 2022-06-16 16:20:26 +02:00
link_sharing.go Update module github.com/golang-jwt/jwt to v4 (#930) 2021-08-03 21:43:18 +00:00
link_sharing_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
link_sharing_test.go Ensure case insensitive search on postgres (#927) 2021-08-01 21:40:25 +00:00
list.go fix(list): return lists for a namespace id even if that namespace is deleted 2022-12-23 17:48:21 +01:00
list_duplicate.go chore(deps): update dependency golang to v1.19 (#1228) 2022-10-01 15:05:12 +00:00
list_duplicate_test.go Update copyright year 2021-02-02 20:19:13 +01: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.go Ensure case insensitive search on postgres (#927) 2021-08-01 21:40:25 +00:00
list_team_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
list_team_test.go Ensure case insensitive search on postgres (#927) 2021-08-01 21:40:25 +00:00
list_test.go fix: don't allow setting a list namespace to 0 2022-10-01 15:02:17 +02:00
list_users.go Ensure case insensitive search on postgres (#927) 2021-08-01 21:40:25 +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 feat: add setting to change overdue tasks reminder email time 2022-06-16 16:20:26 +02:00
listeners.go fix: make sure the full task is available in notifications 2021-10-16 16:38:59 +02:00
main_test.go Task mentions (#926) 2021-07-29 15:42:49 +00:00
mentions.go Task mentions (#926) 2021-07-29 15:42:49 +00:00
mentions_test.go Task mentions (#926) 2021-07-29 15:42:49 +00:00
message.go Update copyright year 2021-02-02 20:19:13 +01:00
models.go Make sure list / task favorites are set per user, not per entity (#915) 2021-07-10 10:21:54 +00:00
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
namespace_rights.go Make sure all tables are properly pluralized 2021-03-28 20:17:35 +02:00
namespace_team.go Ensure case insensitive search on postgres (#927) 2021-08-01 21:40:25 +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 Ensure case insensitive search on postgres (#927) 2021-08-01 21:40:25 +00:00
namespace_test.go Ensure case insensitive search on postgres (#927) 2021-08-01 21:40:25 +00:00
namespace_users.go Ensure case insensitive search on postgres (#927) 2021-08-01 21:40:25 +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 feat: add setting to change overdue tasks reminder email time 2022-06-16 16:20:26 +02:00
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
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 Fix setting a saved filter as favorite 2021-07-20 21:32:25 +02:00
saved_filters_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
saved_filters_test.go Fix setting a saved filter as favorite 2021-07-20 21:32:25 +02:00
subscription.go fix(namespaces): add list subscriptions (#1254) 2022-09-29 09:49:24 +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 fix: make sure a user can only be assigned once to a task 2022-10-06 18:22:19 +02:00
task_assignees_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
task_attachment.go Fix getting user info from /user endpoint for link shares 2021-04-07 15:02:57 +02:00
task_attachment_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
task_attachment_test.go Add names for link shares (#829) 2021-04-07 12:44:39 +00:00
task_collection.go fix(tasks): allow sorting by task index 2022-11-09 14:43:31 +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.go fix(tasks): allow sorting by task index 2022-11-09 14:43:31 +01:00
task_collection_sort_test.go Update copyright year 2021-02-02 20:19:13 +01:00
task_collection_test.go feat: search by assignee username instead of id 2022-08-16 21:27:32 +00:00
task_comment_rights.go feat: allow only the authors of task comments to edit them 2022-06-16 17:38:27 +02:00
task_comments.go feat: allow only the authors of task comments to edit them 2022-06-16 17:38:27 +02:00
task_comments_test.go feat: allow only the authors of task comments to edit them 2022-06-16 17:38:27 +02:00
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_overdue_reminder_test.go feat: send overdue tasks email notification at 9:00 in the user's time zone 2022-06-12 21:24:28 +02:00
task_relation.go fix: swagger docs 2022-11-11 15:34:26 +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 feat: add setting to change overdue tasks reminder email time 2022-06-16 16:20:26 +02:00
task_reminder_test.go feat: add time zone setting for reminders (#1092) 2022-01-16 11:05:56 +00:00
tasks.go fix(tasks): don't set a repeating task done when moving it do the done bucket 2023-01-11 18:46:24 +01:00
tasks_rights.go Update copyright year 2021-02-02 20:19:13 +01:00
tasks_test.go fix(tasks): don't set a repeating task done when moving it do the done bucket 2023-01-11 18:46:24 +01:00
team_members.go feat: allow a user to remove themselves from a team 2022-10-09 16:39:40 +02: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 Add events (#777) 2021-02-02 22:48:37 +00:00
teams.go feat: allow a user to remove themselves from a team 2022-10-09 16:39:40 +02: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 Ensure case insensitive search on postgres (#927) 2021-08-01 21:40:25 +00:00
unit_tests.go Task mentions (#926) 2021-07-29 15:42:49 +00:00
unsplash.go Update copyright year 2021-02-02 20:19:13 +01:00
user_delete.go fix: user deletion schedule 2021-12-12 12:29:05 +01:00
user_delete_test.go fix: deleting users with no namespaces 2021-11-22 22:34:20 +01:00
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.go Fix getting user info from /user endpoint for link shares 2021-04-07 15:02:57 +02:00
users_list_test.go fix: only list all users when allowed 2022-08-16 21:27:32 +00:00