renovate
b6e142e8d0
fix(deps): update vueuse to v11
2024-09-06 15:08:03 +00:00
renovate
750d565477
fix(deps): update dependency tailwindcss to v3.4.10
2024-09-06 12:15:45 +00:00
Frederick [Bot]
2b8515b91d
[skip ci] Updated swagger docs
2024-09-06 11:18:51 +00:00
kolaente
68636f27da
fix(files): use absolute path everywhere
2024-09-06 12:59:48 +02:00
kolaente
cf94cc8cab
chore(docs): clarify usage of related model creation
...
Resolves https://github.com/go-vikunja/vikunja/issues/323
2024-09-06 12:06:12 +02:00
renovate
669b7452cd
fix(deps): update dependency axios to v1.7.7
2024-09-06 08:34:52 +00:00
renovate
1601c9098d
fix(deps): update dependency sortablejs to v1.15.3
2024-09-06 08:34:36 +00:00
renovate
f132b0e718
fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.5
2024-09-06 08:33:40 +00:00
renovate
5d12986e3f
fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.23
2024-09-06 08:33:37 +00:00
renovate
74e0197dc6
fix(deps): update module github.com/threedotslabs/watermill to v1.3.7
2024-09-06 08:32:06 +00:00
renovate
2dd133fb4c
fix(deps): update dependency @kyvg/vue3-notification to v3.3.0
2024-09-06 08:31:54 +00:00
kolaente
02c1de55c4
chore(attachments): refactor building image preview
2024-09-06 09:43:59 +02:00
renovate
cbc63c853d
fix(deps): update dependency @sentry/vue to v8.28.0
2024-09-06 07:40:44 +00:00
renovate
b5c4a3a80c
fix(deps): update dependency pinia to v2.2.2
2024-09-06 07:40:14 +00:00
renovate
a8ea5e11ab
fix(deps): update dependency vue-i18n to v9.14.0
2024-09-06 07:39:02 +00:00
renovate
812430b9cf
fix(deps): update module golang.org/x/text to v0.18.0
2024-09-06 07:37:53 +00:00
kolaente
9d7b6d3d9a
feat(dump): add flag to allow specifying dump path
...
Resolves https://community.vikunja.io/t/vikunja-0-24-docker-bin-sh/2621/3
2024-09-05 15:14:03 +02:00
kolaente
c2b116de70
chore(files): use absolute file path to retrieve and save files
2024-09-05 15:03:32 +02:00
kolaente
22e594e253
fix(kanban): save updated position to store
...
This fixes a bug where the position of a task would not be calculated correctly when the task was moved next to another recently moved task. The problem was caused by the calculation of the new position referring to the old value of the position attribute, because it was not updated in the local store.
Resolves https://community.vikunja.io/t/kanban-cards-in-wrong-order/2731/6
2024-09-05 14:51:47 +02:00
kolaente
0d9c03e0f2
chore(magefile): use tx.Sync instead of Sync2
2024-09-05 14:40:22 +02:00
renovate
72bb6609a1
fix(deps): update module golang.org/x/term to v0.24.0
2024-09-05 10:18:27 +00:00
renovate
b259072e6a
fix(deps): update module github.com/typesense/typesense-go to v2
2024-09-04 21:16:13 +00:00
kolaente
ffcc48ec87
fix(caldav): make sure colors are correctly saved and returned
...
Resolves https://community.vikunja.io/t/caldav-sync-tasks-org-strips-colour-and-end-date-values/2753/2
2024-09-04 23:08:29 +02:00
Frederick [Bot]
5aa0b6a0cf
[skip ci] Updated swagger docs
2024-09-04 20:43:53 +00:00
kolaente
b60efbd259
chore(subscription): return subscription entity type using json Marshaler
2024-09-04 22:25:03 +02:00
kolaente
34ac29fcce
fix(reminders): notify subscribed users as well
...
Resolves https://community.vikunja.io/t/no-reminder-notification-by-e-mail-from-my-colleague/2779
2024-09-04 22:11:07 +02:00
kolaente
75f3e930cd
fix(subscriptions): do not panic when a task does not have a subscription
2024-09-04 21:55:14 +02:00
kolaente
4ff8815fe1
fix(subscriptions): cleanup and simplify fetching subscribers for tasks and projects logic
...
Vikunja now uses one recursive CTE and a few optimizations to fetch all subscribers for a task or project. This makes the relevant code easier to maintain and more performant.
2024-09-04 19:55:17 +02:00
renovate
850ec7efb0
fix(deps): update dependency dayjs to v1.11.13
2024-09-03 20:59:37 +00:00
kolaente
115d1c3618
fix(subscription): always return task subscription when subscribed to task and project
2024-09-03 22:37:53 +02:00
kolaente
6d26497bbb
chore(deps): update github.com/wneessen/go-mail to v0.4.4
2024-09-03 22:07:11 +02:00
kolaente
06305eb6b3
fix(subscriptions): correctly inherit subscriptions
...
Resolves https://community.vikunja.io/t/e-mail-notification-twice/2740/20
2024-09-03 22:04:11 +02:00
Frederick [Bot]
7bd84a845c
chore(i18n): update translations via Crowdin
2024-09-03 00:25:53 +00:00
kolaente
165ee9e7f3
fix(service worker): use correct workbox version
...
Resolves https://github.com/go-vikunja/vikunja/issues/322
2024-09-02 23:40:17 +02:00
kolaente
2c9becec10
fix(notifications): only add project subscription as task subscription when the user is not already subscribed to the task
...
Before this fix, a project subscription object was added twice to the list of subscriptions for a task when the user did not subscribe to the task directly. This caused the user to receive a comment notification twice for a given task.
This was probably a regression from efde364224 .
Resolves https://community.vikunja.io/t/e-mail-notification-twice/2740/18
2024-09-02 23:36:58 +02:00
kolaente
1463bce24c
feat(dev): add mailpit to devenv services
2024-09-02 23:18:50 +02:00
kolaente
5c56d07215
chore(web): always set internal error
2024-09-01 19:37:27 +02:00
kolaente
6fb314b326
chore(web): use logger directly
2024-09-01 19:37:27 +02:00
kolaente
9b01666ec6
chore(web): use web auth factory directly
2024-09-01 19:37:27 +02:00
Frederick [Bot]
14c862d284
chore(i18n): update translations via Crowdin
2024-08-30 00:25:55 +00:00
kolaente
bcfd72c645
chore(web): use config directly
2024-08-29 18:41:20 +02:00
kolaente
499f66b7ae
chore(web): directly use new db session
2024-08-29 16:31:46 +02:00
kolaente
8e37d5cb76
chore(web): remove redundant use of fmt.Sprintf
2024-08-29 16:28:37 +02:00
kolaente
57ba073874
chore(web): use errors.As instead of type assertion
2024-08-29 16:28:16 +02:00
kolaente
329de3aab3
chore(web): remove unused echo context
2024-08-29 16:20:39 +02:00
kolaente
74a74b7ec7
fix(labels): test error assertion
2024-08-29 16:16:41 +02:00
kolaente
2063da9eec
chore(web): move web handler package to Vikunja
2024-08-29 16:15:28 +02:00
kolaente
7a7e97770c
chore(errors): always add internal error to echo error
2024-08-29 15:39:34 +02:00
kolaente
bea131cfd9
fix(labels): trigger task.updated event when removing a label from a task
2024-08-29 15:19:06 +02:00
kolaente
5a0d1f1dc6
feat(event): simplify dispatching task updated event from only a task id
2024-08-29 15:18:03 +02:00