Commit Graph

866 Commits

Author SHA1 Message Date
kolaente 3658cde42f refactor: use query parameter only when looking for password reset token 2025-06-03 19:28:45 +02:00
Dominik Pschenitschni 866a1791da chore: remove obsolete prop 2025-06-03 11:36:37 +02:00
Dominik Pschenitschni 773644050f fix: hide empty sidebar navs 2025-06-03 11:36:23 +02:00
Dominik Pschenitschni ed5d983d18 feat: consistent sorting 2025-06-02 22:27:03 +02:00
Dominik Pschenitschni 1f56b3615c feat: unify component name 2025-05-28 15:13:08 +02:00
Dominik Pschenitschni bb9dc03351
fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
Frederick [Bot] 76bba1fb92 chore(i18n): update translations via Crowdin 2025-05-23 00:55:39 +00:00
Weijie Zhao 33e78c35da
fix(auth): fix regex in JWT decoding causing login issues for Chinese/Japanese user names (#809) 2025-05-21 10:20:11 +00:00
kolaente ce3d49cc02
fix(editor): make pasting a file work again
It seems like only one paste handler is possible - with the change  inf52a321acf19b8925a5285abf09ae3ed51ea4ca8 the paste handler for the image paste did not work anymore.

Resolves https://community.vikunja.io/t/feature-suggestion-paste-images-directly-into-description-comment-from-clipboard/3656
2025-05-20 16:57:26 +02:00
Frederick [Bot] 5df5030c68 chore(i18n): update translations via Crowdin 2025-05-18 00:59:45 +00:00
kolaente b635c96923
fix(auth): set default data to empty when initializing password reset
Resolves https://github.com/go-vikunja/vikunja/issues/776
2025-05-16 22:08:27 +02:00
Frederick [Bot] 53f201bdfc chore(i18n): update translations via Crowdin 2025-05-16 00:55:58 +00:00
kolaente 589f7c5535
fix(user): use correct link for user deletion
Resolves https://github.com/go-vikunja/vikunja/issues/777
2025-05-15 16:40:36 +02:00
kolaente 9f30a099ee
fix(projects): (un-)archive child projects when archiving parent (#775) 2025-05-15 14:31:56 +00:00
kolaente fdc0860252
fix(auth): only use query parameters instead of local storage for password reset token (#770)
Resolves https://github.com/go-vikunja/vikunja/issues/682
2025-05-14 20:51:45 +00:00
kolaente 5276b0f1fa
fix(task): make sure task comment url only contains one slash 2025-05-14 21:48:04 +02:00
kolaente 0a1a67f248 chore: add dateFrom and dateTo props with undefined defaults in ShowTasks component 2025-05-13 22:01:54 +02:00
kolaente 2f671ac187 chore: remove unnecessary type prop from user share components in ProjectSettingsShare 2025-05-13 22:01:54 +02:00
kolaente 7beec2ef5a chore: make disabled prop optional in RepeatAfter component 2025-05-13 22:01:54 +02:00
kolaente 12e1a90f79 chore: disable eslint rule for v-html in ProjectInfo component 2025-05-13 22:01:54 +02:00
kolaente 1be0c96b65 chore: correctly set default for prop in ReminderDetail 2025-05-13 22:01:54 +02:00
kolaente a71b6b6ab3 chore: do not set defaults for required props in RelatedTasks 2025-05-13 22:01:54 +02:00
kolaente 93d20216e2 chore: do not set defaults for required props in Heading 2025-05-13 22:01:54 +02:00
kolaente a8d60a423a chore: make prop with default value optional in KanbanCard 2025-05-13 22:01:54 +02:00
kolaente cd9e5bddd9 chore: do not set default for required prop in EditAssignees 2025-05-13 22:01:54 +02:00
kolaente 7fe17b1eb8 chore: do not set default for required prop in EditLabels 2025-05-13 22:01:54 +02:00
kolaente edc60c7c08 chore: remove default value for prop in Description 2025-05-13 22:01:54 +02:00
kolaente 60fcc67fbe chore: make prop optional in Comments 2025-05-13 22:01:54 +02:00
kolaente 80a54ecb82 chore: do not set default for required value in Attachments 2025-05-13 22:01:54 +02:00
kolaente b6435ad23f chore: do not set default for required value in ProjectCardGrid 2025-05-13 22:01:54 +02:00
kolaente 15530fcb0a chore: set default prop value for Filters 2025-05-13 22:01:54 +02:00
kolaente 18306956ae chore: allow v-html in FilterInput 2025-05-13 22:01:54 +02:00
kolaente 4e6a272a0f chore: do not set default for required value in Subscription 2025-05-13 22:01:54 +02:00
kolaente c71084d64a chore: do not set default for required value in PriorityLabel 2025-05-13 22:01:54 +02:00
kolaente 3f4bf59283 fix: correctly set default props in UserTeam 2025-05-13 22:01:54 +02:00
kolaente 22c1fa2be1 chore: make prop optional in Flatpickr 2025-05-13 22:01:54 +02:00
kolaente 359b75feac chore: make prop optional in PaginationEmit 2025-05-13 22:01:54 +02:00
kolaente 5539591d97 chore: remove unused component 2025-05-13 22:01:54 +02:00
kolaente ae0e8939ed chore: set default values for optional props in Password 2025-05-13 22:01:54 +02:00
kolaente 10161c033a chore: do not set default for required value in Datepicker 2025-05-13 22:01:54 +02:00
kolaente fcaf5abbf4 chore: make prop optional in Datepicker 2025-05-13 22:01:54 +02:00
kolaente de26f32758 chore: set default values for optional props in Multiselect 2025-05-13 22:01:54 +02:00
kolaente 9edabb800f chore: do not set default for required value in Multiselect 2025-05-13 22:01:54 +02:00
kolaente 886ab6b1d7 chore: do not set default for required value in FancyCheckbox 2025-05-13 22:01:54 +02:00
kolaente 9d1750f1db chore: do not set default for required value in DatepickerInline 2025-05-13 22:01:54 +02:00
kolaente a50fa13d7e chore: do not set default for required value in DatePickerWithValues 2025-05-13 22:01:54 +02:00
kolaente 6c85d12ee0 chore: remove SelectProject component since it is not used 2025-05-13 22:01:54 +02:00
Dominik Pschenitschni a62ac800c4
fix: taskCollection types (#754) 2025-05-13 10:52:20 +00:00
kolaente 0bb287023e
feat(home): correctly check if tasks exist before showing import hint
Resolves https://community.vikunja.io/t/import-your-data-button-is-shown-unnecessarily/3681/5
2025-05-12 12:10:26 +02:00
Frederick [Bot] 3e02604317 chore(i18n): update translations via Crowdin 2025-05-12 00:57:57 +00:00