Commit Graph

9603 Commits

Author SHA1 Message Date
db6d88fff5 chore(deps): update dependency go to v1.22.3 2024-05-07 17:06:20 +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
8d1fc08de6
docs: clarify where to file issues
Resolves https://github.com/go-vikunja/vikunja/issues/262
2024-05-07 16:13:25 +02:00
eee7b060b6
fix(docs): typos
Apply patch from https://github.com/go-vikunja/vikunja/issues/263
2024-05-07 16:06:17 +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
7837bcfaae
fix(task): only count unique tasks in a bucket when checking bucket limit
This fixes a bug where the current number of tasks in a bucket was computed wrong when moving tasks into a bucket with a limit. Sometimes the bug would prevent adding a task to a bucket which seemed to have space left but ultimately failed when moving the task.
2024-05-06 20:07:06 +02:00
615d40f4cd fix(deps): update module golang.org/x/crypto to v0.23.0 2024-05-06 15:05:56 +00:00
fbf7037974 chore(deps): update pnpm to v9.1.0 2024-05-06 11:05:37 +00:00
212c5506af fix(deps): update module golang.org/x/image to v0.16.0 2024-05-05 14:57:30 +00:00
c861970f41 fix(deps): update module golang.org/x/term to v0.20.0 2024-05-05 14:06:28 +00:00
37d3715eeb
fix(task): show repeating indicator in task list for monthly repeating tasks
Resolves vikunja/vikunja#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 vikunja/vikunja#2320
2024-05-05 14:14:30 +02:00
358e11c404 chore(deps): update dev-dependencies 2024-05-05 00:06:06 +00:00
0fd7fc1452 fix(deps): update module golang.org/x/text to v0.15.0 2024-05-04 21:05:53 +00:00
a7db576aad fix(deps): update module golang.org/x/sys to v0.20.0 2024-05-04 20:13:44 +00:00
59281c39cf fix(deps): update module golang.org/x/oauth2 to v0.20.0 2024-05-04 16:05:40 +00:00
f8b502f344 chore(deps): update dev-dependencies 2024-05-04 06:56:59 +00:00
Frederick [Bot]
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
66e96322ea
fix: do not remove empty openid teams when none are present
Maybe resolves https://community.vikunja.io/t/empty-openid-team-cleanup-cron-error-removing-empty-openid-team-database-is-locked-error-when-exporting-data/2306/3
2024-04-25 14:21:31 +02:00
00a96663ba
fix(caldav): check if vtodo contains any components
Resolves https://vikunja.sentry.io/share/issue/1ae2fd1601aa40dea4aee41927cfcf78/
2024-04-25 13:40:23 +02:00
741370b613
fix(caldav): return more than 1000 tasks
Resolves vikunja/vikunja#2302
2024-04-25 13:37:04 +02: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