Commit Graph

16 Commits

Author SHA1 Message Date
kolaente a43384a09e feat(dev): add frontend and api to launch config 2025-06-19 14:54:08 +02:00
kolaente c6929b2fea
feat(dev): add devcontainers configuration 2025-06-19 09:05:39 +02:00
Dominik Pschenitschni 5b9d4fcc72
chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00
kolaente 59a0b9c40d
feat(auth): require auth to fetch avatars (#930) 2025-06-14 13:12:41 +00:00
kolaente fdc0860252
fix(auth): only use query parameters instead of local storage for password reset token (#770)
Resolves https://github.com/go-vikunja/vikunja/issues/682
2025-05-14 20:51:45 +00:00
Dominik Pschenitschni e3793bcfbd fix: remove babel vscode extension
I think that vscode already integrates everything that this adds (not updated since 2023-09-25 doesn't sound like latest babel features)
2025-01-24 15:58:41 +00:00
kolaente 89f78cd369
chore: add go and direnv to recommended vscode extensions 2024-09-18 10:43:23 +02:00
Dominik Pschenitschni 48e045b4a3
fix(vscode): i18n-ally locales path 2024-07-15 18:21:00 +02:00
Dominik Pschenitschni abdec17d36 fix: disable vetur in case it's installed 2024-06-19 14:05:41 +00:00
Dominik Pschenitschni 8e3e03c75e fix(extensions): remove typescript-vue-plugin from recommendations (#2353)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2353
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-06-10 13:46:52 +00:00
Dominik Pschenitschni 666eef248b fix: remove obsolete vscode plugin settings (#2354)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2354
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-06-10 13:46:21 +00:00
Dominik Pschenitschni d3d5df5f62 fix: recommended vitest extension (#2351)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2351
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-06-10 10:44:53 +00:00
kolaente ee3d20e1d2
fix(navigation): do not hide shadows of dropdown menu 2024-04-09 13:07:01 +02:00
kolaente 9f940f6ad8
docs: update vscode config 2024-02-08 14:31:03 +01:00
shilch f7a06e4644 Enable a list to be moved across namespaces (#1096)
Co-authored-by: Simon Hilchenbach <simon@hilchenba.ch>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1096
Reviewed-by: konrad <k@knt.li>
Co-authored-by: shilch <simon@hilchenba.ch>
Co-committed-by: shilch <simon@hilchenba.ch>
2022-01-23 12:59:43 +00:00
konrad 9f3d898150 Add trello migration (#734)
Fix tests for background images

Generate docs

Fix lint

Do the swag

Add more logging

Remove the default bucket if it was empty

Add launch.json

Make importing backgrounds work

Add comment

Fix getting task attachments

Fix getting trello token

Add trello migration routes and status

Add support for converting checklists

Add test for attachments

Add the actual conversion

Add Trello conversion test

Add migration function stubs

Add basic trello migration structure

Add trello migration config

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/734
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-12-17 13:44:04 +00:00