Dominik Pschenitschni
8729c24e1d
feat: use withDefaults for Reminders
...
(cherry picked from commit 6990be705c6d47047147dea2930196246f1e2885)
2024-08-12 20:16:01 +02:00
kolaente
eee895105a
chore: 0.24.1 release preparations
2024-07-18 16:56:04 +02:00
kolaente
ef0bf3156e
fix(project): do not use project id of nil project in error
2024-07-18 16:39:30 +02:00
kolaente
a25834b089
fix(filters): immediately emit filter query when editing saved filter
...
Resolves https://community.vikunja.io/t/filtering-unexpected-character-relative-dates/2544/12
2024-07-18 16:32:09 +02:00
kolaente
526bd1f170
fix(filters): reload tasks silently when marking one done in the list
...
This fixes a UI issue where if a user had a filter set and marked the task done, it would not disappear, even though the filter does not match the done task anymore.
2024-07-18 15:51:03 +02:00
kolaente
bea81f83f7
fix(filters): only insert task buckets and positions when there are any
2024-07-18 15:38:29 +02:00
kolaente
03381f47bf
fix(filters): show actual error message from api when the filter query is invalid
2024-07-18 15:35:33 +02:00
renovate
ec8f962615
fix(deps): update dependency dayjs to v1.11.12
2024-07-18 13:32:45 +00:00
kolaente
dd8be14fdb
fix(filters): make sure filters are replaced case-insensitively before filtering on the server
...
Resolves https://community.vikunja.io/t/filtering-startdate-now-is-invalid/2613
2024-07-18 15:21:37 +02:00
kolaente
12474e5be6
fix(kanban): make sure tasks which changed their done status are moved around in buckets
...
This fixes a bug where tasks which had their done status changed were not moved in the correct bucket. This affected both frontend and api. The move of the task between buckets is now correctly done in the api and frontend - with a bit of duplicated logic between the two. This could be optimized further in the future.
Resolves https://kolaente.dev/vikunja/vikunja/issues/2610
2024-07-18 12:39:29 +02:00
renovate
34691b8edf
fix(deps): update module golang.org/x/crypto to v0.25.0
2024-07-18 10:46:03 +02:00
Frederick [Bot]
f98a336920
chore(i18n): update translations via Crowdin
2024-07-18 00:03:00 +00:00
renovate
918a05cfda
fix(deps): update tiptap to v2.5.4
2024-07-17 22:15:14 +00:00
renovate
84e8478e94
chore(deps): update pnpm to v9.5.0
2024-07-17 22:10:27 +00:00
Dominik Pschenitschni
fd6692ea1a
feat: remove props destructuring from FilterInput
2024-07-17 23:00:47 +02:00
renovate
ddc8b416c0
fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.27
2024-07-17 15:06:04 +00:00
renovate
a4e98a33c5
fix(deps): update font awesome to v6.6.0
2024-07-17 14:11:53 +00:00
renovate
ee99ee4d02
fix(deps): update module golang.org/x/term to v0.22.0
2024-07-17 14:49:48 +02:00
kolaente
acf9f836a7
fix(settings): overflow of select on mobile
2024-07-17 14:46:17 +02:00
kolaente
7c54d1accf
fix(api tokens): show error message when the user tries to create an api token without at least one permission selected
2024-07-17 14:42:47 +02:00
renovate
891db0216b
fix(deps): update dependency vue to v3.4.32
2024-07-17 12:19:59 +00:00
kolaente
f1d9e4f25c
fix(quick add magic): create the task even when it only contains quick add magic keywords
...
Resolves https://github.com/go-vikunja/vikunja/issues/282
2024-07-17 14:16:21 +02:00
kolaente
82ee9f18eb
fix(kanban): do not allow to create new tasks in saved filter
2024-07-17 14:00:47 +02:00
kolaente
ed5feee33a
fix(kanban): move task to done bucket when it was marked done from the task detail view
2024-07-17 13:56:43 +02:00
kolaente
3566b889be
fix(task): use backdropView prop
2024-07-17 13:45:31 +02:00
kolaente
db81701d38
fix: scss deprecation warning
2024-07-17 13:25:18 +02:00
Dominik Pschenitschni
cb706416c6
feat: use withDefaults for DatepickerWithValues
2024-07-17 11:06:57 +00:00
kolaente
f8fb9d7407
fix(filters): add tasks to filter buckets when updating the filter
2024-07-17 12:57:52 +02:00
kolaente
5cc420b289
fix(filters): add task to buckets of saved filters when creating the task
2024-07-17 12:57:51 +02:00
renovate
327905bb90
fix(deps): update module github.com/arran4/golang-ical to v0.3.1 ( #2606 )
...
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2606
Reviewed-by: konrad <k@knt.li>
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2024-07-17 10:51:53 +00:00
Dominik Pschenitschni
f1481d702c
feat: withDefaults for EditAssignees
2024-07-17 10:33:28 +00:00
renovate
c97dbd3cff
chore(deps): update goreleaser/nfpm docker tag to v2.38.0
2024-07-17 10:30:30 +00:00
kolaente
d2602a7629
chore: update golangci lint config
2024-07-17 11:43:38 +02:00
kolaente
744b40e7f7
fix: missing error handling
2024-07-17 11:43:38 +02:00
kolaente
1e42e54db1
fix(projects): do not create buckets in the original project when duplicating a project
2024-07-17 10:24:47 +02:00
kolaente
8a6689f4fa
fix(projects): do not create backlog bucket when duplicating views
2024-07-17 10:24:03 +02:00
kolaente
092a65b025
feat(project): add " - duplicate" suffix to duplicated projects title
2024-07-17 10:23:33 +02:00
kolaente
5e04abaa06
chore(project): rename receiver
2024-07-17 10:23:01 +02:00
kolaente
fe8e0ef78b
fix(kanban): use correct text color for deletion button
2024-07-17 10:09:36 +02:00
kolaente
ecdb03aca8
fix(migration): correctly set bucket for related tasks
...
When creating a related task during the import, migrating would fail because the migration would try to add the task to a bucket before the task was created. This fix changes the order in which that happens to prevent the error.
2024-07-17 10:05:59 +02:00
kolaente
58e492872a
fix(kanban): put task into correct bucket when creating via kanban board
2024-07-17 09:36:33 +02:00
renovate
ee20e6175a
fix(deps): update dependency ufo to v1.5.4
2024-07-17 07:29:33 +00:00
kolaente
24ae38713b
chore(deps): update flake
2024-07-17 09:24:49 +02:00
Dominik Pschenitschni
c8585d1a69
feat: use withDefaults for RepeatAfter
2024-07-17 06:46:47 +00:00
renovate
3be685ad08
chore(deps): update dev-dependencies
2024-07-17 06:15:23 +00:00
Dominik Pschenitschni
aaa2abced4
feat: add withDefaults and emit types to PrioritySelect
2024-07-17 02:33:35 +00:00
Dominik Pschenitschni
ddc18aa177
feat: remove props destructuring from KanbanCard
2024-07-16 23:28:15 +00:00
Dominik Pschenitschni
07130bdc3a
feat: remove props destructuring from Attachments
2024-07-16 23:10:57 +00:00
Dominik Pschenitschni
2f92e407cc
feat: remove props destructuring from ViewEditForm
2024-07-16 22:59:25 +00:00
Dominik Pschenitschni
6e72606d74
feat: use withDefaults for EditLabels
2024-07-16 22:09:37 +00:00