funkwhale/front
jo 11d9893890
fix: timeout on spa manifest requests
The previous behaviour had a loop of requests between the front
app and the api when querying the pwa manifest.

This reduce the coupling around the pwa manifest file between the api
and the front app, by uplicating the files so each "service" has a copy
of it, while keeping them in sync and having the front pwa manifest as
single source of truth.
2022-12-17 18:46:02 +01:00
..
docker fix(nginx): Remove trailing slash from reverse proxy configuration 2022-12-07 07:32:48 +00:00
public docs: fix spelling errors (pre-commit) 2022-11-24 01:43:36 +01:00
scripts Remove unused scripts 2022-11-28 10:16:58 +00:00
src Fix hours and nodeinfo 2022-12-13 21:13:40 +00:00
test Replace gettext with i18n 2022-11-28 10:16:58 +00:00
.dockerignore Slightly smarter docker front setup 2018-04-17 19:35:57 +02:00
.eslintrc.js Fix all locale linting errors except unused keys 2022-11-28 10:16:58 +00:00
.gitignore Use lighter vue-cli instead of clunky manual webpack config 2018-08-11 16:21:14 +02:00
Dockerfile chore(front): update nginx docker tag to v1.23.3 2022-12-14 12:01:54 +00:00
Dockerfile.dev Update node Docker tag to v18 2022-11-16 19:16:52 +00:00
index.html chore(manifest): Set a generic description 2022-10-18 18:24:19 +00:00
package.json chore(front): update dependency sinon to v15.0.1 2022-12-17 15:32:20 +00:00
pwa-manifest.json fix: timeout on spa manifest requests 2022-12-17 18:46:02 +01:00
stats.json chore: clean files using pre-commit 2022-11-22 14:30:01 +00:00
tsconfig.json Replace gettext with i18n 2022-11-28 10:16:58 +00:00
vite.config.ts fix: timeout on spa manifest requests 2022-12-17 18:46:02 +01:00
yarn.lock chore(front): update dependency sinon to v15.0.1 2022-12-17 15:32:20 +00:00