vikunja/pkg/models
2023-05-24 15:51:55 +02:00
..
bulk_task_test.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
bulk_task.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
error.go feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
events.go feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
export.go feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
favorites.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
kanban_rights.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
kanban_test.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
kanban.go chore(docs): add info about /buckets sorting 2023-04-03 05:20:42 +00:00
label_rights.go feat(projects): get all projects recursively 2023-05-24 15:51:55 +02:00
label_task_rights.go
label_task_test.go fix(tests): make the tests compile again 2023-05-24 15:51:55 +02:00
label_task.go feat(projects): get all projects recursively 2023-05-24 15:51:55 +02:00
label_test.go fix: lint 2023-03-05 14:34:34 +01:00
label.go chore(deps): update golangci-lint to 1.52.1 2023-03-24 19:17:45 +01:00
link_sharing_rights.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
link_sharing_test.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
link_sharing.go fix: upgrade jwt v5 2023-05-23 16:37:16 +02:00
listeners.go feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
main_test.go
mentions_test.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
mentions.go
message.go
models.go feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
notifications_database.go chore(deps): update golangci-lint to 1.52.1 2023-03-24 19:17:45 +01:00
notifications.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
project_duplicate_test.go fix(tests): make the tests compile again 2023-05-24 15:51:55 +02:00
project_duplicate.go feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
project_rights.go fix(tests): make the tests compile again 2023-05-24 15:51:55 +02:00
project_team_rights.go feat: rename all list files 2023-03-13 14:28:06 +01:00
project_team_test.go fix(tests): make the tests compile again 2023-05-24 15:51:55 +02:00
project_team.go fix(project): remove namespaces checks 2023-05-24 15:51:54 +02:00
project_test.go fix(tests): make the tests compile again 2023-05-24 15:51:55 +02:00
project_users_rights_test.go feat: rename all list files 2023-03-13 14:28:06 +01:00
project_users_rights.go feat: rename all list files 2023-03-13 14:28:06 +01:00
project_users_test.go fix(tests): make the tests compile again 2023-05-24 15:51:55 +02:00
project_users.go fix(project): remove comments, clarifications, notifications about namespaces 2023-05-24 15:51:54 +02:00
project.go feat(subscriptions): make sure all subscriptions are inherited properly 2023-05-24 15:51:55 +02:00
rights.go feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
saved_filters_rights.go chore(deps): update golangci-lint to 1.52.1 2023-03-24 19:17:45 +01:00
saved_filters_test.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
saved_filters.go feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
subscription_rights.go feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
subscription_test.go feat(subscriptions): make sure all subscriptions are inherited properly 2023-05-24 15:51:55 +02:00
subscription.go feat(subscriptions): make sure all subscriptions are inherited properly 2023-05-24 15:51:55 +02:00
task_assignees_rights.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
task_assignees.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
task_attachment_rights.go
task_attachment_test.go
task_attachment.go chore(deps): update golangci-lint to 1.52.1 2023-03-24 19:17:45 +01:00
task_collection_filter.go feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
task_collection_sort_test.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
task_collection_sort.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
task_collection_test.go fix(tests): make the tests compile again 2023-05-24 15:51:55 +02:00
task_collection.go fix: typo 2023-05-24 15:51:55 +02: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_test.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
task_comments.go chore(deps): update golangci-lint to 1.52.1 2023-03-24 19:17:45 +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_overdue_reminder.go fix(project): don't check for namespaces in overdue reminders 2023-05-24 15:51:54 +02:00
task_relation_rights.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
task_relation_test.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
task_relation.go fix: align "otherTaskID" param for Delete method of TaskRelation model 2023-04-05 12:14:10 +00:00
task_reminder_test.go feat: add time zone setting for reminders (#1092) 2022-01-16 11:05:56 +00:00
task_reminder.go feat: Add relative Reminders (#1427) 2023-03-27 20:07:06 +00:00
tasks_rights.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
tasks_test.go feat: Add relative Reminders (#1427) 2023-03-27 20:07:06 +00:00
tasks.go fix(tasks): don't check for namespaces in filters 2023-05-24 15:51:54 +02:00
team_members_rights.go feat: rename lists to projects 2023-03-13 14:28:06 +01:00
team_members_test.go
team_members.go chore(deps): update golangci-lint to 1.52.1 2023-03-24 19:17:45 +01:00
teams_rights_test.go fix(tests): make the tests compile again 2023-05-24 15:51:55 +02:00
teams_rights.go chore(deps): update golangci-lint to 1.52.1 2023-03-24 19:17:45 +01:00
teams_test.go fix(tests): make the tests compile again 2023-05-24 15:51:55 +02:00
teams.go feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
unit_tests.go feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
unsplash.go
user_delete_test.go fix(tests): make the tests compile again 2023-05-24 15:51:55 +02:00
user_delete.go feat(migration): use new structure for migration 2023-05-24 15:51:54 +02:00
user_project_test.go fix(tests): make the tests compile again 2023-05-24 15:51:55 +02:00
user_project.go feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
users.go