1
0

Commit Graph

  • 3f8c5a5feb
    fix(views): set correct default view kolaente 2024-03-18 14:07:08 +01:00
  • 24fa3b206f
    fix(views): create view kolaente 2024-03-18 14:00:48 +01:00
  • 434b1ea0e8
    feat(views): crud in frontend kolaente 2024-03-18 13:56:44 +01:00
  • 433584813a
    fix(views): view deletion kolaente 2024-03-18 13:41:42 +01:00
  • 3ec3bb76af
    fix(views): make parsing work kolaente 2024-03-18 13:40:58 +01:00
  • 6e53bf4ebe
    feat(filter): add unique id to filter input kolaente 2024-03-18 12:13:29 +01:00
  • b8ff7910b0
    feat(filter): make filter input label configurable kolaente 2024-03-18 12:10:28 +01:00
  • f6485be9e2
    chore(views): move actual project views into their own folder kolaente 2024-03-18 10:39:36 +01:00
  • 004f1e06bb
    fix(views): do not return kanban tasks multiple times kolaente 2024-03-16 15:30:19 +01:00
  • 27cb6e3372
    fix(views): make bucket edit work kolaente 2024-03-16 15:19:17 +01:00
  • 445f1c06fa
    fix(views): make bucket creation work again kolaente 2024-03-16 15:08:29 +01:00
  • 4c1a53beed
    chore(views): use view id instead of passing whole view object kolaente 2024-03-16 15:00:00 +01:00
  • 7368a51f18
    fix(views): make setting task position in saved filters work kolaente 2024-03-16 14:50:09 +01:00
  • e1774cc49a
    feat(views): show tasks on kanban board in saved filter kolaente 2024-03-16 14:24:04 +01:00
  • 61e27ae3eb
    feat(views): create task bucket relation when creating a new bucket kolaente 2024-03-16 14:19:36 +01:00
  • 7f1788eba9
    fix(views): get tasks in saved filter kolaente 2024-03-16 13:28:06 +01:00
  • 39c9928421
    fix(views): do not load views async kolaente 2024-03-16 13:13:16 +01:00
  • 59ced554cd
    chore(views): remove old view routes kolaente 2024-03-16 13:09:53 +01:00
  • bc34a33922
    fix(views): move to new project view when moving tasks kolaente 2024-03-16 13:08:50 +01:00
  • 2dfb3a6379
    fix(views): make no initial view work in the frontend kolaente 2024-03-16 12:55:13 +01:00
  • 337d289a39
    chore: remove old saved views migration kolaente 2024-03-16 12:38:59 +01:00
  • 5451ddf58d
    fix(views): return tasks directly or in buckets, no matter if accessing via user or link share kolaente 2024-03-16 12:35:22 +01:00
  • a3714c74fd
    feat(views): load views when navigating with link share kolaente 2024-03-16 12:31:10 +01:00
  • 4170f5468f
    feat(views): save task position in list view kolaente 2024-03-16 11:54:59 +01:00
  • f364f3bec8
    feat(views): return position when retriving tasks kolaente 2024-03-16 11:48:50 +01:00
  • 786e67f692
    feat(views): save task position kolaente 2024-03-16 11:36:37 +01:00
  • c36fdb9f5d
    chore(views): add fixme kolaente 2024-03-15 23:42:32 +01:00
  • dee78be579
    fix(views): return buckets when fetching tasks via kanban view kolaente 2024-03-15 23:36:31 +01:00
  • 398c9f1056
    fix(views): return tasks in their buckets kolaente 2024-03-15 23:31:28 +01:00
  • ca0550acea
    fix(views): fetch buckets through view kolaente 2024-03-15 22:49:37 +01:00
  • cb111df2b7
    fix(views): make fetching tasks in kanban buckets through view actually work kolaente 2024-03-15 22:49:18 +01:00
  • df415f97a9
    fix(views): make table view load tasks again kolaente 2024-03-15 22:37:17 +01:00
  • 86039b1dd2
    fix(views): make gantt view load tasks again kolaente 2024-03-15 22:35:59 +01:00
  • 73e5483e87
    fix(views): do not break filters when combining them with view filters kolaente 2024-03-15 22:30:31 +01:00
  • 6913334b17
    fix(views): correctly fetch project when fetching tasks kolaente 2024-03-15 22:23:38 +01:00
  • 7866543198
    feat(views): generate swagger docs kolaente 2024-03-15 22:19:26 +01:00
  • cf15cc6f12
    feat(views): fetch tasks via view context when accessing them through views kolaente 2024-03-15 22:18:44 +01:00
  • ee6ea03506
    feat(views): sort by position kolaente 2024-03-15 19:23:59 +01:00
  • 43f24661d7
    feat(views): save view and position in Typesense kolaente 2024-03-15 16:09:09 +01:00
  • 5641da27f7
    feat(views): save position in Typesense kolaente 2024-03-15 14:02:13 +01:00
  • 14353b24d7
    feat(views): set default position kolaente 2024-03-15 13:51:21 +01:00
  • ca4e3e01c5
    feat(views): recalculate all positions when updating kolaente 2024-03-15 13:45:30 +01:00
  • 8ce476491e
    feat(views): only update the bucket when necessary kolaente 2024-03-15 13:24:02 +01:00
  • f2a0d69670
    feat(views)!: make updating a bucket work again kolaente 2024-03-15 13:12:56 +01:00
  • a13276e28e
    feat(views)!: decouple bucket <-> task relationship kolaente 2024-03-15 11:28:07 +01:00
  • 9cf84646a1
    feat(views)!: move done and default bucket setting to view kolaente 2024-03-15 11:27:31 +01:00
  • 006f932dc4
    feat(views)!: decouple bucket CRUD from projects kolaente 2024-03-15 10:39:53 +01:00
  • 0a3f45ab11
    feat(views): decouple buckets from projects kolaente 2024-03-15 10:32:38 +01:00
  • d1d07f462c
    feat(views): sort tasks by their position relative to the view they're in kolaente 2024-03-14 22:55:18 +01:00
  • 2502776460
    feat(views)!: move task position handling to its own crud entity kolaente 2024-03-14 22:28:07 +01:00
  • 238baf86f7
    feat(views)!: return tasks in buckets by view kolaente 2024-03-14 21:32:42 +01:00
  • 652bf4b4ed
    feat(views): (un)marshal custom project view mode types kolaente 2024-03-14 16:07:03 +01:00
  • a9020e976d
    feat(views): add bucket configuration mode kolaente 2024-03-14 15:58:14 +01:00
  • 38457aaca5
    feat(views): use project id when fetching views kolaente 2024-03-14 15:45:50 +01:00
  • 98b7cc9254
    feat(views): do not override filters in view kolaente 2024-03-14 15:44:31 +01:00
  • 4149ebed3a
    feat(views): create default views when creating a filter kolaente 2024-03-14 15:42:15 +01:00
  • 2096fc5274
    feat(views): return tasks in a view kolaente 2024-03-14 09:47:42 +01:00
  • e4b1a5d2db
    feat(views): create default 4 default view for projects kolaente 2024-03-14 09:41:55 +01:00
  • 2fa3e2c2f5
    feat(views): return views with their projects kolaente 2024-03-14 09:36:39 +01:00
  • ee228106fc
    feat(views): add new default views for filters kolaente 2024-03-13 23:54:28 +01:00
  • b39c5580c2
    feat(views): add crud handlers and routes for views kolaente 2024-03-13 23:48:34 +01:00
  • 6bdb33fb46
    feat(views): add new model and migration kolaente 2024-03-13 23:16:08 +01:00
  • 091e03a39d fix(deps): update module xorm.io/xorm to v1.3.9 renovate 2024-03-18 07:06:48 +00:00
  • 55c9403dda chore(deps): update pnpm to v8.15.5 renovate 2024-03-17 22:06:50 +00:00
  • 3f33f903b5 chore(deps): update dev-dependencies renovate 2024-03-17 21:06:52 +00:00
  • 650c6cb339 fix(deps): update dependency date-fns to v3.6.0 renovate 2024-03-18 02:07:06 +00:00
  • 2fff9f1c59
    fix(deps): update module github.com/adlio/trello to v1.11.0 kolaente 2024-03-17 21:44:20 +01:00
  • 2cbd20a084 fix(deps): update dependency date-fns to v3.5.0 renovate 2024-03-15 19:07:49 +00:00
  • 15949adc2b fix(deps): update dependency ufo to v1.5.1 renovate 2024-03-15 23:06:17 +00:00
  • 11f2db0e9c chore(deps): update dev-dependencies renovate 2024-03-16 00:07:23 +00:00
  • 87ebe85972 chore(i18n): update translations via Crowdin Frederick [Bot] 2024-03-16 00:05:25 +00:00
  • 0cf11228cf fix(deps): update dependency vue-i18n to v9.10.2 renovate 2024-03-15 14:07:53 +00:00
  • 9d01b9105a fix(deps): update dependency ufo to v1.5.0 renovate 2024-03-15 17:08:03 +00:00
  • d6bc09b0cf fix(deps): update dependency axios to v1.6.8 renovate 2024-03-15 17:07:21 +00:00
  • be54a361fd docs: add details about supported and required OIDC claims (#2201) waza-ari 2024-03-15 13:50:46 +00:00
  • 725a04b93c fix(deps): update sentry-javascript monorepo to v7.107.0 renovate 2024-03-14 10:06:03 +00:00
  • 2add517d6e chore(deps): update dev-dependencies renovate 2024-03-15 00:06:35 +00:00
  • 96186250f4
    fix(filters): clear autocomplete results when starting the next character kolaente 2024-03-14 09:05:07 +01:00
  • 6cf3a578c0
    fix(filters): correctly replace values when clicking on an autocomplete result kolaente 2024-03-14 09:02:57 +01:00
  • c8b35d49ca
    fix(filters): correctly return project from filter kolaente 2024-03-14 08:49:02 +01:00
  • 161bb1b192
    fix(filters): do not watch debounced kolaente 2024-03-14 08:40:03 +01:00
  • 3ab22d8e06
    chore(deps): update google.golang.org/protobuf from 1.32.0 to 1.33.0 kolaente 2024-03-14 08:32:55 +01:00
  • 273f5ddf59 chore(deps): update dev-dependencies renovate 2024-03-14 00:08:06 +00:00
  • 88fdfb50b7 chore(i18n): update translations via Crowdin Frederick [Bot] 2024-03-14 00:06:47 +00:00
  • 07e84f2abf
    fix(reminders): make debounce logic actually work kolaente 2024-03-13 20:10:53 +01:00
  • d4605905d3
    fix(filters): do not fire filter change immediately kolaente 2024-03-13 19:58:24 +01:00
  • 8c826c44d2
    fix(webhooks): fire webhooks set on parent projects as well kolaente 2024-03-13 19:41:34 +01:00
  • 117079bbda
    fix(sentry): do not send api errors to sentry kolaente 2024-03-13 19:31:43 +01:00
  • f34577f293
    fix(editor): do not use Tiptap to open links when clicking on them, use the browser native attributes instead kolaente 2024-03-13 19:23:02 +01:00
  • 8ff59d4649
    fix(task): navigate back to project when the project was the last page in the history the user visited kolaente 2024-03-13 19:11:49 +01:00
  • 7bf2664e55
    fix(filters): persist filters in url kolaente 2024-03-13 19:03:23 +01:00
  • ccb708a56f
    fix(reminders): emit reminder changes at the correct time (and make sure they are actually emitted) kolaente 2024-03-13 18:42:55 +01:00
  • 1de39b1cd1
    fix(quick actions): do not allow creating a task when the current project is a saved filter kolaente 2024-03-13 18:16:18 +01:00
  • b3caece256
    fix(datepicker): emit date value changes as soon as they happen kolaente 2024-03-13 18:03:49 +01:00
  • a6edf1d325
    feat(filters): make clear filters button less obvious kolaente 2024-03-13 17:33:34 +01:00
  • fc4eed6eb4
    fix(filters): lint kolaente 2024-03-13 17:21:20 +01:00
  • 15215b30a0
    fix(filters): rework filter popup button kolaente 2024-03-13 17:19:15 +01:00
  • 79577c14b7
    fix(filters): set default filter value to only undone tasks kolaente 2024-03-13 17:07:10 +01:00
  • 99c5524115
    fix(editor): don't allow image upload when it's not possible to do it kolaente 2024-03-13 16:59:57 +01:00
  • 17e222edfd chore(deps): update dependency happy-dom to v13.8.2 renovate 2024-03-13 00:06:58 +00:00