Commit Graph

9085 Commits

Author SHA1 Message Date
kolaente 7edb53ca12
fix(export): don't crash when an exported file does not exist
Related to https://github.com/go-vikunja/vikunja/issues/110
2024-02-10 13:45:12 +01:00
kolaente 25a03d1789
chore: remove unused import 2024-02-10 13:31:19 +01:00
kolaente 5ab9fb89bb
fix(tasks): check for cycles during creation of task relations and prevent them 2024-02-10 13:30:41 +01:00
kolaente 55e271b329
fix(ci): deploy packages into the correct directory 2024-02-09 23:26:54 +01:00
kolaente 6ea5266c55
fix(docs): old install pages redirect 2024-02-09 20:35:58 +01:00
kolaente ddf6a30e19
fix(docs): old install pages redirect 2024-02-09 20:34:41 +01:00
kolaente b1745edfa6
chore: remove unused build args 2024-02-09 19:44:52 +01:00
kolaente 1984527fae
docs: adjust documentation to reflect single-binary deployments 2024-02-09 19:09:19 +01:00
kolaente 11b72765c9
chore(ci): run desktop build without waiting on the frontend when not doing release builds 2024-02-09 16:08:38 +01:00
kolaente d36b1608cf
fix: lint 2024-02-09 15:32:12 +01:00
kolaente adf7b73b6b
fix: create dummy frontend files in test to make the pipeline run 2024-02-09 15:13:12 +01:00
kolaente e12e9f1bf2
feat: update drone config to release single-binary bundles 2024-02-09 14:57:39 +01:00
kolaente 60006aeac5
chore: remove old frontend docker files 2024-02-09 14:45:17 +01:00
kolaente ca68b52991
feat: replace api url with public url 2024-02-09 14:44:41 +01:00
kolaente 2d32d900c8
feat: replace api url with public url 2024-02-09 14:42:07 +01:00
kolaente 119c68be9d
feat: rename frontend url config to public url 2024-02-09 14:41:55 +01:00
kolaente 78df83ee69
feat: replace api url 2024-02-09 14:38:54 +01:00
kolaente db2ec45378
feat: move custom logo setting to api 2024-02-09 14:33:21 +01:00
kolaente d7dc209f15
feat: move allow icon changes setting to api 2024-02-09 14:30:21 +01:00
kolaente 0f28767acc
feat: enable infinite nesting always, remove setting 2024-02-09 14:26:42 +01:00
kolaente a0e770438d
feat: move sentry configuration from frontend to api 2024-02-09 14:24:29 +01:00
kolaente 1899f16207
chore(ci): sign drone config 2024-02-09 13:42:27 +01:00
kolaente f77ba0d4f1
feat: only one dockerfile with api and frontend 2024-02-09 13:42:05 +01:00
kolaente b3228794c7
feat: add caching rules for more files 2024-02-09 13:42:05 +01:00
kolaente 4a66c2202f
chore: only use api version as it is coming from the same codebase 2024-02-09 13:42:03 +01:00
kolaente aab36eb89c
chore: add pnpm run dev alias 2024-02-09 13:41:51 +01:00
kolaente 8b3cf2ed7e
chore: remove static path config option 2024-02-09 13:41:51 +01:00
kolaente 9c45d9ca15
feat: cache header and etag generation 2024-02-09 13:41:51 +01:00
kolaente 81455242ae
chore: copy static file handler 2024-02-09 13:41:50 +01:00
kolaente 6c5194b892
feat: bundle frontend files with api in one static bundle 2024-02-09 13:41:50 +01:00
kolaente 392f5cd468
fix(ci): run desktop pipeline only on PRs 2024-02-08 21:43:26 +01:00
kolaente 9633a705cd
fix(ci): update shasum 2024-02-08 21:41:13 +01:00
kolaente 0e452db565
chore(deps): remove redundant renovate config 2024-02-08 15:00:25 +01:00
kolaente 6c9d09d302
chore(ci): merge desktop ci config 2024-02-08 15:00:11 +01:00
kolaente 9d9c3ffdec
chore: merge desktop repository 2024-02-08 14:54:45 +01:00
kolaente eaf072766c
chore: move desktop files 2024-02-08 14:53:56 +01:00
kolaente d10a446cdd
docs: update contribution guidelines 2024-02-08 14:45:55 +01:00
kolaente 9f940f6ad8
docs: update vscode config 2024-02-08 14:31:03 +01:00
kolaente 8da44ecb58
docs: update issue template 2024-02-08 14:31:02 +01:00
kolaente fceb638e75
docs: remove mention of vikunja/api and vikunja/frontend repos 2024-02-08 14:31:02 +01:00
renovate fd80176480 chore(deps): update dependency electron to v28.2.2 (#187)
Reviewed-on: vikunja/desktop#187
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2024-02-07 22:08:46 +00:00
kolaente 15a1473c11
chore(ci): don't wait for build when linting 2024-02-07 22:44:36 +01:00
kolaente 3057a1c8dc
fix(ci): swagger docs generate should use the correct url 2024-02-07 22:27:43 +01:00
kolaente 543039ae2d
fix(ci): typo 2024-02-07 21:59:36 +01:00
kolaente 951b4de382
chore(ci): cd to frontend in frontend pipelines 2024-02-07 21:59:08 +01:00
kolaente 191facfa3f
chore(ci): sign drone config 2024-02-07 21:51:27 +01:00
kolaente 5d7826a9b7
chore(ci): combine api and frontend drone configs 2024-02-07 21:46:19 +01:00
kolaente d7e9c1a393
chore(deps): move renovate config 2024-02-07 15:08:01 +01:00
kolaente 449941a777
chore: merge frontend and api repos 2024-02-07 14:58:57 +01:00
kolaente fc4676315d
chore: move frontend files 2024-02-07 14:56:56 +01:00