1
0
Commit Graph

10132 Commits

Author SHA1 Message Date
0d24ba12bb chore: rename function 2024-01-28 13:36:13 +01:00
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
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
d9875e476c fix(assignees): make sure task assignee created event contains the full task 2024-01-28 13:23:27 +01:00
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
b2970c6c04 fix(assignees): prevent double notifications for assignees 2024-01-28 13:11:50 +01:00
e03920b84a fix(assignees): improve wording for assignee emails 2024-01-28 13:11:37 +01:00
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
ce53663a88 fix(openid): use the calculated redirect url when authenticating with openid providers 2024-01-28 12:41:35 +01:00
a20f6ac815 fix(task): delete the task after all related attributes to prevent task not found errors 2024-01-28 12:23:25 +01:00
1630e4fc08 fix: tests 2024-01-28 11:52:16 +01:00
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
394dbe0055 chore(deps): update dev-dependencies 2024-01-28 04:19:06 +00:00
30d599369f chore(deps): update dev-dependencies 2024-01-27 00:18:54 +00:00
ae9b382963 fix(webhooks): make sure all events with tasks have the full task
Resolves https://kolaente.dev/vikunja/api/issues/1676
2024-01-27 00:16:17 +01:00
631b02d2ee chore: only show webhooks overview table when there are webhooks 2024-01-27 00:01:11 +01:00
326bfb557a chore: only show webhooks overview table when there are webhooks 2024-01-27 00:00:31 +01:00
d38050f2b8 fix(subscriptions): don't crash when a project is already deleted 2024-01-26 23:53:22 +01:00
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
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
78d4a518a3 fix(tasks): don't load tasks multiple times when viewing list or gantt view 2024-01-26 21:33:20 +01:00
3c1041902e fix(table view): make sure popup does not overlap 2024-01-26 21:22:51 +01:00
e3cae0ed7f fix(filter): validate filter title field after loading a filter for edit
Related to https://kolaente.dev/vikunja/frontend/issues/3866
2024-01-26 11:29:46 +01:00
fc8bd6a9ca chore(deps): update dev-dependencies 2024-01-26 05:19:03 +00:00
5a6e5619e3 fix(deps): update dependency axios to v1.6.7 2024-01-25 20:20:22 +00:00
314b101280 fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.20 2024-01-25 15:04:56 +00:00
9c9f806e62 fix(deps): update sentry-javascript monorepo to v7.98.0 2024-01-25 13:55:42 +00:00
67216579bc fix(auth): correctly construct redirect url from current window href 2024-01-25 14:24:30 +01:00
a8df935ddb fix(deps): update sentry-javascript monorepo to v7.97.0 2024-01-25 11:20:20 +00:00
bb4746f226 chore(deps): update dev-dependencies 2024-01-25 07:50:16 +00:00
31590236aa fix(deps): update dependency axios to v1.6.6 2024-01-24 23:19:33 +00:00
8c5039db5b fix(deps): update src.techknowlogick.com/xgo digest to 77ac23f 2024-01-24 21:05:28 +00:00
00d48a6178 chore(deps): update dev-dependencies 2024-01-24 06:19:41 +00:00
5169cca8d8 fix(deps): update sentry-javascript monorepo to v7.95.0 2024-01-23 19:18:41 +00:00
007c8aa612 fix(deps): update module github.com/google/uuid to v1.6.0 2024-01-23 19:04:32 +00:00
255a7d565c chore(deps): update pnpm to v8.14.3 2024-01-23 10:20:44 +00:00
8dbaee5dfb chore(deps): update dev-dependencies to v6.19.1 2024-01-23 00:19:30 +00:00
69b0b19482 fix(deps): update dependency date-fns to v3.3.1 2024-01-22 10:44:49 +00:00
eae89d37f1 chore(deps): update pnpm to v8.14.2 2024-01-22 10:19:22 +00:00
1a3b699f66 fix(deps): update module xorm.io/xorm to v1.3.7 2024-01-22 09:05:01 +00:00
7d19859816 chore(deps): update dev-dependencies 2024-01-22 00:18:43 +00:00
c7b70844c6 fix(color picker): when picking a color, the color picker should not be black afterwards 2024-01-21 20:25:19 +01:00
b8c21c2ade fix(labels): text and background combination in dark mode 2024-01-21 20:20:00 +01:00
57c99a22a0 fix(editor): use manual input prompt instead of window.prompt
Resolves https://kolaente.dev/vikunja/desktop/issues/184
2024-01-21 20:08:10 +01:00
8ea97f3ffc fix(editor): use a stable image id to prevent constant re-rendering 2024-01-21 15:45:18 +01:00
0b3604d167 fix(editor): render images without crashing 2024-01-21 15:00:26 +01:00
c5ba7fcb73 fix(editor): focus the editor when clicking on the whole edit container 2024-01-21 13:52:13 +01:00
5a25685d53 fix(editor): don't bubble up changes when no changes were made
Related https://community.vikunja.io/t/saving-an-empty-description-in-kanban-view-break-ui/1914/3
2024-01-21 13:44:40 +01:00
ad8fa93cae fix(user): make disable command actually work 2024-01-21 12:24:41 +01:00
da311fce9e fix(kanban): ensure text and icon color only depends on the card background, not on the color scheme
Related https://github.com/go-vikunja/frontend/issues/135#issuecomment-1900701258
2024-01-21 00:10:05 +01:00