Commit Graph

1949 Commits

Author SHA1 Message Date
4ef54f1bc2
fix: deleting a namespace
All checks were successful
continuous-integration/drone/push Build is passing
Deleting a namespace would remove the item from the store and then try to remove it from the search index. That failed because the item was already removed from the store and thus undefined when it was passed to the store.
2021-11-22 21:49:19 +01:00
dpschen
b029889f27 fix: check for notification api (#1043)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1043
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-11-22 19:03:27 +00:00
dpschen
44f8e3ea9b fix #1046 logo overflow on login (#1050)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1050
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-11-22 19:01:26 +00:00
dpschen
ae36c041a7 feat: improve namespace explanation (#1040)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1040
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-11-22 18:41:00 +00:00
8a722f294c chore(deps): update dependency @vitejs/plugin-legacy to v1.6.3
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-22 17:58:01 +00:00
5674acbee6 chore(deps): update dependency netlify-cli to v7.0.4
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-22 17:57:31 +00:00
bf9371c60a chore(deps): update dependency slugify to v1.6.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-11-22 15:02:59 +00:00
181930f537 chore(deps): update dependency esbuild to v0.13.15
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-22 12:00:50 +00:00
cee22a1942 chore(deps): update dependency rollup to v2.60.1
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-22 12:00:23 +00:00
673458b41d chore(deps): update dependency @vitejs/plugin-vue to v1.10.0
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2021-11-22 11:02:45 +00:00
b56e99bfdf chore(deps): update dependency vue-tsc to v0.29.6
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-21 12:26:11 +00:00
a5b5d99129 fix(deps): update dependency codemirror to v5.64.0
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-21 12:25:48 +00:00
e1b9a9921c chore(deps): update dependency eslint to v8.3.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-11-21 07:02:48 +00:00
709ebdf567 chore(deps): update dependency netlify-cli to v7.0.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-11-19 18:02:47 +00:00
d41ee3dc8c chore(deps): update dependency netlify-cli to v7.0.1
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-19 15:32:41 +00:00
e342f6e3ed fix(deps): update dependency marked to v4.0.4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-11-19 15:03:03 +00:00
8b2450d6f9 chore(deps): update dependency postcss-preset-env to v7.0.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-11-19 12:02:37 +00:00
943eab5e7e fix(deps): update dependency date-fns to v2.26.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-11-19 08:02:43 +00:00
d55328e03b chore(deps): update dependency vite-plugin-pwa to v0.11.6 (#1031)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #1031
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-18 21:54:59 +00:00
30aa1cd1cf chore(deps): update dependency @types/jest to v27.0.3 (#1030)
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #1030
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-18 21:54:33 +00:00
01f3196938 chore(deps): update dependency netlify-cli to v7 (#1029)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1029
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-18 20:49:36 +00:00
ced8e0fd3c chore(deps): update dependency netlify-cli to v6.15.0 (#1028)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1028
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-18 16:24:38 +00:00
dpschen
b838e7494d fix attribute coercion for contenteditable (#1025)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1025
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-11-18 13:00:54 +00:00
745b4b56ec chore(deps): update dependency eslint-plugin-vue to v8.1.1 (#1026)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1026
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-18 13:00:13 +00:00
c5b539912d fix(deps): update dependency vue-i18n to v9.2.0-beta.20
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-11-18 09:02:52 +00:00
dpschen
ed6dc94873 feat: always use latest browserlist (#1021)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1021
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-11-17 19:15:57 +00:00
233b9693eb chore(deps): update dependency typescript to v4.5.2 (#1024)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1024
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-17 19:15:01 +00:00
dpschen
2656c74f37 feat: add postcss-preset-env (#1022)
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1022
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-11-17 17:58:46 +00:00
28b571588e fix(deps): update dependency vue-i18n to v9.2.0-beta.19
Some checks failed
continuous-integration/drone/push Build is failing
2021-11-17 14:10:37 +00:00
ae5d3ecac5 fix: kanban card spacing (#1005)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1005
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-11-16 21:44:07 +00:00
26213d5e8c
fix: api not found by default
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-16 22:34:08 +01:00
ae0ecb9f23 fix(deps): update sentry-javascript monorepo to v6.15.0 (#1015)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1015
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-16 20:52:33 +00:00
75af78eecc chore(deps): update workbox monorepo to v6.4.1 (#1012)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1012
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-16 20:52:20 +00:00
cf202738be fix(deps): update dependency @vue/compat to v3.2.22 (#1016)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1016
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-16 20:02:43 +00:00
dpschen
ed78a83ed9 fix: comment alignment (#1008)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1008
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-11-16 20:02:11 +00:00
d0635ae4a1 chore(deps): update dependency esbuild to v0.13.14 (#1014)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1014
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-16 19:52:04 +00:00
552751b346 chore(deps): update dependency @vue/eslint-config-typescript to v9.1.0 (#1018)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1018
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-16 19:51:49 +00:00
e83cf50e51 chore(deps): update typescript-eslint monorepo to v5.4.0 (#1011)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1011
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-16 07:15:50 +00:00
810635f5a5 chore(deps): update dependency browserslist to v4.18.1 (#1010)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1010
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-16 07:15:15 +00:00
213cbfb440 chore(deps): update dependency netlify-cli to v6.14.25 (#1009)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1009
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-16 07:14:37 +00:00
11e5ff42a6 chore(deps): update dependency vue-tsc to v0.29.5 (#1007)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1007
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-15 14:50:28 +00:00
bb64452382 chore: use a class to set the logo size (#1004)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1004
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-11-15 14:26:46 +00:00
e31d388ec1 fix(deps): update dependency vue to v3.2.22 (#1006)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1006
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-15 06:46:34 +00:00
a4dd8ec0d1 [skip ci] Updated translations via Crowdin 2021-11-15 04:24:26 +00:00
7b4b97b0d3 chore(deps): pin dependencies (#1003)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1003
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-14 21:45:03 +00:00
665cc84174 feat: directly open general settings when opening user settings and none selected (#1001)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1001
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-11-14 21:12:18 +00:00
6c6ccc647e fix: currentPage of pagination component is undefined (#1002)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1002
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-11-14 21:06:25 +00:00
0684806db0
fix: vikunja logo size when migrating
Some checks failed
continuous-integration/drone/push Build is failing
2021-11-14 22:03:25 +01:00
dpschen
d0d4096f8b feature/use-setup-api-for-user-and-about-pages (#929)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #929
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-11-14 20:57:36 +00:00
507a73e74c feat: use flexsearch for all local searches (#997)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #997
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-11-14 20:49:52 +00:00