kolaente
|
5fba4ed6ef
|
chore(web): use config directly
(cherry picked from commit bcfd72c645)
|
2024-09-20 14:22:19 +02:00 |
kolaente
|
d885b43328
|
chore(web): directly use new db session
(cherry picked from commit 499f66b7ae)
|
2024-09-20 14:22:16 +02:00 |
kolaente
|
459c8daed6
|
chore(web): remove redundant use of fmt.Sprintf
(cherry picked from commit 8e37d5cb76)
|
2024-09-20 14:22:16 +02:00 |
kolaente
|
5768648760
|
chore(web): use errors.As instead of type assertion
(cherry picked from commit 57ba073874)
|
2024-09-20 14:22:11 +02:00 |
kolaente
|
198b2e3b70
|
chore(web): remove unused echo context
(cherry picked from commit 329de3aab3)
|
2024-09-20 14:22:11 +02:00 |
kolaente
|
be8ecb6d36
|
fix(labels): test error assertion
(cherry picked from commit 74a74b7ec7)
|
2024-09-20 14:22:09 +02:00 |
kolaente
|
4c73c74587
|
chore(web): move web handler package to Vikunja
(cherry picked from commit 2063da9eec)
|
2024-09-20 14:22:08 +02:00 |
kolaente
|
cfa58ae599
|
chore(errors): always add internal error to echo error
(cherry picked from commit 7a7e97770c)
|
2024-09-20 14:21:18 +02:00 |
kolaente
|
39d0409f57
|
fix(labels): trigger task.updated event when removing a label from a task
(cherry picked from commit bea131cfd9)
|
2024-09-20 14:21:16 +02:00 |
kolaente
|
7b804efbe2
|
feat(event): simplify dispatching task updated event from only a task id
(cherry picked from commit 5a0d1f1dc6)
|
2024-09-20 14:21:14 +02:00 |
kolaente
|
f812a67269
|
chore(docker): use new env format
(cherry picked from commit b5035f9d2b)
|
2024-09-20 14:21:13 +02:00 |
kolaente
|
1a131d79f9
|
fix(subscriptions): ignore task subscription when the user is subscribed to the project
Resolves https://community.vikunja.io/t/e-mail-notification-twice/2740/12
Resolves https://github.com/go-vikunja/vikunja/issues/316
(cherry picked from commit efde364224)
|
2024-09-20 14:21:11 +02:00 |
kolaente
|
a253f76060
|
fix(api): return 404 response when using a token and the route does not exist
(cherry picked from commit fde1763eef)
|
2024-09-20 14:21:09 +02:00 |
kolaente
|
c85da01294
|
fix(task): set done at date when moving a task to the done bucket
Resolves https://github.com/go-vikunja/vikunja/issues/320
(cherry picked from commit bf56311faa)
|
2024-09-20 14:21:06 +02:00 |
Frederick [Bot]
|
499f3f000c
|
chore(i18n): update translations via Crowdin
(cherry picked from commit c38aaeb224)
|
2024-09-20 14:21:02 +02:00 |
Frederick [Bot]
|
1059b00298
|
chore(i18n): update translations via Crowdin
(cherry picked from commit 1b9139b9b0)
|
2024-09-20 14:21:00 +02:00 |
kolaente
|
37324aeaf2
|
chore(deps): update tiptap to 2.6.6
(cherry picked from commit 13763e3540)
|
2024-09-20 14:20:58 +02:00 |
kolaente
|
7b275794dc
|
fix(deps): update golangci
(cherry picked from commit 8bfd0493b2)
|
2024-09-20 14:20:56 +02:00 |
kolaente
|
72db97203a
|
fix(view): do not crash when saving a view
Resolves https://github.com/go-vikunja/vikunja/issues/312
(cherry picked from commit 435cb2e7f7)
|
2024-09-20 14:20:54 +02:00 |
Frederick [Bot]
|
27c14b6903
|
chore(i18n): update translations via Crowdin
(cherry picked from commit 9ed33f5c08)
|
2024-09-20 14:20:53 +02:00 |
Frederick [Bot]
|
ec94cf6813
|
chore(i18n): update translations via Crowdin
(cherry picked from commit 83669fd9e0)
|
2024-09-20 14:20:52 +02:00 |
Frederick [Bot]
|
6a9b5cb7d0
|
chore(i18n): update translations via Crowdin
(cherry picked from commit 35578e0021)
|
2024-09-20 14:20:51 +02:00 |
Frederick [Bot]
|
8248049530
|
chore(i18n): update translations via Crowdin
(cherry picked from commit e281de30b5)
|
2024-09-20 14:20:51 +02:00 |
Frederick [Bot]
|
d1678fe420
|
chore(i18n): update translations via Crowdin
(cherry picked from commit ec2c2e74f0)
|
2024-09-20 14:20:46 +02:00 |
kolaente
|
08821ea8a8
|
chore: 0.24.2 release preperations
|
2024-08-12 20:22:07 +02:00 |
kolaente
|
e9a466fa31
|
fix(kanban): always make cover image full width
(cherry picked from commit f22420d502)
|
2024-08-12 20:17:10 +02:00 |
kolaente
|
de9f686480
|
fix(migration): ensure project background gets exported and imported
(cherry picked from commit ebfd5f54d2)
|
2024-08-12 20:17:10 +02:00 |
kolaente
|
d08e9650ba
|
fix(migration): make sure tasks are associated to the correct view and bucket for data imported from Vikunja dump
This change fixes a bug where imported projects would contain the default views additionally to the ones included in the export. This also caused the tasks to not show up in the views and buckets where they should show up, the newly imported ones.
Resolves https://community.vikunja.io/t/migration-from-vikunja-export-duplicated-boards-local-to-oidc/2690
(cherry picked from commit 28b4eaee31)
|
2024-08-12 20:17:09 +02:00 |
kolaente
|
0434a96c3a
|
fix(views): do not create task bucket and task position entries when duplicating a project
Resolves https://github.com/go-vikunja/vikunja/issues/297
Resolves https://community.vikunja.io/t/duplicating-a-board-puts-the-buckets-in-the-original-board/2579
(cherry picked from commit b83448b7a6)
|
2024-08-12 20:17:07 +02:00 |
kolaente
|
2b9b77bef2
|
fix(task): move task into new kanban bucket when moving between projects
Resolves https://github.com/go-vikunja/vikunja/issues/290
Resolves https://community.vikunja.io/t/tasks-moved-from-one-project-to-another-do-not-show-up-in-kanban/2689
(cherry picked from commit eed783e42f)
|
2024-08-12 20:17:05 +02:00 |
kolaente
|
f5040ad2f4
|
chore: use nixpkgs unstable for more recent packages
(cherry picked from commit 1d624612ee)
|
2024-08-12 20:17:04 +02:00 |
kolaente
|
7bc77ae8c0
|
fix(task): set current project after moving a task
(cherry picked from commit 9576f72d7c)
|
2024-08-12 20:17:02 +02:00 |
kolaente
|
715269a5d0
|
fix(task): do not allow moving a task to the project the task already belongs to
(cherry picked from commit 7efc4d1bc8)
|
2024-08-12 20:17:01 +02:00 |
kolaente
|
53605c24f0
|
chore(deps): update dependency node to v20.16.0
(cherry picked from commit 670e605275)
|
2024-08-12 20:17:00 +02:00 |
kolaente
|
da0b741b69
|
chore(deps): update go toolchain to 1.22.5
(cherry picked from commit 871b3ce071)
|
2024-08-12 20:16:59 +02:00 |
kolaente
|
73f923bc47
|
feat: switch from nix flakes to devenv
(cherry picked from commit ad3c5fcee5)
|
2024-08-12 20:16:56 +02:00 |
kolaente
|
25a8c7ea80
|
feat(editor): support custom protocol for links
Resolves https://github.com/go-vikunja/vikunja/issues/306
(cherry picked from commit e2a87036e0)
|
2024-08-12 20:16:55 +02:00 |
kolaente
|
950de7c954
|
fix(mail): do not fail testmail command when the connection could not be closed.
Resolves https://github.com/go-vikunja/vikunja/issues/300
(cherry picked from commit 40bb86bee5)
|
2024-08-12 20:16:54 +02:00 |
Frederick [Bot]
|
42ba9240b0
|
chore(i18n): update translations via Crowdin
(cherry picked from commit 4a4ed2cf89)
|
2024-08-12 20:16:52 +02:00 |
kolaente
|
3da6299021
|
chore(deps): update flake
(cherry picked from commit 7751e124a7)
|
2024-08-12 20:16:50 +02:00 |
Frederick [Bot]
|
1ac0f412b9
|
chore(i18n): update translations via Crowdin
(cherry picked from commit 6137d07138)
|
2024-08-12 20:16:48 +02:00 |
kolaente
|
e7fbdc2727
|
fix(i18n): change casing of Ukrainian language in selector
(cherry picked from commit 66d316f0b5)
|
2024-08-12 20:16:46 +02:00 |
kolaente
|
7117303d57
|
docs: clarify Todoist redirect url
Resolves https://github.com/go-vikunja/vikunja/issues/302
(cherry picked from commit bf2d56c9d4)
|
2024-08-12 20:16:45 +02:00 |
Dominik Pschenitschni
|
0ca43dc147
|
fix: remove console log
(cherry picked from commit 413798b321)
|
2024-08-12 20:16:43 +02:00 |
Frederick [Bot]
|
c47ea2716c
|
chore(i18n): update translations via Crowdin
(cherry picked from commit bf1c8c6119)
|
2024-08-12 20:16:42 +02:00 |
Frederick [Bot]
|
cbdcc61414
|
chore(i18n): update translations via Crowdin
(cherry picked from commit 49fa0a8468)
|
2024-08-12 20:16:41 +02:00 |
Frederick [Bot]
|
194a7d4cf8
|
chore(i18n): update translations via Crowdin
(cherry picked from commit 784cd42a7a)
|
2024-08-12 20:16:37 +02:00 |
Frederick [Bot]
|
9695785a0c
|
chore(i18n): update translations via Crowdin
(cherry picked from commit 4f74be0247)
|
2024-08-12 20:16:35 +02:00 |
Dominik Pschenitschni
|
d9f555554e
|
fix: textarea autosize for LanguageTool
(cherry picked from commit 7ef1e0a3e5)
|
2024-08-12 20:16:32 +02:00 |
Dominik Pschenitschni
|
6e38bcf349
|
chore: improve error message
(cherry picked from commit bc5fd380e5)
|
2024-08-12 20:16:30 +02:00 |