1
0
Commit Graph

732 Commits

Author SHA1 Message Date
03381f47bf fix(filters): show actual error message from api when the filter query is invalid 2024-07-18 15:35:33 +02:00
ec8f962615 fix(deps): update dependency dayjs to v1.11.12 2024-07-18 13:32:45 +00:00
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
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
f98a336920 chore(i18n): update translations via Crowdin 2024-07-18 00:03:00 +00:00
918a05cfda fix(deps): update tiptap to v2.5.4 2024-07-17 22:15:14 +00:00
84e8478e94 chore(deps): update pnpm to v9.5.0 2024-07-17 22:10:27 +00:00
fd6692ea1a feat: remove props destructuring from FilterInput 2024-07-17 23:00:47 +02:00
a4e98a33c5 fix(deps): update font awesome to v6.6.0 2024-07-17 14:11:53 +00:00
acf9f836a7 fix(settings): overflow of select on mobile 2024-07-17 14:46:17 +02:00
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
891db0216b fix(deps): update dependency vue to v3.4.32 2024-07-17 12:19:59 +00:00
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
82ee9f18eb fix(kanban): do not allow to create new tasks in saved filter 2024-07-17 14:00:47 +02:00
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
3566b889be fix(task): use backdropView prop 2024-07-17 13:45:31 +02:00
db81701d38 fix: scss deprecation warning 2024-07-17 13:25:18 +02:00
cb706416c6 feat: use withDefaults for DatepickerWithValues 2024-07-17 11:06:57 +00:00
f1481d702c feat: withDefaults for EditAssignees 2024-07-17 10:33:28 +00:00
fe8e0ef78b fix(kanban): use correct text color for deletion button 2024-07-17 10:09:36 +02:00
ee20e6175a fix(deps): update dependency ufo to v1.5.4 2024-07-17 07:29:33 +00:00
c8585d1a69 feat: use withDefaults for RepeatAfter 2024-07-17 06:46:47 +00:00
3be685ad08 chore(deps): update dev-dependencies 2024-07-17 06:15:23 +00:00
aaa2abced4 feat: add withDefaults and emit types to PrioritySelect 2024-07-17 02:33:35 +00:00
ddc18aa177 feat: remove props destructuring from KanbanCard 2024-07-16 23:28:15 +00:00
07130bdc3a feat: remove props destructuring from Attachments 2024-07-16 23:10:57 +00:00
2f92e407cc feat: remove props destructuring from ViewEditForm 2024-07-16 22:59:25 +00:00
6e72606d74 feat: use withDefaults for EditLabels 2024-07-16 22:09:37 +00:00
577f5ae69a feat: use withDefaults for Password 2024-07-16 22:09:30 +00:00
8ad7e7c905 feat: remove PropTypes helper from ProjectInfo 2024-07-16 22:07:27 +00:00
b4e9d9437e feat: use withDefaults for FancyCheckbox 2024-07-16 22:07:18 +00:00
0c70aedeb1 feat: remove props destructuring from ProjectList 2024-07-16 22:06:48 +00:00
99e90c0b02 feat: remove props destructuring from ProjectTable 2024-07-16 22:06:40 +00:00
38744dfd5d feat: remove props destructuring for ProjectWrapper 2024-07-16 22:04:43 +00:00
eb07be1a62 feat: remove props destructuring from ColorPicker 2024-07-16 22:04:26 +00:00
825d1add49 feat: remove props destructuring from FilterDelete 2024-07-16 22:04:21 +00:00
a15831eb33 feat: remove props destructuring from SingleTaskInProject 2024-07-16 22:04:17 +00:00
871e0acd8a feat: use withDefaults for PriorityLabel 2024-07-16 21:58:07 +00:00
5af908b2e5 feat: remove props destructuring from ProjectKanban 2024-07-16 21:57:57 +00:00
449e9a911c feat: remove props destructuring from FilterEdit 2024-07-16 21:53:56 +00:00
098c99fd2e feat: type defineEmits for CreateEdit 2024-07-16 21:53:28 +00:00
c9591fe464 feat: remove props destructuring from NoAuthWrapper 2024-07-16 21:53:21 +00:00
df6a9b67fd feat: use withDefaults for DatepickerInline 2024-07-16 21:53:15 +00:00
d02c349231 feat: remove props destructuring from ShowTasks 2024-07-16 21:50:40 +00:00
fd3f1de861 feat: type defineEmits for Heading 2024-07-16 21:50:32 +00:00
f38a5c9220 feat: type defineEmits for ProjectSearch 2024-07-16 21:50:27 +00:00
9d2e79f725 feat: define prop and emit types for FilterPopup 2024-07-16 21:50:23 +00:00
85889fff56 feat: remove PropTypes helper from ProjectSettingsEdit 2024-07-16 21:49:15 +00:00
8ac0eb4aa4 feat: defineModel and withDefaults for PercentDoneSelect 2024-07-16 21:49:02 +00:00
1966cc3c0e feat: type defineEmits for ApiConfig 2024-07-16 21:46:15 +00:00