funkwhale/api/funkwhale_api/instance
jo b359bb6498 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.

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2291>
2022-12-19 14:33:12 +01:00
..
__init__.py Added API endpoint for listing public instance settings 2018-02-17 21:31:32 +01:00
consumers.py Blacked the code 2018-06-09 15:36:16 +02:00
dynamic_preferences_registry.py chore: format files using isort (pre-commit) 2022-11-23 21:55:37 +01:00
pwa-manifest.json fix: timeout on spa manifest requests 2022-12-19 14:33:12 +01:00
serializers.py fix: Add missing fields to Spa Manifest Serializer 2022-12-15 23:43:43 +00:00
stats.py Include only local content in nodeinfo stats, added downloads count 2020-02-14 10:48:20 +01:00
urls.py chore: format files using isort (pre-commit) 2022-11-23 21:55:37 +01:00
views.py fix: timeout on spa manifest requests 2022-12-19 14:33:12 +01:00