Block a user
6383690003
fix(doc): Update Subdirectory Documentation
3b1887e438
fix(docker): passing environment variables into the container
32ff4b2cbd
fix(docker): re-add expose
6ddadba573
fix(docker): cross compilation with buildx
afdceb0aff
fix(list): when list background is removed, delete file from file system and DB (#1372)
3b1887e438
fix(docker): passing environment variables into the container
32ff4b2cbd
fix(docker): re-add expose
6ddadba573
fix(docker): cross compilation with buildx
afdceb0aff
fix(list): when list background is removed, delete file from file system and DB (#1372)
437960b146
fix(deps): update module github.com/redis/go-redis/v9 to v9.0.2
d83ba0c158
fix(deps): update dependency pinia to v2.0.30 (#3042)
cea31d1da7
fix(docker): cross compilation with buildx
12509a7e0f
fix(deps): update sentry-javascript monorepo to v7.35.0 (#3041)
dd43057a08
chore(deps): update dependency rollup to v3.12.1
19d3cf01cd
chore(deps): update pnpm to v7.26.3
44c3a0fb4c
feat(config): Support Setting Base Path in .env
cee5322ee7
fix(base): Use Build Time Base Path
d83ba0c158
fix(deps): update dependency pinia to v2.0.30 (#3042)
cea31d1da7
fix(docker): cross compilation with buildx
12509a7e0f
fix(deps): update sentry-javascript monorepo to v7.35.0 (#3041)
8c3b470332
fix(doc): Update Subdirectory Documentation
f660badc3d
feat(background): add Last-Modified header (#1376)
491a142378
fix: lint
46b261c9fe
chore(docs): adjust docs about frontend docker container
8fa8b03aa6
fix(tests): only look in src for tests
e4499f44b7
Docker refactoring (#3018)
b799233bca
fix(quick add magic): correctly parse "next {weekday}" on the beginning of the text
be0ae4bc29
chore(deps): update dependency eslint to v8.33.0
60d99f3bba
chore(deps): update pnpm to v7.26.2
b8859d1559
feat(config): Support Setting Base Path in .env
9503a32b4d
fix(base): Use Build Time Base Path
8fa8b03aa6
fix(tests): only look in src for tests
e4499f44b7
Docker refactoring (#3018)
b799233bca
fix(quick add magic): correctly parse "next {weekday}" on the beginning of the text
9312aa14fa
fix(deps): update dependency axios to v1.2.6
68e4f776b9
chore(deps): update dependency esbuild to v0.17.5
2d137d564e
chore(deps): update dependency rollup to v3.12.0
fc8824d942
[skip ci] Updated translations via Crowdin
6d4ca57601
chore(deps): update dependency cypress to v12.4.1
93ed6b9bd3
feat(config): Support Setting Base Path in .env
388b1f68b1
fix(base): Use Build Time Base Path
9312aa14fa
fix(deps): update dependency axios to v1.2.6
68e4f776b9
chore(deps): update dependency esbuild to v0.17.5
2d137d564e
chore(deps): update dependency rollup to v3.12.0
40411e4100
chore(task): add test to check if a task's reminders are duplicated
f2b4e9260b
fix(deps): update module github.com/swaggo/swag to v1.8.10 (#1371)
682123a9c9
fix(migration): todoist pagination now avoids too many loops
0cd9cd324e
chore(deps): update goreleaser/nfpm docker tag to v2.24.0 (#1367)
100897cc9d
fix(deps): update github.com/gocarina/gocsv digest to 763e25b (#1370)
1f61e82526
fix(doc): Update Subdirectory Documentation
40411e4100
chore(task): add test to check if a task's reminders are duplicated
f2b4e9260b
fix(deps): update module github.com/swaggo/swag to v1.8.10 (#1371)
8b212a3543
feat(config): Support Setting Base Path in .env
2e4838fac9
fix(base): Use Build Time Base Path
81c5c54aed
[skip ci] Updated translations via Crowdin
793e06c6ac
fix(deps): update sentry-javascript monorepo to v7.34.0
7eb07e92f8
Add Ipv6 support to nginx (#100)
81c5c54aed
[skip ci] Updated translations via Crowdin
793e06c6ac
fix(deps): update sentry-javascript monorepo to v7.34.0
7eb07e92f8
Add Ipv6 support to nginx (#100)
2a15878b81
fix(deps): update dependency axios to v1.2.5
ebd2b1e8c0
chore(deps): update dependency @vitejs/plugin-legacy to v3.0.2 (#3012)
fix: Use Build Time Base Path
OK. Updated as requested. Conditionals in registerServiceWorker.ts
and sw.ts
. No extra deps. Still honors environment files, etc.
274a0465e0
feat(config): Support Setting Base Path in .env
d1d5ee445a
fix(base): Use Build Time Base Path
9adf1aba89
chore: simplify getting the error text from an exception
e67088fdb7
chore: simplify error handling for login and OpenId Auth
da241d21f3
fix(quick actions): hide edges of last entry on hover
fix: Use Build Time Base Path
The client side library is not needed if we can do the simple check at build time. The simple check makes it so there is no trailing slash needed to be added by the user. It'll be verified at…
1e8409664c
fix(doc): Update Subdirectory Documentation
682123a9c9
fix(migration): todoist pagination now avoids too many loops
0cd9cd324e
chore(deps): update goreleaser/nfpm docker tag to v2.24.0 (#1367)
100897cc9d
fix(deps): update github.com/gocarina/gocsv digest to 763e25b (#1370)
c59e006453
fix(migration): remove unused todoist parameters
fix: Use Build Time Base Path
Patches for the PR updated to not require any kind of trailing slash.
Places in the code, outside of the router, that use URLs use the urlJoin function to make sure a proper path is built from…