1
0
Commit Graph

9650 Commits

Author SHA1 Message Date
5892622676 fix(notifications): rendering of plaintext mails 2024-04-07 14:12:44 +02:00
191a476823 fix(notifications): only sanitze html content in notifications, do not convert it to markdown
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)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/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
Resolves https://kolaente.dev/vikunja/vikunja/issues/2243
2024-04-07 12:50:42 +02:00
4d78ae7fa8 chore(dev): move nix flake to top level, add api tooling 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
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 2024-04-06 14:35:05 +02:00
1cd5dd2b2f fix: lint 2024-04-06 14:12:08 +02:00
521300613f fix: update task in typesense when adding a label or assignee to them
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 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
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 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 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
30c1a46ed4 fix(deps): update src.techknowlogick.com/xgo digest to e01c4fb 2024-04-06 09:07:13 +00:00
1910f69392 fix(test): correctly mock localstorage in unit tests 2024-04-06 10:34:41 +02:00
fe4a093825 chore(deps): update dev-dependencies 2024-04-06 00:07:33 +00:00
90055d063c chore(deps): update dev-dependencies (#2229)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2229
Reviewed-by: konrad <k@knt.li>
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2024-04-05 20:41:15 +00:00
f0d695e789 fix(views): remove default filter from frontend, apply by default to new list views instead (#2240)
Fixes #2234

Co-authored-by: Daniel Herrmann <daniel.herrmann1@gmail.com>
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2240
Reviewed-by: konrad <k@knt.li>
Co-authored-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
Co-committed-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
2024-04-02 13:49:38 +00:00
95276ceebe fix(reactions): do not enable reaction picker when the current user does not have write access 2024-04-02 14:48:13 +02:00
1558921f42 fix(test): use correct selector in Cypress test 2024-04-02 14:31:15 +02:00
bf5088e546 fix(sharing): show user display name and avatar when displaying search results
Resolves https://community.vikunja.io/t/autogenerated-username-using-google-openid/2183/12
2024-04-02 14:29:22 +02:00
6f366d4907 feat(views): lint 2024-04-02 14:04:17 +02:00
d7554d9e70 feat(views): hide view switcher when there is only one view 2024-04-02 14:02:59 +02:00
8a72fe26f8 fix(views): refactor filter button slot in wrapper
Before this change, the filter button on the top right was positioned using absolute positioning and plenty of tricks, which were brittle and not really maintainable. Now, the buttons are positioned using flexbox, which should make this a lot more maintainable.
2024-04-02 14:02:31 +02:00
13cab62d14 fix(views): transform view filter before and after loading it from the api
Previously, the actual filter was kept as-is when sending it to the api, essentially creating an invalid filter. This change fixes this, transforming the filter before saving and after loading.

Resolves https://kolaente.dev/vikunja/vikunja/issues/2233
2024-04-02 13:20:17 +02:00
81de986d8d fix(gantt): correctly show day in chart 2024-04-02 12:53:14 +02:00
915f677c2a fix(views): correctly pass view id to wrapper when gantt view is active 2024-04-02 12:50:10 +02:00
8a6e3d5bd7 fix(views): use correct assertion in test 2024-04-02 12:42:07 +02:00
81fe8391e4 fix(project): load full project after creating a project
When a new project was created, it contained all details already. This led to duplicated views and overridden attributes in the response.

Resolves https://kolaente.dev/vikunja/vikunja/issues/2242
2024-03-29 19:28:17 +01:00
89e37b88d9 fix(views): update all fields when updating a view
Resolves https://kolaente.dev/vikunja/vikunja/issues/2241
2024-03-29 18:19:16 +01:00
cc6801c5b1 fix(filter): make sure highlight works for doneAt attribute 2024-03-29 18:09:02 +01:00
767b058915 fix(filter): add white background to filter input 2024-03-29 18:07:37 +01:00
2c0d3f2885 fix(views): add bottom spacing 2024-03-29 18:05:30 +01:00
fa170b9397 fix(deps): update sentry-javascript monorepo to v7.109.0 2024-03-28 22:06:03 +00:00
a5fd6f834a chore(deps): sign drone config 2024-03-28 23:00:24 +01:00
8984e0e9f0 fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1 2024-03-28 21:06:31 +00:00
176c41dc40 fix(deps): update dependency express to v4.19.2 2024-03-28 20:57:07 +00:00
c4d3d99cd4 fix: pick first available view if currently configured view got deleted (#2235)
Resolves #2232

Co-authored-by: Daniel Herrmann <daniel.herrmann1@gmail.com>
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2235
Reviewed-by: konrad <k@knt.li>
Co-authored-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
Co-committed-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
2024-03-28 20:55:52 +00:00
30b4ed6b23 fix(deps): update dependency dompurify to v3.0.11 2024-03-28 20:53:00 +00:00
aed92d1cd2 fix(deps): update sentry-javascript monorepo to v7.108.0 2024-03-28 20:49:17 +00:00
2239d73797 chore(i18n): update translations via Crowdin 2024-03-27 00:11:11 +00:00
98b833f61a chore(i18n): update translations via Crowdin 2024-03-25 00:10:35 +00:00
ecd002dca3 chore(i18n): update translations via Crowdin 2024-03-21 00:05:22 +00:00
5e3616bda3 fix(deps): update dependency ufo to v1.5.3 2024-03-20 16:32:22 +00:00