Commit Graph

9481 Commits

Author SHA1 Message Date
72c3e1a03f chore(deps): update dev-dependencies
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build encountered an error
2024-04-11 00:09:10 +00:00
61ee0bd5e2 feat(migration): include non upload attachments from Trello (#2261)
All checks were successful
continuous-integration/drone/push Build is passing
This makes the Trello migrator include attachments that are not file uploads. To include them in Vikunja without missing data, their text (usually links) will be appended to the Vikunja description.

Co-authored-by: Elscrux <nickposer2102@gmail.com>
Reviewed-on: #2261
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Elscrux <elscrux@gmail.com>
Co-committed-by: Elscrux <elscrux@gmail.com>
2024-04-10 22:12:06 +00:00
423558f58a
fix(migration): invalid field in organization struct
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-10 23:52:10 +02:00
75fd17c750
docs: clarify vikunja cli usage in docker
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-10 23:05:45 +02:00
4e49ec9e16
docs: clarify automatic openid team creation 2024-04-10 23:05:45 +02:00
58e0ec3d35 fix(deps): update tiptap to v2.3.0
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-10 20:59:51 +00:00
ed4be389ab
fix(navigation): scrolling when many projects are present
Some checks failed
continuous-integration/drone/push Build is failing
Regression from ee3d20e1d2
Resolves https://github.com/go-vikunja/vikunja/issues/249
2024-04-10 22:54:36 +02:00
cb2c2eeae8 fix(deps): update dependency vue-i18n to v9.11.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-04-10 17:06:05 +00:00
e19ac57130 chore(deps): update dev-dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-04-10 15:06:07 +00:00
0557d4b5bb
docs: clarify transitioning from unstable to release
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-09 22:43:27 +02:00
bc19a2fb78
fix(migration): import card comments from Trello when migrating
All checks were successful
continuous-integration/drone/push Build is passing
Related: https://community.vikunja.io/t/trello-import-comments-and-assignments/2174/3
2024-04-09 13:56:17 +02:00
994aaeb920
fix(migration): trello: only fetch attachments when the card actually has attachments 2024-04-09 13:25:03 +02:00
ee3d20e1d2
fix(navigation): do not hide shadows of dropdown menu
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-09 13:07:01 +02:00
8458e77341 feat(migration): Trello organization based migration (#2211)
Some checks failed
continuous-integration/drone/push Build is failing
Migrate Trello organization after organization to limit total memory allocation.
Related discussion: https://community.vikunja.io/t/trello-import-issues/2110

Co-authored-by: Elscrux <nickposer2102@gmail.com>
Co-authored-by: konrad <k@knt.li>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #2211
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Elscrux <elscrux@gmail.com>
Co-committed-by: Elscrux <elscrux@gmail.com>
2024-04-09 10:54:38 +00:00
af3b0bbea1
fix: lint
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-08 13:23:15 +02:00
d2317b9531 fix(deps): update dependency vue-i18n to v9.11.0
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-08 10:35:09 +00:00
552f8580a4 fix(deps): update dependency dompurify to v3.1.0
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-08 10:27:31 +00:00
c842cb27b2 fix(deps): update tiptap to v2.2.6
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-08 10:19:11 +00:00
e10cd368bf
feat(migration): notify the user when a migration failed
Some checks failed
continuous-integration/drone/push Build is failing
This change introduces notifications via mail when a migration fails. It will contain the error message and a hint to post it in the forum when Sentry is disabled, otherwise the error message will be sent directly to sentry and the notification will inform accordingly.
I've tried to balance "this thing failed, go figure it out" with "here is what we know and how you can get help", we'll see how well that approach works.
2024-04-08 12:15:24 +02:00
61322d2e2e fix(deps): update module github.com/yuin/goldmark to v1.7.1
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-08 09:28:22 +00:00
a41e248e5f fix(deps): update font awesome to v6.5.2
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-08 09:10:31 +00:00
6e37934b61
chore(deps): update goreleaser/nfpm docker tag to v2.36.1
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-08 11:09:39 +02:00
d64322bb7a fix(deps): update dependency @infectoone/vue-ganttastic to v2.3.2
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-08 08:58:21 +00:00
fa3b657e7e chore(deps): update pnpm to v8.15.6
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-04-08 08:06:35 +00:00
1adaa73141 docs: fix build-from-sources docs mistake (#2251)
All checks were successful
continuous-integration/drone/push Build is passing
While attempting to build on OpenBSD without having built the frontend, I ran into the following error:

`frontend/embed.go:21:12: pattern dist: no matching files found`

I saw in the docs to create a directory and touch a file, this resulted in a second error:

`frontend/embed.go:21:12: pattern dist: cannot embed directory dist: contains no embeddable files`

Creating the index.html file inside the new directory allowed me to build Vikunja

Reviewed-on: #2251
Co-authored-by: Raymi306 <raymi306@gmail.com>
Co-committed-by: Raymi306 <raymi306@gmail.com>
2024-04-08 07:48:12 +00:00
3e77e3043e chore(deps): update dev-dependencies
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2024-04-08 07:09:20 +00:00
d082c0399d
fix(test): visit one more project in project history test
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-07 22:36:09 +02:00
0b9ef27d04
fix(migration): show correct message after starting a migration
Some checks failed
continuous-integration/drone/push Build is failing
Related to https://github.com/go-vikunja/vikunja/issues/238
2024-04-07 15:11:59 +02:00
7acd1a7e51
fix(project): remove child projects from state when deleting a project
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-07 15:03:18 +02:00
8bee5aa806
fix(project): return the full project when setting a background
Some checks failed
continuous-integration/drone/push Build is failing
Related to #2246
2024-04-07 14:53:57 +02:00
6641cbebc2
fix(project): save the last 6 projects in history, show only 5 on desktop
Some checks failed
continuous-integration/drone/push Build is failing
The project grid on the home page with the recently visited projects now contains an even number of projects which makes for a much nicer grid (because it's now uniform).
2024-04-07 14:34:18 +02:00
5892622676
fix(notifications): rendering of plaintext mails
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-07 14:12:44 +02:00
191a476823
fix(notifications): only sanitze html content in notifications, do not convert it to markdown
Some checks failed
continuous-integration/drone/push Build is failing
Resolves https://community.vikunja.io/t/trello-import-html-mails/2197
2024-04-07 13:34:53 +02:00
c146b72d64 chore(deps): update golangci/golangci-lint docker tag to v1.57.2 (#2225)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2225
Reviewed-by: konrad <k@knt.li>
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2024-04-07 11:09:14 +00:00
ca33c0b2bc
fix: drop bucket index before recreating it
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #2243
2024-04-07 12:50:42 +02:00
4d78ae7fa8
chore(dev): move nix flake to top level, add api tooling
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-07 12:16:13 +02:00
c1d06c5e5a
fix(projects): do not return parent project id of parents where the user does not have access
Some checks failed
continuous-integration/drone/push Build is failing
This caused the frontend to not show such projects, throwing errors in the process and sometimes made it hang.
2024-04-07 12:10:20 +02:00
f1c3ce5eeb
fix(projects): allow arbitrary nesting of new projects 2024-04-07 12:00:39 +02:00
2f6b395334
feat(kanban): set task position to 0 (top) when it is moved into the done bucket automatically after marking it done
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-06 14:35:05 +02:00
1cd5dd2b2f
fix: lint
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-06 14:12:08 +02:00
521300613f
fix: update task in typesense when adding a label or assignee to them
Some checks failed
continuous-integration/drone/push Build is failing
Resolves https://community.vikunja.io/t/typesense-only-works-if-i-re-index/2212
2024-04-06 14:04:04 +02:00
037022e857
fix: do not try to fetch nonexistant bucket
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-06 13:55:11 +02:00
ec1ff80791
fix(kanban): save done and default bucket on the view and not on the project
The frontend was still trying to update the two in the project which won't work since they are now saved at the view level, not the project.
2024-04-06 13:32:54 +02:00
7b8fab33a5
fix(kanban): Make sure all saved taskBucket positions are saved with their project view id
All checks were successful
continuous-integration/drone/push Build is passing
When the tasks were migrated from belonging directly to a bucket to only belonging to a view, I forgot to add the view in that migration, resulting in task buckets where the view was 0. These entries were not deleted when a task was moved between buckets, but the new task bucket relation nevertheless inserted. This resulted in tasks showing up multiple times on the kanban board.

This change adds a new migration which adds the correct project view id (as derived from the bucket) and fixes the old migration as well.

Resolves https://community.vikunja.io/t/no-longer-able-to-properly-move-tasks-between-kanban-columns/2175
2024-04-06 13:04:36 +02:00
e0417c8bda
docs: add Korganizer to supported caldav clients
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-06 12:15:08 +02:00
6fbd24d5f6
fix(filter): move spaces out of button to after the matched filter value to prevent removal of spaces
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-06 12:08:58 +02:00
e534a6a5bf
fix(modal): do not set p in modal card as flex
This fixes a bug where the description of a project or filter would be aligned right.
2024-04-06 12:08:58 +02:00
bf85cb0505
fix(filters): always show filter values in a readable color 2024-04-06 12:08:57 +02:00
20e2314128
fix(filters): enclose values with a slash in them as strings so that date math values work
Previously, in a filter like "due_date = now/d", the / was parsed as the beginning of a comment, but as it did not contain the full value, this is an invalid comment, resulting in an error message.

Resolves https://community.vikunja.io/t/filter-setting-s/1791/12
2024-04-06 12:08:57 +02:00
1ebb551864
fix(filters): make sure the same filter attribute is transformed in all instances
Resolves https://community.vikunja.io/t/filter-setting-s/1791/13
2024-04-06 12:08:57 +02:00