1
0
Fork 0
Commit Graph

9102 Commits

Author SHA1 Message Date
renovate d0dc86fd58 fix(deps): update dependency vue-i18n to v9.9.1 2024-01-31 02:20:29 +00:00
renovate 0484923b8a fix(deps): update sentry-javascript monorepo to v7.99.0 2024-01-30 17:18:57 +00:00
renovate 5f2fb01e90 fix(deps): update dependency floating-vue to v5.2.2 2024-01-30 14:19:37 +00:00
renovate bd18524f36 chore(deps): update dev-dependencies 2024-01-30 00:19:43 +00:00
renovate 7375a87f2f fix(deps): update dependency @fortawesome/vue-fontawesome to v3.0.6 2024-01-29 21:18:09 +00:00
renovate ccff276397 chore(deps): update pnpm to v8.15.1 2024-01-29 20:19:25 +00:00
renovate 30b21fc11c fix(deps): update dependency floating-vue to v5.2.1 2024-01-29 14:22:11 +00:00
renovate 7c98ddc20b fix(deps): update tiptap to v2.2.0 2024-01-29 13:21:38 +00:00
renovate 6ba02a0f10 chore(deps): update pnpm to v8.15.0 2024-01-29 07:32:55 +00:00
renovate 676d2b6215 chore(deps): update dependency @types/node to v20.11.10 2024-01-29 07:32:26 +00:00
Frederick [Bot] 85e612451f chore(i18n): update translations via Crowdin 2024-01-29 00:25:58 +00:00
renovate 78353d1ffe fix(deps): update module github.com/arran4/golang-ical to v0.2.4 2024-01-29 00:05:15 +00:00
kolaente 15f553f8e7
chore: release preparation 2024-01-28 20:31:09 +01:00
kolaente 0dbf3b45f0
docs: mention flatpack in how to release 2024-01-28 20:28:18 +01:00
kolaente a0a98bac3b
chore: release preparation 2024-01-28 17:45:00 +01:00
kolaente d411de99f1
chore: release preparation 2024-01-28 17:43:53 +01:00
kolaente 228d652b03
fix(kanban): make sure spacing between assignees and other task details works out evenly 2024-01-28 16:41:24 +01:00
Frederick [Bot] ba0cb022b1 [skip ci] Updated swagger docs 2024-01-28 14:43:54 +00:00
kolaente 96b4f2d1db
fix(projects): don't remove parent project id if the parent project is available in the same run
Resolves https://github.com/go-vikunja/frontend/issues/139
2024-01-28 15:28:08 +01:00
kolaente 30a2dcd04c
fix: lint 2024-01-28 15:27:14 +01:00
kolaente 0d24ba12bb
chore: rename function 2024-01-28 13:36:13 +01:00
kolaente b3e2107503
fix(task): don't show assignee edit buttons and input when the user does not have the permission to edit 2024-01-28 13:30:29 +01:00
kolaente a579a8e65f
fix(task): don't show edit button when the user does not have permission to edit the task 2024-01-28 13:24:58 +01:00
kolaente d9875e476c
fix(assignees): make sure task assignee created event contains the full task 2024-01-28 13:23:27 +01:00
kolaente e4fec01d52
fix(assignees): subscribe assigned users directly to the task, not async
Resolves https://community.vikunja.io/t/richer-email-notifications/1891
2024-01-28 13:15:43 +01:00
kolaente b2970c6c04
fix(assignees): prevent double notifications for assignees 2024-01-28 13:11:50 +01:00
kolaente e03920b84a
fix(assignees): improve wording for assignee emails 2024-01-28 13:11:37 +01:00
kolaente ee980e2a00
fix(openid): use the calculated redirect url when authenticating with openid providers
Resolves https://github.com/go-vikunja/desktop/issues/12
2024-01-28 12:42:45 +01:00
kolaente ce53663a88
fix(openid): use the calculated redirect url when authenticating with openid providers 2024-01-28 12:41:35 +01:00
kolaente a20f6ac815
fix(task): delete the task after all related attributes to prevent task not found errors 2024-01-28 12:23:25 +01:00
kolaente 1630e4fc08
fix: tests 2024-01-28 11:52:16 +01:00
kolaente 90ad975ca0
fix(typesense): update tasks in Typesense directly when the change happened
Resolves https://community.vikunja.io/t/no-filters-working-assignee-date-task-done-etc/1910
2024-01-28 11:47:17 +01:00
renovate 394dbe0055 chore(deps): update dev-dependencies 2024-01-28 04:19:06 +00:00
renovate 30d599369f chore(deps): update dev-dependencies 2024-01-27 00:18:54 +00:00
kolaente ae9b382963
fix(webhooks): make sure all events with tasks have the full task
Resolves vikunja/api#1676
2024-01-27 00:16:17 +01:00
kolaente 631b02d2ee
chore: only show webhooks overview table when there are webhooks 2024-01-27 00:01:11 +01:00
kolaente 326bfb557a
chore: only show webhooks overview table when there are webhooks 2024-01-27 00:00:31 +01:00
kolaente d38050f2b8
fix(subscriptions): don't crash when a project is already deleted 2024-01-26 23:53:22 +01:00
kolaente 33a47b7f43
fix(relations): don't allow creating relations which already exist
Resolves https://github.com/go-vikunja/frontend/issues/144
2024-01-26 23:37:59 +01:00
kolaente cd0149ef69
fix(kanban): make sure the checklist summary uses the correct text color
Related-To https://github.com/go-vikunja/frontend/issues/135
2024-01-26 21:44:20 +01:00
kolaente 78d4a518a3
fix(tasks): don't load tasks multiple times when viewing list or gantt view 2024-01-26 21:33:20 +01:00
kolaente 3c1041902e
fix(table view): make sure popup does not overlap 2024-01-26 21:22:51 +01:00
kolaente e3cae0ed7f
fix(filter): validate filter title field after loading a filter for edit
Related to vikunja/frontend#3866
2024-01-26 11:29:46 +01:00
renovate fc8bd6a9ca chore(deps): update dev-dependencies 2024-01-26 05:19:03 +00:00
renovate 5a6e5619e3 fix(deps): update dependency axios to v1.6.7 2024-01-25 20:20:22 +00:00
renovate 314b101280 fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.20 2024-01-25 15:04:56 +00:00
renovate 9c9f806e62 fix(deps): update sentry-javascript monorepo to v7.98.0 2024-01-25 13:55:42 +00:00
kolaente 67216579bc
fix(auth): correctly construct redirect url from current window href 2024-01-25 14:24:30 +01:00
renovate a8df935ddb fix(deps): update sentry-javascript monorepo to v7.97.0 2024-01-25 11:20:20 +00:00
renovate bb4746f226 chore(deps): update dev-dependencies 2024-01-25 07:50:16 +00:00