vikunja/pkg/integrations
kolaente 6673adf0b5
fix(filter): do not show tasks in filter results when they are filtered out by labels
This fixes a bug where tasks which were filtered out by their label would still be shown. That was caused by the way the filter query was translated to sql under the hood.

Resolves https://github.com/go-vikunja/vikunja/issues/394
2025-01-20 14:05:42 +01:00
..
_test.go.tpl chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
api_tokens_test.go fix(api): return 404 response when using a token and the route does not exist 2024-08-29 10:12:20 +02:00
archived_test.go chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
caldav_test.go chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
healthcheck_test.go chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
integrations.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
kanban_test.go chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
link_sharing_auth_test.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
link_sharing_test.go chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
login_test.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
project_test.go chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
register_test.go chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
task_collection_test.go fix(filter): do not show tasks in filter results when they are filtered out by labels 2025-01-20 14:05:42 +01:00
task_comment_test.go chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
task_test.go chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
token_test.go chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
user_change_password_test.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
user_confirm_email_test.go chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
user_password_request_token_test.go chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
user_password_reset_test.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
user_project_test.go chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
user_show_test.go chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00