1
0
Commit Graph

9704 Commits

Author SHA1 Message Date
9fa8c5429b fix: remove jsxTemplates
this is not necessary any more in vite 5
2024-06-11 19:38:07 +00:00
c1d74e89b9 fix(deps): update dependency vue-router to v4.3.3 2024-06-11 10:13:27 +00:00
bdf24f0abd fix(deps): update dependency vue-advanced-cropper to v2.8.9 2024-06-11 09:12:50 +00:00
545134ea3c fix(deps): update dependency dompurify to v3.1.5 2024-06-11 08:11:54 +00:00
51bd68369c fix(deps): update dependency @fortawesome/vue-fontawesome to v3.0.8 2024-06-11 07:11:09 +00:00
f85557f0f3 chore(deps): update dependency go to v1.22.4 2024-06-10 22:10:34 +00:00
abf912f93f fix: use node20 typescript types 2024-06-10 21:41:52 +00:00
4fb48e7ab3 chore(deps): update dependency node to v20.14.0 (#2334)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2334
Reviewed-by: konrad <k@knt.li>
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2024-06-10 21:41:11 +00:00
150d654e37 fix(pnpm): remove obsolete settings 2024-06-10 21:23:28 +00:00
19a760506c feat: remove polyfills
features are now supported by baseline browsers
2024-06-10 21:22:39 +00:00
81bb49f83a fix: throw in warnHandler 2024-06-10 20:36:23 +02:00
917cbf9cb6 fix(vue): toValue instead of unref 2024-06-10 13:53:13 +00:00
8e3e03c75e fix(extensions): remove typescript-vue-plugin from recommendations (#2353)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2353
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-06-10 13:46:52 +00:00
666eef248b fix: remove obsolete vscode plugin settings (#2354)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2354
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-06-10 13:46:21 +00:00
50cf952b01 feat: update pnpm (#2355)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2355
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-06-10 13:45:46 +00:00
d3d5df5f62 fix: recommended vitest extension (#2351)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2351
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-06-10 10:44:53 +00:00
ac559d5e6b fix(BaseButton): comment spelling (#2348)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2348
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-06-10 09:18:54 +00:00
165d046307 chore(i18n): update translations via Crowdin 2024-06-08 00:29:28 +00:00
01b7ae8091 fix(datepicker): make the date format in the picker consistent with the input field
Resolves https://kolaente.dev/vikunja/vikunja/issues/2340
2024-06-06 22:31:07 +02:00
6f4895b8cf chore(auth): show registration disabled message when registration is disabled
The route still exists when the registration is disabled, even though all links to the page are removed.
2024-06-06 22:09:19 +02:00
b5a88d8657 fix(favorites): allow marking favorite tasks as done from favorites pseudo project
Resolves https://www.reddit.com/r/Vikunja/comments/1bkrek7/tasks_listed_under_favourite_list_view_mode/
2024-06-06 21:58:30 +02:00
acf4e3aa18 fix(tasks): ambiguous column name error when fetching favorite tasks 2024-06-06 21:50:30 +02:00
92cdf5fe9c fix(quick add magic): assume today when no date was specified with time 2024-06-06 21:44:29 +02:00
5af8b54618 fix(logo): add width and height to pride logo svg 2024-06-06 16:26:56 +02:00
0c411fd1e9 fix(kanban): remove leftovers of kanban_position property
This might fix a bug where the kanban position would not be saved correctly.
2024-06-06 16:22:51 +02:00
e7041f02d0 fix(caldav): do not crash for wrong parameters 2024-06-06 11:05:32 +02:00
dd58d37db3 feat(typesense): move partial reindex to a flag instead of a separate command 2024-06-05 10:49:37 +02:00
f131289d32 fix(typesense): correctly index assignee changes on tasks
This change fixes a bug where adding or removing an assignee to a task would not update the index in Typesense, causing filter queries for that assignee to return incorrect data. This was caused by the events being dispatched by the task update process not containing all the data.

Resolves https://github.com/go-vikunja/vikunja/issues/255
2024-06-05 10:36:25 +02:00
e56b2232bb fix(typesense): do not try to sort by position when searching in a saved filter
This change fixes a bug where Typesense would try to sort by the project view of a saved filter. The view position is not indexed in Typesense, hence filtering fails. Because sorting by position is not a feature in saved filters, I've removed the logic for sorting saved filters with Typesense.
2024-06-05 10:24:28 +02:00
506ce66434 fix(typesense): correctly join task position table when sorting by it
This change fixes a bug where the project view to use for joining was empty, since Typesense only supports 3 sorting parameters. When using more than that, the logic to fetch the view ID parameter would not return the correct parameter, but the logic building the order by statement would. That led to inconsistencies where the task position was included in the order by statement, but the table would not be joined, failing the query.
2024-06-05 09:54:55 +02:00
d32a2526ba chore(i18n): update translations via Crowdin 2024-06-05 00:28:50 +00:00
b386dfae87 fix(typesense): only return distinct tasks once 2024-06-04 18:22:05 +02:00
5fc4ec48b7 fix(typesense): correctly incorporate existing filter when it is empty 2024-06-04 18:22:05 +02:00
37c89ea826 [skip ci] Updated swagger docs 2024-06-04 16:17:19 +00:00
1843f1d0d8 fix(docs): correctly document filter query usage 2024-06-04 18:02:31 +02:00
0bb4a5a2b2 chore(desktop): only build zip in ci to speed up smoke test builds 2024-06-04 15:02:21 +02:00
b4b17ed966 [skip ci] Updated swagger docs 2024-06-04 10:40:08 +00:00
48676050d7 feat(tasks): expand subtasks (#2345)
This change adds a parameter to expand subtasks - if provided, Vikunja will ensure all subtasks are present in the results list.

Resolves https://community.vikunja.io/t/subtasks-show-on-different-pages/2292
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2345
Co-authored-by: kolaente <k@knt.li>
Co-committed-by: kolaente <k@knt.li>
2024-06-04 10:27:23 +00:00
a38e768895 fix(db migration): do not try to create a unique index
Related to https://kolaente.dev/vikunja/vikunja/issues/2243
2024-06-04 08:45:39 +02:00
c17e4564e7 fix(migration): ensure tasks are put into the correct bucket when migrating from todoist
Resolves https://github.com/go-vikunja/vikunja/issues/254
2024-06-04 08:33:11 +02:00
dbf5e61fc9 chore(i18n): update translations via Crowdin 2024-06-04 00:28:55 +00:00
68d233684f fix(views): edit views with filters
This change fixes a bug where filter values of views would be transformed in the wrong order, not transformed at all or at the wrong time. Transforming the filters now happens transparently in the background without anything funky happening visible to the user.
2024-06-03 22:21:09 +02:00
244ca262df [skip ci] Updated swagger docs 2024-06-03 19:51:44 +00:00
99a67e09b1 feat(api): all usable routes behind authentication now have permissions
Previously, only routes which were coming from crudable entities could be used with an api token because there was no way to assign permissions to them. This change implements a more flexible structure for api permissions under the hood, allowing to add permissions for these routes and making them usable with an api token.

Resolves https://github.com/go-vikunja/vikunja/issues/266
2024-06-03 21:35:09 +02:00
5ef140fba2 fix(tasklist): migrate old tasklist format
Resolves https://community.vikunja.io/t/task-list-from-0-21-0-0-23-0/2340
Resolves https://community.vikunja.io/t/general-feedback-after-trying-out-vikunja/1943/6
2024-06-03 17:39:35 +02:00
755e53af70 fix(views): transform bucket configurations
This fixes a bug where filter buckets would not be editable because the bucket configuration was a read-only entry from the watcher.
2024-06-03 17:04:09 +02:00
c47d8c6dbe fix(task): do not try to set bucket for filtered bucket configuration 2024-06-03 17:02:50 +02:00
43244156b4 fix(filter): do not add enter in input field 2024-06-03 16:30:17 +02:00
4ce761eba7 fix(filter): trim search term before searching 2024-06-03 16:28:04 +02:00
6c8299772a fix(task): do not require admin permission to move tasks between buckets
Resolves https://community.vikunja.io/t/moving-between-buckets-requires-admin-permissions-now/2390
2024-06-03 16:26:07 +02:00