vikunja/pkg/models
kolaente 1db99dba47
fix(kanban): correctly check bucket limit for saved filters or view filters
Resolves https://github.com/go-vikunja/vikunja/issues/355
2025-01-09 16:21:28 +01:00
..
api_routes.go fix(api): allow api tokens to retrieve the user who created the token 2024-10-13 16:02:53 +02:00
api_tokens.go
api_tokens_rights.go
api_tokens_test.go
bulk_task.go
bulk_task_test.go
error.go fix(filters): return more details when the provided filter time zone is invalid 2024-09-30 08:42:16 +02:00
events.go
export.go fix(export): update only current user export file id 2024-12-22 19:48:47 +01:00
favorites.go
kanban.go fix(views): enable search in bucket filters 2024-11-19 16:27:22 +00:00
kanban_rights.go
kanban_task_bucket.go fix(kanban): correctly check bucket limit for saved filters or view filters 2025-01-09 16:21:28 +01:00
kanban_task_bucket_test.go
kanban_test.go
label.go
label_rights.go
label_task.go
label_task_rights.go
label_task_test.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
label_test.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
link_sharing.go
link_sharing_rights.go
link_sharing_test.go
listeners.go fix(caldav): fetch saved filter 2024-12-11 17:05:51 +01:00
main_test.go
mentions.go
mentions_test.go
message.go
models.go
notifications.go fix: task overdue at the same time as the notification 2024-12-03 08:33:16 +01:00
notifications_database.go
project.go fix(caldav): fetch saved filter 2024-12-11 17:05:51 +01:00
project_duplicate.go fix(project): correctly set done bucket after duplicating project 2024-11-19 19:23:08 +01:00
project_duplicate_test.go
project_rights.go fix(caldav): fetch saved filter 2024-12-11 17:05:51 +01:00
project_team.go
project_team_rights.go
project_team_test.go
project_test.go
project_users.go
project_users_rights.go
project_users_rights_test.go
project_users_test.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
project_view.go fix(views): enable search in bucket filters 2024-11-19 16:27:22 +00:00
project_view_rights.go fix(caldav): fetch saved filter 2024-12-11 17:05:51 +01:00
reaction.go
reaction_rights.go
reaction_test.go
rights.go feat(projects): optionally return max right when querying all projects 2024-10-13 19:22:09 +02:00
saved_filters.go fix(caldav): fetch saved filter 2024-12-11 17:05:51 +01:00
saved_filters_rights.go fix(caldav): fetch saved filter 2024-12-11 17:05:51 +01:00
saved_filters_test.go fix(caldav): fetch saved filter 2024-12-11 17:05:51 +01:00
subscription.go
subscription_rights.go chore: simplify sentry code 2024-11-22 12:05:02 +01:00
subscription_test.go
task_assignees.go fix(migration): fetch members when they do not exist 2024-12-15 13:11:29 +01:00
task_assignees_rights.go fix(typo): Simpl -> Simple -> GetProjectsMapSimpleByTaskIDs (#2906) 2024-12-09 13:55:16 +00:00
task_attachment.go fix(attachments): check permissions when accessing all attachments 2024-11-21 15:42:53 +01:00
task_attachment_rights.go
task_attachment_test.go
task_collection.go fix(caldav): fetch saved filter 2024-12-11 17:05:51 +01:00
task_collection_filter.go feat(filters): add "not in" operator for filters 2024-10-29 12:03:16 +01:00
task_collection_filter_test.go feat(filters): add "not in" operator for filters 2024-10-29 12:03:16 +01:00
task_collection_sort.go
task_collection_sort_test.go
task_collection_test.go feat(filters): add "not in" operator for filters 2024-10-29 12:03:16 +01:00
task_comment_rights.go
task_comments.go fix(typesense): fetch task comments without permission check 2024-11-02 18:42:12 +01:00
task_comments_test.go
task_overdue_reminder.go fix(typo): Simpl -> Simple -> GetProjectsMapSimpleByTaskIDs (#2906) 2024-12-09 13:55:16 +00:00
task_overdue_reminder_test.go
task_position.go fix(task): do not update all project_view ids 2024-12-11 18:50:01 +01:00
task_relation.go
task_relation_rights.go
task_relation_test.go
task_reminder.go fix(typo): Simpl -> Simple -> GetProjectsMapSimpleByTaskIDs (#2906) 2024-12-09 13:55:16 +00:00
task_reminder_test.go
task_search.go fix(tasks): prefix created and updated columns when sorting by them 2024-11-18 12:07:29 +01:00
tasks.go fix(kanban): correctly check bucket limit for saved filters or view filters 2025-01-09 16:21:28 +01:00
tasks_rights.go
tasks_test.go
team_members.go
team_members_rights.go
team_members_test.go
teams.go
teams_rights.go
teams_rights_test.go
teams_test.go
typesense.go fix(typesense): fetch task comments without permission check 2024-11-02 18:42:12 +01:00
unit_tests.go
unsplash.go
user_delete.go feat: preferably award admin access to project users with write access on user deletion (#2772) 2024-10-24 20:42:38 +00:00
user_delete_test.go
user_project.go feat(sharing): add config so that users only find members of their teams 2024-10-28 11:08:06 +01:00
user_project_test.go feat(sharing): add config so that users only find members of their teams 2024-10-28 11:08:06 +01:00
users.go
webhooks.go
webhooks_rights.go