Commit Graph

9644 Commits

Author SHA1 Message Date
renovate e9e836f068 chore(deps): update pnpm to v8.10.5 2023-11-17 21:40:42 +00:00
kolaente df1f95871a
fix(projects): correctly set project's archived state if their parent was archived
continuous-integration/drone/push Build is failing Details
Resolves vikunja/frontend#3795
2023-11-17 20:00:08 +01:00
kolaente aa5e11915e
fix(filter): don't prevent entering date math strings
Resolves https://community.vikunja.io/t/filter-setting-s/1791/2
2023-11-17 19:38:55 +01:00
kolaente 7f279c98e1
fix(tasks): don't use the filter for upcoming when one is set for the home page
Resolves https://github.com/go-vikunja/frontend/issues/132
2023-11-17 19:08:08 +01:00
kolaente 3c1861eb6a
fix(settings): move overdue remindeer time below 2023-11-17 19:03:58 +01:00
Frederick [Bot] 5da1075f88 [skip ci] Updated swagger docs 2023-11-16 12:20:35 +00:00
kolaente 1ed65d306d
fix(docs): remove duplicate paths (params) in swagger docs
continuous-integration/drone/push Build is passing Details
2023-11-16 13:07:01 +01:00
kolaente 75262b716f
fix(kanban): opening a task from the kanban board and then reloading the page should not crash everything when then navigating back
Before this fix, the following would not work:

1. Open the kanban view of a project
2. Click on a task to open it in a modal
3. Reload the page
4. Using your browser's back button, navigate back

