vikunja/pkg
kolaente 62b2c6771a
fix(project): correctly migrate old project view filters
This fixes a bug where old filters where not converted to the new json format correctly, leading to issues when trying to decode the raw filter string as json.
It is unclear whether that old migration had a bug or was not executed at all.

This change adds a new migration to fix all filters in views still stuck in the old filter string format.

Resolves https://github.com/go-vikunja/vikunja/issues/420
2025-03-23 21:34:49 +01:00
..
caldav chore(caldav): refactor fetching projects 2024-10-30 08:37:27 +01:00
cmd feat: translate notifications 2025-03-02 11:41:38 +01:00
config feat(ldap): make member id attribute configurable 2025-03-19 22:15:50 +01:00
cron chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
db fix(project): add position in test fixtures 2025-03-20 14:00:18 +01:00
events fix: create missing indexes on postgres 2024-10-28 13:25:38 +01:00
files fix(files): configure the files path in files init instead of globally 2024-09-29 19:04:25 +02:00
i18n chore(i18n): update translations via Crowdin 2025-03-22 00:21:30 +00:00
initialize feat: translate notifications 2025-03-02 11:41:38 +01:00
integrations fix(filter): do not show tasks in filter results when they are filtered out by labels 2025-01-20 14:05:42 +01:00
log chore(logging): simplify log template string 2024-09-20 08:42:22 +02:00
mail fix(mail): do not fail testmail command when the connection could not be closed. 2024-08-12 11:08:16 +02:00
metrics chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
migration fix(project): correctly migrate old project view filters 2025-03-23 21:34:49 +01:00
models fix(filter): do not try to set timezone when doer does not exist 2025-03-23 19:08:11 +01:00
modules feat(kanban): create To-Do, Doing, Done buckets when creating a new kanban view 2025-03-21 19:16:52 +01:00
notifications fix(i18n): pass language to notification mail function 2025-03-02 12:29:31 +01:00
red chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
routes fix(comment): add validation check for the max comment length 2025-03-23 18:03:29 +01:00
swagger [skip ci] Updated swagger docs 2025-03-19 15:21:25 +00:00
user fix(i18n): add missing translations 2025-03-20 17:41:45 +01:00
utils fix(colors): truncate longer hex color values 2024-09-30 20:06:10 +02:00
version fix(build): don't require swagger to build 2023-09-06 21:08:09 +02:00
web feat(auth): sso fallback mapping (#3068) 2025-03-02 15:21:09 +00:00