kolaente
|
c359d6a97d
|
fix(deps): update golang.org/x/term digest to 7a66f97
|
2022-09-30 19:29:32 +02:00 |
|
kolaente
|
038702a2a0
|
fix(deps): update golang.org/x/image digest to e7cb969
|
2022-09-30 19:29:09 +02:00 |
|
kolaente
|
6426d40825
|
fix(deps): update module github.com/coreos/go-oidc/v3 to v3.4.0
|
2022-09-30 19:28:42 +02:00 |
|
kolaente
|
bbe102dd57
|
fix(deps): update module src.techknowlogick.com/xgo to v1.5.0+1.19
|
2022-09-30 19:28:06 +02:00 |
|
kolaente
|
65484bc432
|
fix(deps): update golang.org/x/oauth2 digest to f213421
|
2022-09-30 19:27:19 +02:00 |
|
kolaente
|
54f6cc7a64
|
fix(deps): update golang.org/x/sync digest to 8fcdb60
|
2022-09-30 19:26:17 +02:00 |
|
kolaente
|
f1b2338227
|
chore(deps): update klakegg/hugo docker tag to v0.101.0
|
2022-09-30 19:24:49 +02:00 |
|
kolaente
|
5b606936c3
|
fix: docker build
|
2022-09-30 19:13:06 +02:00 |
|
kolaente
|
45defebcf4
|
fix: tasks with the same assignee as doer should not appear twice in overdue task mails
|
2022-09-30 18:35:40 +02:00 |
|
renovate
|
d120e8c82d
|
chore(deps): update dependency postcss to v8.4.17 (#2449)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2449
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
|
2022-09-30 12:58:39 +00:00 |
|
kolaente
|
86ee8273bc
|
chore: upgrade echo
|
2022-09-30 13:48:18 +02:00 |
|
konrad
|
ec227a6872
|
feat: automatically create subtask relations based on indention (#2443)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2443
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-09-30 11:47:20 +00:00 |
|
kolaente
|
5bd7c77b68
|
chore: use jsDoc to explain param
|
2022-09-30 13:36:57 +02:00 |
|
kolaente
|
d58f8b4ba1
|
chore: break earlier if index === 0
|
2022-09-30 13:35:13 +02:00 |
|
kolaente
|
8ce242bb65
|
chore: use better variable names
|
2022-09-30 13:35:12 +02:00 |
|
kolaente
|
5f5ed410df
|
fix: don't emit a possible null task
|
2022-09-30 13:35:11 +02:00 |
|
kolaente
|
3970d0fd31
|
chore: spread title
|
2022-09-30 13:35:02 +02:00 |
|
kolaente
|
cc378b83fe
|
feat: automatically create subtask relations based on indention
|
2022-09-30 13:34:51 +02:00 |
|
konrad
|
8c394d8024
|
feat: port tasks store to pina (#2409)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2409
|
2022-09-30 11:17:19 +00:00 |
|
renovate
|
b84da722ca
|
chore(deps): update dependency @cypress/vite-dev-server to v3.2.0 (#2448)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2448
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
|
2022-09-29 21:53:19 +00:00 |
|
Dominik Pschenitschni
|
c35810f28f
|
feat: port kanban store to pinia
|
2022-09-29 21:42:39 +02:00 |
|
Dominik Pschenitschni
|
9f26ae1ee6
|
feat: move kanban to stores
|
2022-09-29 21:42:39 +02:00 |
|
Dominik Pschenitschni
|
34ffd1d572
|
feat: port tasks store to pinia
|
2022-09-29 21:40:15 +02:00 |
|
renovate
|
64cf1c8ccf
|
chore(deps): update dependency esbuild to v0.15.10
|
2022-09-29 17:03:26 +00:00 |
|
Dominik Pschenitschni
|
1fdda07f65
|
feat: move tasks to stores
|
2022-09-29 14:01:39 +02:00 |
|
konrad
|
9856fab38f
|
feat: migrate auth store to pina (#2398)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2398
Reviewed-by: konrad <k@knt.li>
|
2022-09-29 11:20:22 +00:00 |
|
Dominik Pschenitschni
|
8e3f54ae42
|
feat: convert model methods to named functions
|
2022-09-29 13:11:06 +02:00 |
|
Dominik Pschenitschni
|
8f25f5d353
|
feat: improve api-config (#2444)
remove obsolet `success` (not used)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2444
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-09-29 10:47:45 +00:00 |
|
Luca Bernstein
|
3adfeb3b34
|
fix(namespaces): add list subscriptions (#1254)
Add list subscriptions to namespaces call to enable frontend to show subscription state correctly.
Resolves https://github.com/go-vikunja/frontend/issues/75
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1254
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Luca Bernstein <luca@lucabernstein.com>
Co-committed-by: Luca Bernstein <luca@lucabernstein.com>
|
2022-09-29 09:49:24 +00:00 |
|
Dominik Pschenitschni
|
94d6f38e89
|
fix missed conversion to ref (#2445)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2445
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-09-29 09:44:58 +00:00 |
|
renovate
|
c421701fb7
|
chore(deps): update dependency @vue/test-utils to v2.1.0
|
2022-09-29 06:03:19 +00:00 |
|
Dominik Pschenitschni
|
176ad565cc
|
feat: auth store type improvements
|
2022-09-28 23:43:15 +02:00 |
|
Dominik Pschenitschni
|
7b53e684aa
|
feat: port auth store to pinia
|
2022-09-28 23:43:14 +02:00 |
|
Dominik Pschenitschni
|
f30c964c06
|
feat: move auth to stores
|
2022-09-28 23:38:15 +02:00 |
|
renovate
|
78d61680d3
|
chore(deps): update dependency electron to v21.0.1 (#119)
Reviewed-on: https://kolaente.dev/vikunja/desktop/pulls/119
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
|
2022-09-28 19:35:18 +00:00 |
|
Dominik Pschenitschni
|
bbf4ef4697
|
feat: ListList script setup (#2441)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2441
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-09-28 16:08:23 +00:00 |
|
Felix Breidenstein
|
9bb8a26706
|
fix(docs): Fix redirect_url example (#50)
The name of the openid provider gets appended to the redirect_url
|
2022-09-28 15:34:53 +02:00 |
|
Dominik Pschenitschni
|
63f2e6ba6f
|
feat NewNamespace script setup (#2415)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2415
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-09-28 13:31:06 +00:00 |
|
Dominik Pschenitschni
|
e9cf562969
|
fix: vueI18n global scope fallback warnings (#2437)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2437
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-09-28 13:29:24 +00:00 |
|
Dominik Pschenitschni
|
878c6ea9e1
|
chore: make const out of export download file name (#2436)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2436
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-09-28 13:28:45 +00:00 |
|
Dominik Pschenitschni
|
ca899d3b51
|
chore: optimise loading order (#2435)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2435
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-09-28 13:28:03 +00:00 |
|
renovate
|
8b63df6f41
|
chore(deps): update dependency vite to v3.1.4 (#2439)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2439
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
|
2022-09-28 13:15:31 +00:00 |
|
renovate
|
ebfbb5ca9b
|
fix(deps): update sentry-javascript monorepo to v7.14.0 (#2440)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2440
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
|
2022-09-28 13:14:45 +00:00 |
|
renovate
|
fd13b453f4
|
fix(deps): update dependency blurhash to v2.0.2
|
2022-09-28 10:03:22 +00:00 |
|
renovate
|
2cd442780d
|
fix(deps): update dependency vue to v3.2.40
|
2022-09-28 04:03:18 +00:00 |
|
renovate
|
c342756efd
|
chore(deps): update dependency typescript to v4.8.4
|
2022-09-27 20:03:08 +00:00 |
|
renovate
|
cf745726bc
|
chore(deps): update dependency @types/node to v16.11.62 (#2430)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2430
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
|
2022-09-27 18:36:44 +00:00 |
|
renovate
|
c9546d52c0
|
chore(deps): update dependency cypress to v10.9.0 (#2429)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2429
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
|
2022-09-27 17:17:19 +00:00 |
|
Dominik Pschenitschni
|
6a828078a3
|
fix: add types for node
|
2022-09-27 18:51:15 +02:00 |
|
konrad
|
bc833091f2
|
feat: possible fix for pnpm ci errors (#2413)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2413
Reviewed-by: konrad <k@knt.li>
|
2022-09-27 15:37:25 +00:00 |
|