1
0

Commit Graph

  • ea75657d45 fix(deps): update dependency vue-flatpickr-component to v11.0.4 renovate 2024-02-18 08:06:08 +00:00
  • ff1730e323
    fix: lint kolaente 2024-02-17 23:25:09 +01:00
  • f120d72211
    fix(editor): revert task list dependence on ids kolaente 2024-02-17 23:13:51 +01:00
  • a2951570a7 fix(deps): update module github.com/arran4/golang-ical to v0.2.6 renovate 2024-02-17 15:05:25 +00:00
  • f4efdaa5de
    fix(password): don't validate password min length on login page kolaente 2024-02-17 21:07:35 +01:00
  • 32edef2d38
    fix(editor): set default id of tasklist items kolaente 2024-02-17 11:38:08 +01:00
  • 44c1f0d281 chore(deps): update pnpm to v8.15.3 renovate 2024-02-15 11:07:31 +00:00
  • 2dab2ccedd
    feat: allow using sqlite in memory database kolaente 2024-02-15 10:48:48 +01:00
  • 827c43fe12
    chore(magefile): add aliases for lint kolaente 2024-02-14 15:05:11 +01:00
  • 415c6380a5
    feat(api tokens): add task attachment to api scopes kolaente 2024-02-14 14:59:58 +01:00
  • ebe25ee2d7 fix(deps): update module github.com/arran4/golang-ical to v0.2.5 renovate 2024-02-14 13:05:48 +00:00
  • cc5f48eb74
    fix: lint kolaente 2024-02-14 14:13:17 +01:00
  • 3969f6ae66
    fix(editor): ensure task list clicks are only fired once kolaente 2024-02-14 14:12:28 +01:00
  • 5ab720d709
    docs: remove outdated information kolaente 2024-02-14 10:21:51 +01:00
  • 7ae38c5ac1
    docs: fix postgres example healthcheck kolaente 2024-02-14 10:21:27 +01:00
  • 162741e940
    fix: lint kolaente 2024-02-13 22:24:46 +01:00
  • 205f330f8a
    fix(migration): make sure to correctly check if a migration was already running kolaente 2024-02-13 22:21:59 +01:00
  • a12c169ce8
    fix: do not send etag when serving the frontend index file kolaente 2024-02-13 21:32:41 +01:00
  • 2facbae0d7
    fix(dump): only allow imports from the same version they were dumped on kolaente 2024-02-13 21:25:31 +01:00
  • 77a779acea
    fix(dump): do not export files which do not exist in storage kolaente 2024-02-13 21:14:31 +01:00
  • 89e349f2fd
    docs: fix database healthcheck command kolaente 2024-02-13 20:38:43 +01:00
  • 77feae47d6 fix(deps): update sentry-javascript monorepo to v7.101.0 renovate 2024-02-13 15:05:51 +00:00
  • 2fb263a109 fix(deps): update dependency vue to v3.4.19 renovate 2024-02-13 11:06:25 +00:00
  • 641fec1215
    fix: never return frontend on routes starting with /api kolaente 2024-02-13 10:05:15 +01:00
  • 18374c2e52
    docs: fix healthcheck and mariadb password kolaente 2024-02-13 09:55:01 +01:00
  • 9921551f96 chore(deps): update pnpm to v8.15.2 renovate 2024-02-13 00:05:46 +00:00
  • b26c359ce6 chore(deps): update dev-dependencies to v7 renovate 2024-02-13 00:06:22 +00:00
  • d7d3ffeebd
    feat(navigation): persist project open state in navigation kolaente 2024-02-12 22:22:55 +01:00
  • 0b61885e89
    fix(tasks): correctly show different project in related tasks kolaente 2024-02-12 22:05:33 +01:00
  • 8d5cb335bd
    fix(tasks): sort done tasks last in relations kolaente 2024-02-12 22:00:33 +01:00
  • 71e62541a1
    fix(ci): escape bash script for drone variable substitution kolaente 2024-02-12 21:56:25 +01:00
  • ee065d9238
    feat(tasks): make done at column available for selection in table view kolaente 2024-02-12 17:55:54 +01:00
  • 28ed754c66
    fix(ci): correctly set shell for rename command kolaente 2024-02-12 17:37:20 +01:00
  • 390f71b0c6
    feat(registration): improve username and password validation kolaente 2024-02-12 17:32:24 +01:00
  • 8c6d98bb02
    feat(kanban): debounce bucket limit setting kolaente 2024-02-12 17:05:48 +01:00
  • ef30868514
    fix(ci): use correct docker image for desktop rename kolaente 2024-02-12 16:39:05 +01:00
  • 75eb878e33
    fix(ci): use correct docker image kolaente 2024-02-12 14:24:51 +01:00
  • 1ab6fef70a
    fix(metrics): typo kolaente 2024-02-12 14:23:16 +01:00
  • 6defc4cba2
    fix(ci): use correct docker image for frontend testing kolaente 2024-02-11 18:46:46 +01:00
  • 3abdf2ccdd
    feat(ci): automatically create a gitea release when tagging kolaente 2024-02-11 18:45:15 +01:00
  • 001268a33e
    docs: add healthcheck to docker compose examples kolaente 2024-02-11 18:31:41 +01:00
  • 3129051a9c
    fix(ci): enable cors for api testing kolaente 2024-02-11 18:19:57 +01:00
  • 45c97a456d
    feat(ci): rename unstable desktop packages kolaente 2024-02-11 17:02:37 +01:00
  • 1255bdc4ab
    docs: add desktop packages kolaente 2024-02-11 16:54:53 +01:00
  • 99856b2031
    docs: add missing traefik label kolaente 2024-02-11 15:57:22 +01:00
  • eec53e8a54
    docs: mention installation of rpm packages kolaente 2024-02-11 15:56:34 +01:00
  • d4a389279c
    chore: don't send http errors with a status < 500 to sentry kolaente 2024-02-11 15:29:23 +01:00
  • 3a65324a7d fix(deps): update tiptap to v2.2.2 renovate 2024-02-11 09:06:34 +00:00
  • bec11d42fc fix(deps): update module golang.org/x/oauth2 to v0.17.0 renovate 2024-02-11 09:07:18 +00:00
  • d2eeac2dbe fix(deps): pin dependencies renovate 2024-02-11 09:05:38 +00:00
  • 05e7468135 fix(deps): update module xorm.io/xorm to v1.3.8 renovate 2024-02-11 08:05:57 +00:00
  • 4babe72f24 fix(deps): update module github.com/getsentry/sentry-go to v0.27.0 renovate 2024-02-11 08:06:49 +00:00
  • e9fe927644 fix(deps): update module golang.org/x/sys to v0.17.0 renovate 2024-02-11 08:07:24 +00:00
  • 7cefb86a78 fix(deps): update dependency vue to v3.4.18 renovate 2024-02-11 08:05:32 +00:00
  • 6c4122264a
    chore(ci): sign drone config kolaente 2024-02-10 15:18:46 +01:00
  • 4162c64ed9
    fix(ci): publish frontend assets into correct directory kolaente 2024-02-10 15:17:19 +01:00
  • 2e57b6e409
    chore: release preparation kolaente 2024-02-10 14:46:33 +01:00
  • 8752ae2a0b
    fix(webhook): fetch all event details before sending the webhook kolaente 2024-02-10 14:15:32 +01:00
  • 7edb53ca12
    fix(export): don't crash when an exported file does not exist kolaente 2024-02-10 13:45:12 +01:00
  • 25a03d1789
    chore: remove unused import kolaente 2024-02-10 13:31:19 +01:00
  • 5ab9fb89bb
    fix(tasks): check for cycles during creation of task relations and prevent them kolaente 2024-02-10 13:30:41 +01:00
  • 55e271b329
    fix(ci): deploy packages into the correct directory kolaente 2024-02-09 23:26:54 +01:00
  • 6ea5266c55
    fix(docs): old install pages redirect kolaente 2024-02-09 20:35:58 +01:00
  • ddf6a30e19
    fix(docs): old install pages redirect kolaente 2024-02-09 20:34:41 +01:00
  • b1745edfa6
    chore: remove unused build args kolaente 2024-02-09 19:44:52 +01:00
  • 1984527fae
    docs: adjust documentation to reflect single-binary deployments kolaente 2024-02-09 19:09:19 +01:00
  • 11b72765c9
    chore(ci): run desktop build without waiting on the frontend when not doing release builds kolaente 2024-02-09 16:08:38 +01:00
  • d36b1608cf
    fix: lint kolaente 2024-02-09 15:32:12 +01:00
  • adf7b73b6b
    fix: create dummy frontend files in test to make the pipeline run kolaente 2024-02-09 15:13:12 +01:00
  • e12e9f1bf2
    feat: update drone config to release single-binary bundles kolaente 2024-02-09 14:57:31 +01:00
  • 60006aeac5
    chore: remove old frontend docker files kolaente 2024-02-09 14:45:17 +01:00
  • ca68b52991
    feat: replace api url with public url kolaente 2024-02-09 14:44:41 +01:00
  • 2d32d900c8
    feat: replace api url with public url kolaente 2024-02-09 14:42:07 +01:00
  • 119c68be9d
    feat: rename frontend url config to public url kolaente 2024-02-09 14:41:55 +01:00
  • 78df83ee69
    feat: replace api url kolaente 2024-02-09 14:38:54 +01:00
  • db2ec45378
    feat: move custom logo setting to api kolaente 2024-02-09 14:33:21 +01:00
  • d7dc209f15
    feat: move allow icon changes setting to api kolaente 2024-02-09 14:30:21 +01:00
  • 0f28767acc
    feat: enable infinite nesting always, remove setting kolaente 2024-02-09 14:26:42 +01:00
  • a0e770438d
    feat: move sentry configuration from frontend to api kolaente 2024-02-09 14:24:29 +01:00
  • 1899f16207
    chore(ci): sign drone config kolaente 2024-02-09 13:42:27 +01:00
  • f77ba0d4f1
    feat: only one dockerfile with api and frontend kolaente 2024-02-09 13:41:34 +01:00
  • b3228794c7
    feat: add caching rules for more files kolaente 2024-02-09 13:39:55 +01:00
  • 4a66c2202f
    chore: only use api version as it is coming from the same codebase kolaente 2024-02-08 23:13:20 +01:00
  • aab36eb89c
    chore: add pnpm run dev alias kolaente 2024-02-08 23:03:42 +01:00
  • 8b3cf2ed7e
    chore: remove static path config option kolaente 2024-02-08 22:59:12 +01:00
  • 9c45d9ca15
    feat: cache header and etag generation kolaente 2024-02-08 22:58:08 +01:00
  • 81455242ae
    chore: copy static file handler kolaente 2024-02-08 21:59:52 +01:00
  • 6c5194b892
    feat: bundle frontend files with api in one static bundle kolaente 2024-02-08 17:14:41 +01:00
  • 392f5cd468
    fix(ci): run desktop pipeline only on PRs kolaente 2024-02-08 21:43:26 +01:00
  • 9633a705cd
    fix(ci): update shasum kolaente 2024-02-08 21:41:13 +01:00
  • 0e452db565
    chore(deps): remove redundant renovate config kolaente 2024-02-08 15:00:25 +01:00
  • 6c9d09d302
    chore(ci): merge desktop ci config kolaente 2024-02-08 15:00:11 +01:00
  • 9d9c3ffdec
    chore: merge desktop repository kolaente 2024-02-08 14:54:45 +01:00
  • eaf072766c
    chore: move desktop files kolaente 2024-02-08 14:53:56 +01:00
  • d10a446cdd
    docs: update contribution guidelines kolaente 2024-02-08 14:45:55 +01:00
  • 9f940f6ad8
    docs: update vscode config kolaente 2024-02-08 14:21:48 +01:00
  • 8da44ecb58
    docs: update issue template kolaente 2024-02-08 14:20:43 +01:00
  • fceb638e75
    docs: remove mention of vikunja/api and vikunja/frontend repos kolaente 2024-02-08 14:11:36 +01:00
  • fd80176480 chore(deps): update dependency electron to v28.2.2 (#187) renovate 2024-02-07 22:08:46 +00:00
  • 15a1473c11
    chore(ci): don't wait for build when linting kolaente 2024-02-07 22:44:36 +01:00