4c1dc6930d
chore(deps): update dev-dependencies
2024-05-08 05:05:55 +00:00
b021dd7237
chore(deps): update dependency node to v20.13.0
2024-05-07 16:40:39 +00:00
e1dcf2e859
feat: do not save language on the server when in demo mode
...
When the demo mode is enabled, people set the language to their own language - which is understandable. However, this is really confusing for other people when they log in and the language is something unexpected.
This change overrides the configured language when saving it while Vikunja is in demo mode.
2024-05-07 18:39:50 +02:00
6e759b3bee
fix(i18n): clarify from current date string
...
Resolves https://community.vikunja.io/t/suggestion-rename-from-current-date-to-after-completed/2344
2024-05-07 18:28:22 +02:00
d3a7d79eb9
fix: use correct project title in project card
2024-05-07 18:18:19 +02:00
e0ce3e50bd
fix(attachment): correct spacing around creation date
2024-05-07 18:11:40 +02:00
272f643955
fix(project): show "remove background" button only when the project has a background set
2024-05-07 17:17:06 +02:00
cf46c76811
fix(i18n): use correct title for background settings menu
2024-05-07 17:14:04 +02:00
31e502d711
fix(project): do not remove project from navigation after removing background image
2024-05-07 17:13:22 +02:00
fa628edc0c
fix(project): make sure gantt and kanban views shared with link share are full width
...
Resolves https://github.com/go-vikunja/vikunja/issues/258
2024-05-07 16:53:21 +02:00
053c4d5842
fix(project): bottom spacing in list view
2024-05-07 16:27:13 +02:00
794fc4c1bb
fix(deps): update dependency vue to v3.4.27
2024-05-07 09:05:51 +00:00
e58d10bc72
chore(deps): update dev-dependencies
2024-05-07 03:05:41 +00:00
fbf7037974
chore(deps): update pnpm to v9.1.0
2024-05-06 11:05:37 +00:00
37d3715eeb
fix(task): show repeating indicator in task list for monthly repeating tasks
...
Resolves https://kolaente.dev/vikunja/vikunja/issues/2319
2024-05-05 15:03:43 +02:00
b0db3ce34c
fix(quick add magic): parse full month name as month, do not replace only the abbreviation
...
Resolves https://kolaente.dev/vikunja/vikunja/issues/2320
2024-05-05 14:14:30 +02:00
358e11c404
chore(deps): update dev-dependencies
2024-05-05 00:06:06 +00:00
f8b502f344
chore(deps): update dev-dependencies
2024-05-04 06:56:59 +00:00
ddf8db3b1f
chore(i18n): update translations via Crowdin
2024-05-04 00:07:32 +00:00
9260b3f1d3
chore(deps): update dependency vite to v5.2.11
2024-05-03 00:06:00 +00:00
ab74b08314
fix(deps): update sentry-javascript monorepo to v7.113.0
2024-05-02 12:05:42 +00:00
9637db5a6b
chore(deps): update dev-dependencies
2024-05-02 05:05:36 +00:00
08645d38a0
fix(deps): update dependency dompurify to v3.1.2
2024-05-01 18:47:25 +00:00
f155d6bb60
fix(deps): update tiptap to v2.3.1
2024-04-30 16:05:36 +00:00
9a3d63a713
fix(deps): update dependency vue to v3.4.26
2024-04-29 13:05:49 +00:00
050f4313c8
chore(deps): update dev-dependencies
2024-04-29 05:05:40 +00:00
e917323d91
fix(deps): update dependency dayjs to v1.11.11
2024-04-28 12:05:38 +00:00
8ad7d00559
chore(deps): update dev-dependencies
2024-04-28 00:06:00 +00:00
fd126fa234
fix(deps): update dependency dompurify to v3.1.1
2024-04-26 12:06:39 +00:00
0c39a3dd38
chore(deps): update dependency vitest to v1.5.2
2024-04-26 00:12:26 +00:00
70183dd7c6
chore(deps): update pnpm to v9.0.6
2024-04-25 06:59:45 +00:00
760bec5e76
chore(deps): update dependency vitest to v1.5.1
2024-04-25 01:10:55 +00:00
78f03373b8
fix(deps): update dependency vue to v3.4.25
2024-04-24 13:09:36 +00:00
09c6d095df
fix(deps): update sentry-javascript monorepo to v7.112.2
2024-04-24 12:06:21 +00:00
b102fe8188
chore(deps): update dev-dependencies
2024-04-24 00:11:24 +00:00
f7c367b5bb
fix(deps): update dependency workbox-precaching to v7.1.0
2024-04-23 21:08:15 +00:00
b94053e42e
fix(deps): update sentry-javascript monorepo to v7.112.1
2024-04-23 14:06:37 +00:00
6e98a6d7ff
fix(deps): update sentry-javascript monorepo to v7.112.0
2024-04-23 10:18:38 +00:00
42bfe107ae
chore(deps): update dev-dependencies
2024-04-23 06:10:30 +00:00
a1892ea10b
chore(i18n): update translations via Crowdin
2024-04-23 00:07:19 +00:00
40f0ca6670
fix(deps): update dependency vue-i18n to v9.13.1
2024-04-22 17:06:27 +00:00
f8d35396dc
fix(deps): update dependency vue to v3.4.24
2024-04-22 16:36:18 +00:00
9b5ae38784
chore(deps): update dev-dependencies
2024-04-22 02:08:31 +00:00
3e40a43d56
chore(deps): update pnpm to v9.0.5
2024-04-21 22:07:37 +00:00
15e0c716ad
fix(reminders): do not show relative reminders as minutes when they round to hours
...
Regression from fd520dab0a
2024-04-22 00:05:12 +02:00
26ada628a2
fix(editor): use colors from color scheme to render table cells
...
Resolves https://github.com/go-vikunja/vikunja/issues/253
2024-04-21 23:57:07 +02:00
d86fdcb756
fix(table view): do not sort table column fields when the field in question is hidden
...
Resolves https://kolaente.dev/vikunja/vikunja/issues/2272
2024-04-21 23:48:40 +02:00
84197dd9c1
fix: correctly return error and bubble up when the api could not be reached
2024-04-21 23:33:50 +02:00
574c7f218e
fix(labels): allow link shares to add existing labels to a task
...
Resolves https://github.com/go-vikunja/vikunja/issues/252
2024-04-21 15:12:27 +02:00
1074a8d916
fix(views): only allow project admins to manage views
...
Resolves https://community.vikunja.io/t/manage-views-only-for-project-admins/2279
2024-04-21 14:36:09 +02:00