Commit Graph

9513 Commits

Author SHA1 Message Date
d8ca1a2de1
fix(favorites): make favorites work with configurable views
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-14 17:12:16 +02:00
2d084c091e
feat: new login image
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-14 12:43:22 +02:00
5a84d37fca
fix(kanban): do not focus on task list in bucket when clicking on a task
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-14 11:21:59 +02:00
fd520dab0a
fix(reminders): do not fall back to hours when the reminder interval is minutes
Resolves https://github.com/go-vikunja/vikunja/issues/225
2024-04-14 11:20:20 +02:00
144a6e4140
fix(kanban): do not add bottom spacing to view
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-14 11:15:53 +02:00
a7aa74227a
fix(kanban): do not focus kanban board
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-14 11:12:26 +02:00
d2adbc53c6
fix(test): add task to bucket in test
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-14 11:00:41 +02:00
422e4371f8
fix(project): add more spacing between filter button and view switcher on mobile
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-14 00:06:26 +02:00
6e5b31f1e0
fix(filters): always persist filter or search in query path and load it correctly into filter query input when loading the page
Some checks failed
continuous-integration/drone/push Build is failing
Previously, when using the filter query as a search input, it would load the search as requested but the filter query parameter in the url would be empty, which meant the search would not be loaded correctly when reloading (or otherwise newly accessing) the page. We're now persisting the filter and search in the task loading logic, to make sure they are always populated correctly.
2024-04-13 23:34:25 +02:00
5756da412b
fix(project): return full project after duplicating it
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-13 22:39:40 +02:00
4e05b8e97c
fix(project): do not crash when duplicating a project with no tasks
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-13 22:36:41 +02:00
5177f516c4
fix(views): make sure view changes are reflected in switcher
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-13 22:24:12 +02:00
637c8f6ba5
fix(views): make sure the view is saved properly in localStorage
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-13 22:15:41 +02:00
1460d212ee
fix: do not push nil errors to sentry
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-13 21:46:07 +02:00
e9de7d8a24
fix(project): delete all related entities when deleting a project
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-13 21:43:44 +02:00
ce1d7778c7
fix(export): make export work with project views and new task positions
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-13 21:07:06 +02:00
9a16f6f817
fix: license in cmd help text
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-13 20:13:24 +02:00
7d755fcb89
fix: lint
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-13 17:58:53 +02:00
77e95642a9
fix(tasks): make fetching tasks in buckets via typesense work
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-13 17:52:47 +02:00
a5d02380a3
fix(typesense): make fetching task positions per view more efficient
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-13 17:26:38 +02:00
3519b8b2fe
fix(tasks): index and order by task position when using typesense 2024-04-13 17:19:27 +02:00
cb648e5ad8
fix(typesense): fix reindexing views and positions in typesense 2024-04-13 16:38:45 +02:00
75f830457b
fix(comments): order comments by created timestamp instead of id
Some checks failed
continuous-integration/drone/push Build is failing
Partially resolves https://community.vikunja.io/t/trello-import-comments-and-assignments/2174/14
2024-04-13 14:45:12 +02:00
6e2b540394
fix(migration): import task comments with original timestamps
Partially resolves https://community.vikunja.io/t/trello-import-comments-and-assignments/2174/14
2024-04-13 14:44:55 +02:00
bf3c8ac9da
fix(views): check if bucket index already exists before creating new index
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #2243
2024-04-13 14:20:27 +02:00
3e7225ebee
fix(editor): do not prevent shift+enter to add a line break in text
Some checks failed
continuous-integration/drone/push Build is failing
Resolves https://github.com/go-vikunja/vikunja/issues/250
2024-04-13 14:08:27 +02:00
9eb19e0362
fix(project): do not crash when views were not loaded yet
All checks were successful
continuous-integration/drone/push Build is passing
The project view crashed when accessing a task from /projects because the currentProject in store was not set, hence the views weren't set either. This change adds a fallback to it.

Related to #2246
Related to https://community.vikunja.io/t/vikunja-freezes/2246/5
2024-04-13 13:18:14 +02:00
73bf119409
docs: clarify version checkout when building from source
All checks were successful
continuous-integration/drone/push Build is passing
Related to #2270 (comment)
2024-04-12 23:39:27 +02:00
500b761fe6
fix(projects): do not return parent project id when authenticating as link share
All checks were successful
continuous-integration/drone/push Build is passing
Related to https://community.vikunja.io/t/vikunja-freezes/2246
Related to https://github.com/go-vikunja/vikunja/issues/233
2024-04-12 18:02:39 +02:00
0bc9a670d7
fix(task): do not crash when loading a task if parent projects are not loaded
Some checks failed
continuous-integration/drone/push Build is failing
Related to https://community.vikunja.io/t/vikunja-freezes/2246
Related to https://github.com/go-vikunja/vikunja/issues/233
2024-04-12 17:56:19 +02:00
a3e5e98c64 fix(deps): update module github.com/arran4/golang-ical to v0.2.8
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-04-11 16:07:49 +00:00
a3a4d05e89 feat(editor): checklist visual improvements (#2264)
All checks were successful
continuous-integration/drone/push Build is passing
This makes task lists (especially big ones) easier to read. I've set a margin so there is a distance between task items which makes them easier to stand out.
I've also changed the visuals of the checked elements (strike through + grey font color) so the unchecked ones stand out more. Note that this currently seems to be a big bugged outside of edit mode as `data-checked` doesn't seem to be updating correctly in this state which seems to be an issue that is already noted for the TipTap editor.

Co-authored-by: Elscrux <nickposer2102@gmail.com>
Reviewed-on: #2264
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Elscrux <elscrux@gmail.com>
Co-committed-by: Elscrux <elscrux@gmail.com>
2024-04-11 15:46:10 +00:00
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