Commit Graph
9941 Commits
Author SHA1 Message Date
Dominik Pschenitschniandkonrad 43e38fae17 feat: rename TheNavigation to AppHeader 2024-07-07 14:57:23 +00:00
Frederick [Bot]anddrone af54ee6c5c chore(i18n): update translations via Crowdin 2024-07-07 00:22:51 +00:00
Frederick [Bot]andDominik Pschenitschni 161fd1f1b6 chore(i18n): update translations via Crowdin 2024-07-06 00:23:06 +00:00
Dominik Pschenitschniandkonrad 479b786761 feat: use withDefaults for ProjectCardGrid 2024-07-05 15:50:10 +00:00
Dominik Pschenitschniandkonrad daeefeb487 feat: define prop and emit types DatepickerWithRange 2024-07-05 15:35:06 +00:00
Dominik Pschenitschniandkonrad a56331d39d feat: use withDefaults in ReminderDetail 2024-07-05 15:34:12 +00:00
Dominik Pschenitschni 42c458a736 feat: simplify playPopSound setting check 2024-07-05 14:24:53 +02:00
Dominik Pschenitschniandkonrad 5cf57a520c feat: use withDefaults for Heading 2024-07-05 12:02:39 +00:00
Dominik Pschenitschniandkonrad b500981434 feat: use withDefaults for SelectUser 2024-07-05 12:01:53 +00:00
renovate b0c41ca436 fix(deps): update dependency @sentry/vue to v8.15.0 2024-07-05 10:15:52 +00:00
Dominik Pschenitschni df1f805294 feat: remove eslint rule vue/no-required-prop-with-default
This rule is not part of the recommended rule set. I added it before, because I thought it might make sense.
2024-07-05 11:49:29 +02:00
kolaente e640149a23 chore: go mod tidy 2024-07-05 10:40:56 +02:00
kolaente 5e36bf797e fix: add info log message when starting to run migrations 2024-07-05 10:26:26 +02:00
renovateandkonrad 038e4ba386 chore(deps): update dependency vue-tsc to v2.0.26 2024-07-05 06:49:44 +00:00
Frederick [Bot]anddrone 0231d79b5a chore(i18n): update translations via Crowdin 2024-07-05 00:21:53 +00:00
renovate fe0e22a5cd fix(deps): update dependency @sentry/vue to v8.14.0 2024-07-04 10:11:29 +00:00
Dominik Pschenitschniandkonrad 20efacfa59 feat: improve settings label casing 2024-07-04 09:17:58 +00:00
Dominik Pschenitschniandkonrad 5e84a237fb fix(translation): TOTP casing 2024-07-04 09:10:01 +00:00
Dominik Pschenitschniandkonrad f9e0b43707 feat: move powered by to bottom 2024-07-04 09:04:39 +00:00
Dominik Pschenitschniandkonrad ed0ef385e9 fix: add missing disabled prop 2024-07-04 09:00:35 +00:00
Frederick [Bot]andDominik Pschenitschni f2a0ae108c chore(i18n): update translations via Crowdin 2024-07-04 00:21:54 +00:00
Dominik Pschenitschniandkonrad a721d9286b fix: disable button if loading 2024-07-03 16:05:05 +00:00
Dominik Pschenitschniandkonrad bc2baa3bbd feat(Multiselect): hide multiselect during loading 2024-07-03 15:34:19 +00:00
Dominik Pschenitschniandkonrad 51660f7677 fix: app bottom padding
display: flow-root creates a new block-formatting context and thus prevents overflowing margin issues created by a last child element that has a margin bottom
2024-07-03 15:33:49 +00:00
Dominik Pschenitschni f08039b23c fix: ProjectSearch default value 2024-07-03 10:02:31 +02:00
renovate 9d0dcda60f chore(deps): update dev-dependencies 2024-07-03 05:11:06 +00:00
Frederick [Bot]anddrone c42fbd6e0e chore(i18n): update translations via Crowdin 2024-07-03 00:22:03 +00:00
kolaente 0b14c311b4 chore: 0.24.0 release preparations 2024-07-02 17:48:12 +02:00
Frederick [Bot]andkolaente 31d427546b [skip ci] Updated swagger docs 2024-07-02 14:52:12 +00:00
kolaente 359b07dabb fix(views): move bucket update to extra endpoint
BREAKING CHANGE: The bucket id of the task model is now only used internally and will not trigger a change in buckets when updating the task.

This resolves a problem where the task update routine needs to know the view context it is in. Because that's not really what it should be used for, the extra endpoint takes all required parameters and handles the complexity of actually updating the bucket.
This fixes a bug where it was impossible to move a task around between buckets of a saved filter view. In that case, the view of the bucket and the project the task was in would be different, hence the update failed.
2024-07-02 16:34:53 +02:00
kolaente e6ce1251f7 fix(filters): allow managing views for saved filters 2024-07-02 12:36:08 +02:00
kolaente 10bad95440 fix(auth): log user out when the current account does not exist 2024-07-02 12:27:19 +02:00
kolaente 7a290116e8 docs: remove docs files
Docs are now included in https://kolaente.dev/vikunja/website
2024-07-02 11:48:51 +02:00
renovate 96e8e2354f chore(deps): update dev-dependencies 2024-07-02 04:11:10 +00:00
Frederick [Bot]anddrone 62ba1d864a chore(i18n): update translations via Crowdin 2024-07-02 00:22:51 +00:00
Frederick [Bot]anddrone 5a05cd3f8e chore(i18n): update translations via Crowdin 2024-07-01 00:21:24 +00:00
kolaente f6c041db5b feat(i18n): add Ukrainian for language selection in UI 2024-06-30 22:05:21 +02:00
Dominik Pschenitschniandkonrad 6d79eb0088 fix: align spelling in config.yml.sample (#2499)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2499
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-06-30 14:16:43 +00:00
Dominik Pschenitschniandkonrad 7db9e64053 feat: use withDefaults for AddTask 2024-06-30 14:16:01 +00:00
renovate 553fdeee6a chore(deps): update dev-dependencies 2024-06-30 08:13:23 +00:00
Frederick [Bot]anddrone e71865ef99 chore(i18n): update translations via Crowdin 2024-06-30 00:23:05 +00:00
renovateandkonrad 0688175b6f chore(deps): update dev-dependencies 2024-06-29 06:55:59 +00:00
renovateandkonrad 732d2b8885 fix(deps): update dependency @sentry/vue to v8.13.0 2024-06-29 06:55:25 +00:00
Dominik Pschenitschniandkonrad 8a2c74a702 feat: remove props destructuring from ProjectCard 2024-06-28 21:20:52 +00:00
Dominik Pschenitschniandkonrad 516f507ac4 feat: remove props destructuring EditorToolbar 2024-06-28 21:20:44 +00:00
Dominik Pschenitschniandkonrad fb449d7b29 feat: improve ProjectSettingsEdit reactivity 2024-06-28 21:20:03 +00:00
Dominik Pschenitschniandkonrad 914fe092e5 feat: add getter support to useProjectBackground 2024-06-28 21:18:37 +00:00
Dominik Pschenitschniandkonrad 01a4ad99ab feat: use withDefaults for Done 2024-06-28 21:16:57 +00:00
Dominik Pschenitschniandkonrad 142443c0a7 fix: typecheck
When using tsBuildInfoFile composite must be enabled. Because of that we need to change the typecheck command. The command is now the same as the one used by create-vue.
2024-06-28 21:11:24 +00:00
Dominik Pschenitschniandkonrad c81649c139 feat: use defineProps types in CreatedUpdated 2024-06-28 21:10:55 +00:00