1
0

Commit Graph

  • 7bc93757c7 fix(deps): update dependency vue-router to v4.4.5 renovate 2024-09-14 11:15:19 +00:00
  • b4c5df1ef8 fix(deps): update dependency vue to v3.5.5 renovate 2024-09-13 14:15:44 +00:00
  • fd7d83bdaf fix(user): do not create user with existing id kolaente 2024-09-14 12:16:05 +02:00
  • 53d62d35f4 fix: lint kolaente 2024-09-14 12:12:47 +02:00
  • a266fbf2b9 fix(filter): do not replace labels keyword when the value is 'label' kolaente 2024-09-14 12:11:54 +02:00
  • 971f328256 fix(kanban): correctly paginate filtered kanban buckets kolaente 2024-09-14 09:37:11 +02:00
  • 89d643b9cf chore(i18n): update translations via Crowdin Frederick [Bot] 2024-09-14 00:25:59 +00:00
  • a1c4fbf936 fix(view): correctly get paginated task results kolaente 2024-09-13 22:56:41 +02:00
  • 1049b27d37 fix(view): correctly resolve bucket filter when paginating kolaente 2024-09-13 19:45:48 +02:00
  • 6b850c56f7 fix(view): correctly resolve label for filtered views or buckets kolaente 2024-09-13 19:14:54 +02:00
  • 614f70db36 fix(filters): do not replace filter or project values when the id value resolves to undefined kolaente 2024-09-13 18:42:42 +02:00
  • b297cb5398 fix(task): multiple overlapping defer due date popups kolaente 2024-09-13 17:44:26 +02:00
  • 8e32d099c4 fix(kanban): do not mark first bucked as done bucket in filter bucket mode kolaente 2024-09-13 11:52:44 +02:00
  • 19a1dc9daf fix(table): make sorting for two-word properties work kolaente 2024-09-13 11:03:38 +02:00
  • 7f28a514ea fix(test): cypress test selector kolaente 2024-09-13 10:28:42 +02:00
  • 44f5e42c0b chore(i18n): update translations via Crowdin Frederick [Bot] 2024-09-13 00:25:12 +00:00
  • 2fc9504285 fix(kanban): make kanban full width on mobile kolaente 2024-09-12 16:42:12 +02:00
  • 2b15bb5154 fix(modal): make sure modal and its content scrolls properly on mobile kolaente 2024-09-12 16:22:04 +02:00
  • f1451abebe fix(home): explicitly use filter for tasks on home page when one is set kolaente 2024-09-12 15:51:04 +02:00
  • c9f47797cf chore(deps): update golangci/golangci-lint docker tag to v1.61.0 (#2678) Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de> renovate 2024-09-12 13:31:26 +00:00
  • 42b33d6553 fix(filters): immediately propagate changes kolaente 2024-09-12 15:28:39 +02:00
  • b4b2136869 fix(deps): update dependency @intlify/unplugin-vue-i18n to v5 renovate 2024-09-12 12:16:01 +00:00
  • 3d9a719424 fix(deps): update dependency express to v4.21.0 renovate 2024-09-12 00:11:51 +00:00
  • 5c5f42d4ca fix(deps): update dependency vue-router to v4.4.4 renovate 2024-09-12 12:15:31 +00:00
  • fc1208029e fix(deps): update dependency flexsearch to v0.7.43 (#2095) Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de> renovate 2024-09-12 12:35:35 +00:00
  • 4a40bdfe89 fix(kanban): make task creation loading spinner actually visible kolaente 2024-09-12 14:33:44 +02:00
  • b01e531fb7 fix(deps): update dependency vue-i18n to v10.0.1 renovate 2024-09-12 06:15:48 +00:00
  • 02ab944020 fix(labels): remove input interactivity when label edit is disabled kolaente 2024-09-12 13:38:49 +02:00
  • 1df4a4ea2e chore: fix comment kolaente 2024-09-12 12:11:50 +02:00
  • 61cb072ba3 fix(deps): update dependency tailwindcss to v3.4.11 renovate 2024-09-12 10:26:57 +00:00
  • 02b8ea40af fix(multiselect): make selectPlaceholder optional kolaente 2024-09-12 11:29:39 +02:00
  • b5eaa51560 fix(task): make print styles work when printing task detail view from kanban kolaente 2024-09-12 11:02:12 +02:00
  • eb6663e1f5 [skip ci] Updated swagger docs Frederick [Bot] 2024-09-12 08:42:38 +00:00
  • b94802169c fix(task): cyclomatic complexity kolaente 2024-09-12 10:24:00 +02:00
  • dfda2e5500 chore(i18n): update translations via Crowdin Frederick [Bot] 2024-09-12 00:26:38 +00:00
  • d23484c8f3 fix(project): reset id before creating kolaente 2024-09-11 23:45:49 +02:00
  • 78b8ea6211 fix(deps): update dependency vue-i18n to v10 renovate 2024-09-10 11:15:03 +00:00
  • 93cc2e1cb0 fix(deps): update dependency @sentry/vue to v8.30.0 renovate 2024-09-10 15:15:15 +00:00
  • 52fb43a6f7 fix(project): show description in title attribute without html kolaente 2024-09-11 18:23:43 +02:00
  • 8f5273600a fix(projects): do not hide 6th project on project overview kolaente 2024-09-11 18:20:57 +02:00
  • 40105ee4ce chore: remove console.log kolaente 2024-09-11 18:14:10 +02:00
  • 5bfd99dd77 fix(task): specify task index when creating multiple tasks at once kolaente 2024-09-11 17:58:42 +02:00
  • ac87035742 fix(auth): restrict max password length to 72 bytes kolaente 2024-09-10 18:23:06 +02:00
  • 10edeafa46 fix(password): validate password before sending request to api kolaente 2024-09-10 17:44:52 +02:00
  • 01a7a62541 fix(caldav): reject invalid project id with error 400 kolaente 2024-09-10 17:32:35 +02:00
  • c5f043c346 fix(label): ignore existing ID during creation kolaente 2024-09-10 16:45:40 +02:00
  • 1b55be6a15 fix(deps): update module github.com/getsentry/sentry-go to v0.29.0 renovate 2024-09-10 10:17:45 +00:00
  • 99e401cc67 fix(deps): update dependency express to v4.20.0 renovate 2024-09-10 07:15:33 +00:00
  • 9deda69baf fix(deps): update dependency vue to v3.5.4 renovate 2024-09-10 09:14:50 +00:00
  • 34fe37bfb7 chore(deps): update goreleaser/nfpm docker tag to v2.40.0 (#2647) Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de> renovate 2024-09-10 08:50:42 +00:00
  • a88939ff9a fix(deps): update dependency @sentry/vue to v8.29.0 renovate 2024-09-09 09:15:16 +00:00
  • 89e4c3722a chore(deps): update pnpm to v9.10.0 renovate 2024-09-09 14:35:34 +00:00
  • 4e27d7da70 chore(deps): update dev-dependencies renovate 2024-09-09 03:31:05 +00:00
  • be5822712e [skip ci] Updated swagger docs Frederick [Bot] 2024-09-07 11:48:49 +00:00
  • a5a54a40f6 docs(api): use correct return type for the /user endpoint kolaente 2024-09-07 13:26:44 +02:00
  • ac977f02df fix(deps): update dependency vue-router to v4.4.3 renovate 2024-09-06 18:17:15 +00:00
  • 3d43603b23 chore(deps): update dependency go to v1.23.1 renovate 2024-09-06 12:17:20 +00:00
  • 9d3f8635d6 chore(deps): update dev-dependencies renovate 2024-09-06 16:19:07 +00:00
  • dab0c39b70 fix(deps): update module golang.org/x/image to v0.20.0 renovate 2024-09-06 17:17:31 +00:00
  • f71cc9e77b fix(deps): update module github.com/prometheus/client_golang to v1.20.3 renovate 2024-09-06 15:20:11 +00:00
  • 5aa6b230cf fix(deps): update dependency vue to v3.5.3 renovate 2024-09-06 15:21:22 +00:00
  • 785ee36921 fix(deps): update module dario.cat/mergo to v1.0.1 renovate 2024-09-06 12:16:22 +00:00
  • 476cadbbed fix(deps): update module github.com/redis/go-redis/v9 to v9.6.1 renovate 2024-09-06 12:19:36 +00:00
  • 69c609478f fix(deps): update module golang.org/x/crypto to v0.27.0 renovate 2024-09-06 12:19:53 +00:00
  • 77ac70c47a fix(deps): update module golang.org/x/oauth2 to v0.23.0 renovate 2024-09-06 12:20:23 +00:00
  • 1371692bb6 fix(deps): update vueuse to v11 renovate 2024-09-06 12:20:51 +00:00
  • bd1b1ca23c fix(deps): update dependency tailwindcss to v3.4.10 renovate 2024-09-06 12:15:45 +00:00
  • 85445ea032 [skip ci] Updated swagger docs Frederick [Bot] 2024-09-06 11:18:51 +00:00
  • 0b9f3070fd fix(files): use absolute path everywhere kolaente 2024-09-06 12:55:35 +02:00
  • cca02a3f2e chore(docs): clarify usage of related model creation kolaente 2024-09-06 12:06:12 +02:00
  • 5c82333977 fix(deps): update dependency axios to v1.7.7 renovate 2024-09-04 16:22:07 +00:00
  • 239cabd34a fix(deps): update dependency sortablejs to v1.15.3 renovate 2024-09-04 16:23:08 +00:00
  • 4701c91c1a fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.5 renovate 2024-09-04 16:24:50 +00:00
  • 5775c51be5 fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.23 renovate 2024-09-04 16:25:43 +00:00
  • 1cdf8f4271 fix(deps): update module github.com/threedotslabs/watermill to v1.3.7 renovate 2024-09-05 11:15:22 +00:00
  • 442009a47b fix(deps): update dependency @kyvg/vue3-notification to v3.3.0 renovate 2024-09-04 16:31:03 +00:00
  • e70f5bcce3 chore(attachments): refactor building image preview kolaente 2024-09-06 09:43:41 +02:00
  • a355d9798e fix(deps): update dependency @sentry/vue to v8.28.0 renovate 2024-09-04 16:31:30 +00:00
  • 7fa171c3d3 fix(deps): update dependency pinia to v2.2.2 renovate 2024-09-04 16:31:57 +00:00
  • 672fc5d9c7 fix(deps): update dependency vue-i18n to v9.14.0 renovate 2024-09-04 16:32:53 +00:00
  • 586132ce8c fix(deps): update module golang.org/x/text to v0.18.0 renovate 2024-09-05 11:17:15 +00:00
  • bf08dc2585 chore(files): use absolute file path to retrieve and save files kolaente 2024-09-05 15:03:32 +02:00
  • 761d278b9a fix(kanban): save updated position to store kolaente 2024-09-05 14:51:47 +02:00
  • 6da9bc964e chore(magefile): use tx.Sync instead of Sync2 kolaente 2024-09-05 13:08:16 +02:00
  • d508fe3fb8 fix(deps): update module golang.org/x/term to v0.24.0 renovate 2024-09-04 16:39:26 +00:00
  • e7075762ab fix(deps): update module github.com/typesense/typesense-go to v2 renovate 2024-09-04 21:16:13 +00:00
  • eb89f68f73 fix(caldav): make sure colors are correctly saved and returned kolaente 2024-09-04 23:08:03 +02:00
  • 08b4bcaff9 [skip ci] Updated swagger docs Frederick [Bot] 2024-09-04 20:43:53 +00:00
  • 0a29a88a26 chore(subscription): return subscription entity type using json Marshaler kolaente 2024-09-04 22:25:03 +02:00
  • 313b99e296 fix(reminders): notify subscribed users as well kolaente 2024-09-04 22:11:07 +02:00
  • 95ef4e1045 fix(subscriptions): do not panic when a task does not have a subscription kolaente 2024-09-04 21:55:14 +02:00
  • 8b8ec19bb3 fix(subscriptions): cleanup and simplify fetching subscribers for tasks and projects logic kolaente 2024-09-04 19:54:22 +02:00
  • 7646c7f0c9 fix(deps): update dependency dayjs to v1.11.13 renovate 2024-09-03 20:59:37 +00:00
  • c8f7a57566 fix(subscription): always return task subscription when subscribed to task and project kolaente 2024-09-03 22:37:53 +02:00
  • 1c64b75f86 chore(deps): update github.com/wneessen/go-mail to v0.4.4 kolaente 2024-09-03 22:07:11 +02:00
  • fc8252e751 fix(subscriptions): correctly inherit subscriptions kolaente 2024-09-03 22:03:55 +02:00
  • 1c9590075a chore(i18n): update translations via Crowdin Frederick [Bot] 2024-09-03 00:25:53 +00:00
  • 800f4545c1 fix(service worker): use correct workbox version kolaente 2024-09-02 23:40:17 +02:00
  • a462697b30 fix(notifications): only add project subscription as task subscription when the user is not already subscribed to the task kolaente 2024-09-02 23:34:45 +02:00
  • 5049cbf236 chore(web): always set internal error kolaente 2024-09-01 19:36:26 +02:00