Instead of showing the kanban board with the task modal closed, it would
navigate to `/projects/0/kanban` and crash.
2023-11-15 23:43:39 +01:00
kolaente b9a54b019d
fix(tests): remove duplicate projects from assertions
continuous-integration/drone/push Build is passing Details
2023-11-15 13:17:04 +01:00
ThatHurleyGuy 7e623d919e fix(filters): infinite loop when creating filters with dates (#3061)
Rather than putting in a truncated version of the date/time with `startDate.getDate`, use the iso formatted version which includes the timezone data. I have no idea if this has ramifications elsewhere in the app, but it solves the problems I was seeing.

Co-authored-by: Sean Hurley <sean.hurley6@gmail.com>
Reviewed-on: vikunja/frontend#3061
Reviewed-by: konrad <k@knt.li>
Co-authored-by: ThatHurleyGuy <sean@hurley.io>
Co-committed-by: ThatHurleyGuy <sean@hurley.io>
2023-11-15 12:10:18 +00:00
kolaente 61bce2b349
fix(projects): don't return child projects multiple times
continuous-integration/drone/push Build is failing Details
2023-11-15 12:56:36 +01:00
kolaente 3f42ce2b34
fix(filter): make other filters are not available for project selection 2023-11-15 12:47:19 +01:00
renovate 8b8da40265 chore(deps): update dev-dependencies (#3821)
Reviewed-on: vikunja/frontend#3821
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-15 11:23:57 +00:00
Frederick [Bot] 0f23cc2162 [skip ci] Updated translations via Crowdin 2023-11-14 00:13:32 +00:00
kolaente ab2eda4bd5
fix(openid): make sure usernames with spaces work
continuous-integration/drone/push Build is passing Details
2023-11-13 11:38:24 +01:00
Frederick [Bot] adf80d9184 [skip ci] Updated translations via Crowdin 2023-11-11 00:13:51 +00:00
Miguel Arroyo 225d65268d feat(caldav): Add support for subtasks (i.e. `RELATED-TO` property) in CalDAV (#1634)
continuous-integration/drone/push Build is passing Details
As I mentioned [here](vikunja/api#1442 (comment)), this is mainly a cleanup of @zewaren 's original [PR](vikunja/api#1442).

It adds support for the `RELATED-TO` property in CalDAV's `VTODO` and the `RELTYPE=PARENT` and `RELTYPE=CHILD` relationships. In other words, it allows for `ParentTask->SubTask` relations to be handled supported through CalDAV.

In addition to the included tests, this has been tested by both @zewaren & myself with DAVx5 & Tasks (Android) and it's been working great.

Resolves vikunja/api#1345

Co-authored-by: Miguel A. Arroyo <miguel@codeheads.dev>
Co-authored-by: Erwan Martin <public@fzwte.net>
Reviewed-on: vikunja/api#1634
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Miguel Arroyo <mayanez@noreply.kolaente.de>
Co-committed-by: Miguel Arroyo <mayanez@noreply.kolaente.de>
2023-11-10 22:44:03 +00:00
Frederick [Bot] e3dfcafc29 [skip ci] Updated translations via Crowdin 2023-11-10 00:13:52 +00:00
kolaente 6169c2e12e
fix(typesense): correctly convert date values for typesense
continuous-integration/drone/push Build is passing Details
Resolves vikunja/api#1636
2023-11-09 12:29:52 +01:00
Frederick [Bot] a9df58109f [skip ci] Updated translations via Crowdin 2023-11-09 00:14:14 +00:00
Frederick [Bot] 91146f139b [skip ci] Updated swagger docs 2023-11-08 23:29:34 +00:00
kolaente 46683a2516
feat(migration): migration from other services now happens in the background
continuous-integration/drone/push Build is passing Details
2023-11-09 00:15:11 +01:00
kolaente 59a7360608
feat(migration): proper wording for async migration 2023-11-09 00:14:37 +01:00
kolaente 707bb6f89e
fix(migration): make sub project hierarchy work when importing from other services
continuous-integration/drone/push Build is passing Details
2023-11-08 22:56:10 +01:00
renovate 29e128c64c chore(deps): update dev-dependencies (#3813)
Reviewed-on: vikunja/frontend#3813
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 19:24:57 +00:00
renovate cec50d912c fix(deps): update dependency vue to v3.3.8 (#3814)
Reviewed-on: vikunja/frontend#3814
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 19:24:39 +00:00
renovate 53564ec46c fix(deps): update dependency @types/lodash.clonedeep to v4.5.9 (#3817)
Reviewed-on: vikunja/frontend#3817
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 17:07:48 +00:00
renovate e9cd7aac69 fix(deps): update dependency @intlify/unplugin-vue-i18n to v1.5.0 (#3812)
Reviewed-on: vikunja/frontend#3812
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 17:06:56 +00:00
renovate a47bfb3ff1 fix(deps): update dependency @types/is-touch-device to v1.0.2 (#3816)
Reviewed-on: vikunja/frontend#3816
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 15:06:23 +00:00
renovate 86eb4da2e3 fix(deps): update dependency @fortawesome/vue-fontawesome to v3.0.5 (#3815)
Reviewed-on: vikunja/frontend#3815
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 15:03:14 +00:00
renovate d1882e9c3f fix(deps): update dependency vue-i18n to v9.6.5 (#3807)
Reviewed-on: vikunja/frontend#3807
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 14:55:42 +00:00
renovate 974755ffc2 fix(deps): update sentry-javascript monorepo to v7.77.0 (#3805)
Reviewed-on: vikunja/frontend#3805
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-07 14:32:45 +00:00
kolaente 8acc42cb0b
chore(deps): update lockfile
continuous-integration/drone/push Build is passing Details
2023-11-07 15:14:20 +01:00
renovate b1b1efde88
fix(deps): update module github.com/yuin/goldmark to v1.6.0
(cherry picked from commit 355df3d1d2)
2023-11-07 15:13:59 +01:00
renovate c4d18b13a3
fix(deps): update module src.techknowlogick.com/xormigrate to v1.7.1
(cherry picked from commit 15cb2fb845)
2023-11-07 15:13:47 +01:00
renovate 7848a93293
fix(deps): update module github.com/spf13/cobra to v1.8.0
(cherry picked from commit 89347ab5fe)
2023-11-07 15:13:37 +01:00
renovate 2105128b9c
fix(deps): update module golang.org/x/sys to v0.14.0
(cherry picked from commit 252c2bb54a)
2023-11-07 15:13:32 +01:00
renovate c27ecf18da
fix(deps): update module golang.org/x/sync to v0.5.0
(cherry picked from commit 4eea5c4a0b)
2023-11-07 15:12:34 +01:00
renovate eb96c6f2df
fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.18
(cherry picked from commit d5eed0ac29)
2023-11-07 15:12:22 +01:00
renovate de20c5a972
fix(deps): update module github.com/redis/go-redis/v9 to v9.3.0
(cherry picked from commit d9021d08ad)
2023-11-07 15:12:09 +01:00
kolaente b2866ca3da
feat(api): enable notifications for api token routes
continuous-integration/drone/push Build is passing Details
2023-11-07 14:58:46 +01:00
kolaente 4d3ba495a7
fix(tests): use string IDs in Todoist test
continuous-integration/drone/push Build is passing Details
2023-11-07 13:28:06 +01:00
Frederick [Bot] f00d49cada [skip ci] Updated translations via Crowdin 2023-11-06 00:04:12 +00:00
kolaente a2925cf55b
docs: clarify minimum required go version
continuous-integration/drone/push Build is failing Details
2023-11-05 17:09:46 +01:00
Frederick [Bot] e41ec4e8b2 [skip ci] Updated translations via Crowdin 2023-11-04 00:22:49 +00:00
kolaente 218d72494a
fix: lint 2023-11-03 12:39:02 +01:00
kolaente bde212d432
fix(editor): change description when switching between tasks 2023-11-03 12:36:20 +01:00
kolaente 64a8dd189b
fix(editor): always set mode to preview after save 2023-11-03 12:27:21 +01:00
kolaente ba766a29af
fix(editor): check for empty content 2023-11-03 12:22:38 +01:00
renovate e02a106c64 chore(deps): update dev-dependencies (#3811)
Reviewed-on: vikunja/frontend#3811
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-11-03 11:06:43 +00:00