1
0

Commit Graph

  • 96ed1e33e3
    fix: don't allow setting a list namespace to 0 kolaente 2022-10-01 15:02:13 +02:00
  • d1d7cd535e feat: migrate kanban store to pina (#2411) konrad 2022-10-01 12:15:22 +00:00
  • e2d5c6e12f fix(deps): update dependency marked to v4.1.1 renovate 2022-10-01 09:03:52 +00:00
  • 0ada383395
    fix(tests): fake current time in gantt tests to make them more reliable kolaente 2022-10-01 10:13:23 +02:00
  • 0563fb2ee5
    chore: disable mac builds kolaente 2022-10-01 09:58:10 +02:00
  • 68219ee224
    fix(lint): unnecessary catch clause kolaente 2022-09-30 22:36:50 +02:00
  • 374a0f9ce3 fix(deps): update module github.com/spf13/viper to v1.13.0 (#1260) renovate 2022-09-30 20:07:21 +00:00
  • 2f2fb357c1
    fix(task): new tasks with quick add magic not showing up in task list kolaente 2022-09-30 21:31:20 +02:00
  • 5585966584
    fix(task): cancel loading state when creating a new task does not work kolaente 2022-09-30 21:25:05 +02:00
  • e999b38d3b
    fix(task): cancel loading state when creating a new task does not work kolaente 2022-09-30 21:24:08 +02:00
  • f8450f58a4
    fix(task): make sure users can be assigned via quick add magic via their real name as well kolaente 2022-09-30 21:20:26 +02:00
  • 72b731d620
    fix(list): automatically close task edit pane when switching between lists kolaente 2022-09-30 21:13:13 +02:00
  • 266f877455
    fix(filters): make sure all checkboxes are aligned properly kolaente 2022-09-30 21:09:24 +02:00
  • 13157e3bba
    fix(filters): changing filter checkbox values not being emitted to parent components kolaente 2022-09-30 21:06:26 +02:00
  • fd3c15d064
    fix: update top header list title when saving a filter kolaente 2022-09-30 20:55:07 +02:00
  • 580bd5aeaa
    fix(deps): update module github.com/lib/pq to v1.10.7 kolaente 2022-09-30 19:30:18 +02:00
  • c359d6a97d
    fix(deps): update golang.org/x/term digest to 7a66f97 kolaente 2022-09-30 19:29:32 +02:00
  • 038702a2a0
    fix(deps): update golang.org/x/image digest to e7cb969 kolaente 2022-09-30 19:29:09 +02:00
  • 6426d40825
    fix(deps): update module github.com/coreos/go-oidc/v3 to v3.4.0 kolaente 2022-09-30 19:28:42 +02:00
  • bbe102dd57
    fix(deps): update module src.techknowlogick.com/xgo to v1.5.0+1.19 kolaente 2022-09-30 19:28:06 +02:00
  • 65484bc432
    fix(deps): update golang.org/x/oauth2 digest to f213421 kolaente 2022-09-30 19:27:19 +02:00
  • 54f6cc7a64
    fix(deps): update golang.org/x/sync digest to 8fcdb60 kolaente 2022-09-30 19:26:17 +02:00
  • f1b2338227
    chore(deps): update klakegg/hugo docker tag to v0.101.0 kolaente 2022-09-30 19:24:49 +02:00
  • 5b606936c3
    fix: docker build kolaente 2022-09-30 19:13:06 +02:00
  • 45defebcf4
    fix: tasks with the same assignee as doer should not appear twice in overdue task mails kolaente 2022-09-30 18:35:40 +02:00
  • d120e8c82d chore(deps): update dependency postcss to v8.4.17 (#2449) renovate 2022-09-30 12:58:39 +00:00
  • 86ee8273bc
    chore: upgrade echo kolaente 2022-09-30 13:48:18 +02:00
  • ec227a6872 feat: automatically create subtask relations based on indention (#2443) konrad 2022-09-30 11:47:20 +00:00
  • 5bd7c77b68
    chore: use jsDoc to explain param kolaente 2022-09-30 13:36:57 +02:00
  • d58f8b4ba1
    chore: break earlier if index === 0 kolaente 2022-09-29 18:09:35 +02:00
  • 8ce242bb65
    chore: use better variable names kolaente 2022-09-29 18:08:05 +02:00
  • 5f5ed410df
    fix: don't emit a possible null task kolaente 2022-09-29 18:05:25 +02:00
  • 3970d0fd31
    chore: spread title kolaente 2022-09-29 18:03:23 +02:00
  • cc378b83fe
    feat: automatically create subtask relations based on indention kolaente 2022-09-28 19:46:12 +02:00
  • 8c394d8024 feat: port tasks store to pina (#2409) konrad 2022-09-30 11:17:19 +00:00
  • b84da722ca chore(deps): update dependency @cypress/vite-dev-server to v3.2.0 (#2448) renovate 2022-09-29 21:53:19 +00:00
  • c35810f28f
    feat: port kanban store to pinia Dominik Pschenitschni 2022-09-24 12:35:41 +02:00
  • 9f26ae1ee6
    feat: move kanban to stores Dominik Pschenitschni 2022-09-23 17:04:43 +02:00
  • 34ffd1d572
    feat: port tasks store to pinia Dominik Pschenitschni 2022-09-23 12:55:53 +02:00
  • 64cf1c8ccf chore(deps): update dependency esbuild to v0.15.10 renovate 2022-09-29 17:03:26 +00:00
  • 1fdda07f65
    feat: move tasks to stores Dominik Pschenitschni 2022-09-23 11:45:52 +02:00
  • 9856fab38f feat: migrate auth store to pina (#2398) konrad 2022-09-29 11:20:22 +00:00
  • 8e3f54ae42
    feat: convert model methods to named functions Dominik Pschenitschni 2022-09-23 16:51:35 +02:00
  • 8f25f5d353 feat: improve api-config (#2444) Dominik Pschenitschni 2022-09-29 10:47:45 +00:00
  • 3adfeb3b34 fix(namespaces): add list subscriptions (#1254) Luca Bernstein 2022-09-29 09:49:24 +00:00
  • 94d6f38e89 fix missed conversion to ref (#2445) Dominik Pschenitschni 2022-09-29 09:44:58 +00:00
  • c421701fb7 chore(deps): update dependency @vue/test-utils to v2.1.0 renovate 2022-09-29 06:03:19 +00:00
  • 176ad565cc
    feat: auth store type improvements Dominik Pschenitschni 2022-09-23 16:21:05 +02:00
  • 7b53e684aa
    feat: port auth store to pinia Dominik Pschenitschni 2022-09-21 03:37:39 +02:00
  • f30c964c06
    feat: move auth to stores Dominik Pschenitschni 2022-09-21 02:31:52 +02:00
  • 78d61680d3 chore(deps): update dependency electron to v21.0.1 (#119) renovate 2022-09-28 19:35:18 +00:00
  • bbf4ef4697 feat: ListList script setup (#2441) Dominik Pschenitschni 2022-09-28 16:08:23 +00:00
  • 9bb8a26706
    fix(docs): Fix redirect_url example (#50) Felix Breidenstein 2022-09-28 15:34:53 +02:00
  • 63f2e6ba6f feat NewNamespace script setup (#2415) Dominik Pschenitschni 2022-09-28 13:31:06 +00:00
  • e9cf562969 fix: vueI18n global scope fallback warnings (#2437) Dominik Pschenitschni 2022-09-28 13:29:24 +00:00
  • 878c6ea9e1 chore: make const out of export download file name (#2436) Dominik Pschenitschni 2022-09-28 13:28:45 +00:00
  • ca899d3b51 chore: optimise loading order (#2435) Dominik Pschenitschni 2022-09-28 13:28:03 +00:00
  • 8b63df6f41 chore(deps): update dependency vite to v3.1.4 (#2439) renovate 2022-09-28 13:15:31 +00:00
  • ebfbb5ca9b fix(deps): update sentry-javascript monorepo to v7.14.0 (#2440) renovate 2022-09-28 13:14:45 +00:00
  • fd13b453f4 fix(deps): update dependency blurhash to v2.0.2 renovate 2022-09-28 10:03:22 +00:00
  • 2cd442780d fix(deps): update dependency vue to v3.2.40 renovate 2022-09-28 04:03:18 +00:00
  • c342756efd chore(deps): update dependency typescript to v4.8.4 renovate 2022-09-27 20:03:08 +00:00
  • cf745726bc chore(deps): update dependency @types/node to v16.11.62 (#2430) renovate 2022-09-27 18:36:44 +00:00
  • c9546d52c0 chore(deps): update dependency cypress to v10.9.0 (#2429) renovate 2022-09-27 17:17:19 +00:00
  • 6a828078a3
    fix: add types for node Dominik Pschenitschni 2022-09-26 13:37:20 +02:00
  • bc833091f2 feat: possible fix for pnpm ci errors (#2413) konrad 2022-09-27 15:37:25 +00:00
  • f4a5f59400
    chore(ci): sign drone config kolaente 2022-09-27 17:18:38 +02:00
  • 54b7f7127c fix(caldav): no failed login emails for tokens (#1252) Luca Bernstein 2022-09-27 15:12:37 +00:00
  • 7f581cbe27 feat: NewLabel script setup (#2414) Dominik Pschenitschni 2022-09-27 15:12:21 +00:00
  • a199fc7a8e
    fix: don't use corepack prepare at all Dominik Pschenitschni 2022-09-26 14:49:48 +02:00
  • e8f0b56651
    feat: possible fix for pnpm ci errors Dominik Pschenitschni 2022-09-24 18:34:24 +02:00
  • ecd0df21c1 fix(deps): update dependency blurhash to v2.0.1 renovate 2022-09-27 09:03:21 +00:00
  • 7489860ccb chore(deps): update dependency electron to v21 (#118) renovate 2022-09-27 07:25:18 +00:00
  • 069d03932d chore(deps): update typescript-eslint monorepo to v5.38.1 (#2426) renovate 2022-09-26 18:12:43 +00:00
  • 9f3936544d fix: use https for api url (#2425) Dominik Pschenitschni 2022-09-26 16:17:48 +00:00
  • 25609db567 fix(mail): pass mail server timeout (#1253) Luca Bernstein 2022-09-26 16:09:39 +00:00
  • 89e428b4d2 feat: ListLabels script setup (#2416) Dominik Pschenitschni 2022-09-26 16:09:24 +00:00
  • ba2605af1b feat: filter-popup script setup (#2418) Dominik Pschenitschni 2022-09-26 15:58:54 +00:00
  • 1eae7ece9c chore(deps): update dependency rollup-plugin-visualizer to v5.8.2 (#2420) renovate 2022-09-26 11:16:21 +00:00
  • 5f6cfa8e09 fix(deps): update vueuse to v9.3.0 (#2423) renovate 2022-09-26 10:58:34 +00:00
  • b1f2229d22 chore(deps): update dependency eslint to v8.24.0 (#2410) renovate 2022-09-26 10:57:32 +00:00
  • b44c71e6cc chore(deps): update dependency netlify-cli to v11.8.3 (#2422) renovate 2022-09-26 10:45:27 +00:00
  • 4e9c592090 chore(deps): update dependency caniuse-lite to v1.0.30001412 (#2421) renovate 2022-09-26 10:39:10 +00:00
  • a737fc5bc2
    feat: port config store to pinia Dominik Pschenitschni 2022-09-21 02:21:22 +02:00
  • 9e8c429864
    feat: move config to stores Dominik Pschenitschni 2022-09-21 01:57:47 +02:00
  • 95ad245b59
    fix: missed porting these getters and commits Dominik Pschenitschni 2022-09-23 13:29:10 +02:00
  • 2e3603507c
    fix(docs): document pnpm instead of yarn kolaente 2022-09-23 12:26:42 +02:00
  • 2efc1b5a87
    feat(docs): add docs about how to deploy Vikunja in a subdirectory kolaente 2022-09-23 12:23:59 +02:00
  • 62ed7c5964
    fix: color list titles so that they are visible on cards with a background kolaente 2022-09-23 12:10:58 +02:00
  • 2bf9771e28
    fix: lint kolaente 2022-09-23 11:50:30 +02:00
  • 3c9c5eff12
    fix: make add task button 100% height kolaente 2022-09-23 11:13:35 +02:00
  • aa64e9835c
    fix: loading state when creating a new task from list view kolaente 2022-09-23 11:11:11 +02:00
  • ede5cdd8cf
    fix: only pass date to flatpickr if it's a valid date kolaente 2022-09-23 10:36:21 +02:00
  • 5ffb13a3a8 chore(deps): update pnpm to v7.12.2 (#2408) renovate 2022-09-23 06:41:16 +00:00
  • 20e9420638 feat: port attachments store to pinia Dominik Pschenitschni 2022-09-02 11:23:47 +02:00
  • c2ba1b2828 feat: move attachments store to stores Dominik Pschenitschni 2022-09-02 11:17:21 +02:00
  • 2fd9f0ee47 chore(deps): update dependency esbuild to v0.15.9 renovate 2022-09-22 20:03:25 +00:00
  • 6e5501a5f1
    fix(labels): unset loading state after loading all labels kolaente 2022-09-22 19:02:12 +02:00
  • 937fd36f72 feat: convert namespaces store to pina (#2393) konrad 2022-09-22 15:34:32 +00:00
  • 4dfcd8e70f feat: feat-attachments-script-setup (#2358) Dominik Pschenitschni 2022-09-22 15:31:13 +00:00