1977a7bee0
feat: add default to custom transition
2024-06-19 13:59:24 +00:00
ff5ee515f9
fix: remove uppercase transformation from username ( #2445 )
...
Because usernames might have lowercase letters. Transforming the casing can be confusing and even change meaning.
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2445
Co-authored-by: Dominik Pschenitschni <mail@celement.de >
Co-committed-by: Dominik Pschenitschni <mail@celement.de >
2024-06-19 13:58:25 +00:00
78eb28b054
feat(views): add filter syntax docs to filter input in views
2024-06-18 17:13:50 +02:00
9f604eca79
fix(tasks): clarify usage of repeating modes available in quick add magic.
...
Originally, it was possible to specify repeating intervals for months or years. This was actually misleading because the interval would be converted to seconds under the hood, causing all kinds of problems with leap years and months with 30 vs 31 days. Because of that, the options for month and year were removed in 7746d39161
to make it clear what these actually meant.
Now, since we do have a repeating mode "Monthly", this commit changes the behaviour to repeat a task monthly when it was specified as "every month", but only that. All other cases were removed from the docs since they are not actually supported.
https://github.com/go-vikunja/vikunja/issues/271
2024-06-18 15:41:30 +02:00
5e4b9e38a6
feat: use withDefaults in CreateEdit
2024-06-18 11:29:33 +00:00
23707fc493
feat: eslint enforce vue/component-name-in-template-casing
2024-06-17 21:01:36 +00:00
2d358a57cc
chore: useDefineOptions for inheritAttrs in Error.vue
2024-06-17 14:38:51 +00:00
657e9a5413
fix(task): do not move task dates when undoing a repeated task
...
Resolves https://community.vikunja.io/t/undo-on-repeated-task-moves-dates-forward/970
2024-06-17 15:49:28 +02:00
06c3a64594
fix(task): show correct success message when marking a repeating task as done
2024-06-17 15:41:18 +02:00
47143af9d1
fix: missing required prop BackgroundColor
2024-06-17 15:34:33 +02:00
341b8d2045
feat: improve subscription
2024-06-17 13:28:11 +00:00
b1a8bbe760
feat: use withDefaults and defineOptions in Modal
2024-06-17 14:41:03 +02:00
4260a504a9
feat(components): align component name casing AddTask
2024-06-17 13:50:16 +02:00
3b38a3faa6
feat(components): align component name casing SingleTaskInProject
2024-06-17 13:50:15 +02:00
a3c3e39e93
feat(components): align component name casing SingleTaskInlineReadonly
2024-06-17 13:50:15 +02:00
1918ffdcff
feat(components): align component name casing RepeatAfter
2024-06-17 13:50:15 +02:00
304779a7de
feat(components): align component name casing Reminders
2024-06-17 13:50:14 +02:00
cb8b685d08
feat(components): align component name casing ReminderPeriod
2024-06-17 13:50:14 +02:00
674e37d7b3
feat(components): align component name casing ReminderDetail
2024-06-17 13:50:13 +02:00
ede60950b4
feat(components): align component name casing RelatedTasks
2024-06-17 13:41:40 +02:00
0d86fced92
feat(components): align component name casing QuickAddMagic
2024-06-17 13:41:40 +02:00
8c9e2b571c
feat(components): align component name casing ProjectSearch
2024-06-17 13:41:40 +02:00
05ebffd5bd
feat(components): align component name casing PrioritySelect
2024-06-17 13:41:40 +02:00
13ffacd267
feat(components): align component name casing PriorityLabel
2024-06-17 13:41:40 +02:00
43590835c7
feat(components): align component name casing PercentDoneSelect
2024-06-17 13:41:39 +02:00
54d4fafad3
feat(components): align component name casing Labels
2024-06-17 13:41:39 +02:00
57f1be3e7e
feat(components): align component name casing Label
2024-06-17 13:41:39 +02:00
baaf8d8f0e
feat(components): align component name casing KanbanCard
2024-06-17 13:41:39 +02:00
3c80783bf2
feat(components): align component name casing Heading
2024-06-17 13:41:39 +02:00
82991bada2
feat(components): align component name casing FilePreview
2024-06-17 13:41:39 +02:00
394b2d444f
feat(components): align component name casing EditLabels
2024-06-17 13:41:39 +02:00
510f1dd109
feat(components): align component name casing EditAssignees
2024-06-17 13:41:38 +02:00
51b41afb3e
feat(components): align component name casing Description
2024-06-17 13:41:38 +02:00
1b4abb7d75
feat(components): align component name casing DeferTask
2024-06-17 13:41:38 +02:00
c5724ecd5a
feat(components): align component name casing DateTableCell
2024-06-17 13:41:38 +02:00
08bdb82dd3
feat(components): align component name casing CreatedUpdated
2024-06-17 13:41:38 +02:00
99361925ec
feat(components): align component name casing Comments
2024-06-17 13:41:38 +02:00
e76fdf379e
feat(components): align component name casing ChecklistSummary
2024-06-17 13:41:38 +02:00
8138824e26
feat(components): align component name casing Attachments
2024-06-17 13:41:38 +02:00
398ed2032e
feat(components): align component name casing AssigneeList
2024-06-17 13:41:37 +02:00
920f8f0c5a
feat(components): align component name casing UserTeam
2024-06-17 13:41:37 +02:00
d7fe8c2fab
feat(components): align component name casing LinkSharing
2024-06-17 13:41:37 +02:00
21980a4383
feat(components): align component name casing QuickActions
2024-06-17 13:41:37 +02:00
f3daac2c31
feat(components): align component name casing ProjectSettingsDropdown
2024-06-17 13:41:37 +02:00
7a220964f7
feat(components): align component name casing ViewEditForm
2024-06-17 13:41:37 +02:00
2ae8ef2d7c
feat(components): align component name casing Filter
2024-06-17 13:41:36 +02:00
c9e3ff8fcf
feat(components): align component name casing FilterPopup
2024-06-17 13:41:36 +02:00
523e8dab2b
feat(components): align component name casing Notifications
2024-06-17 13:41:36 +02:00
fdd780f645
feat(components): align component name casing User
2024-06-17 13:41:36 +02:00
09701eeb7b
feat(components): align component name casing Subscription
2024-06-17 13:41:36 +02:00