Merge branch 'feature/instance-settings-api' into 'develop'
Fix #8: instance settings and python/js raven configuration Closes #8 See merge request funkwhale/funkwhale!44
No related branches found
No related tags found
Showing
- .env.dev 2 additions, 0 deletions.env.dev
- CHANGELOG 5 additions, 0 deletionsCHANGELOG
- api/config/api_urls.py 5 additions, 0 deletionsapi/config/api_urls.py
- api/config/settings/common.py 20 additions, 0 deletionsapi/config/settings/common.py
- api/funkwhale_api/instance/__init__.py 0 additions, 0 deletionsapi/funkwhale_api/instance/__init__.py
- api/funkwhale_api/instance/dynamic_preferences_registry.py 37 additions, 0 deletionsapi/funkwhale_api/instance/dynamic_preferences_registry.py
- api/funkwhale_api/instance/urls.py 7 additions, 0 deletionsapi/funkwhale_api/instance/urls.py
- api/funkwhale_api/instance/views.py 25 additions, 0 deletionsapi/funkwhale_api/instance/views.py
- api/requirements/base.txt 1 addition, 0 deletionsapi/requirements/base.txt
- api/tests/conftest.py 9 additions, 1 deletionapi/tests/conftest.py
- api/tests/instance/test_preferences.py 22 additions, 0 deletionsapi/tests/instance/test_preferences.py
- deploy/env.prod.sample 7 additions, 0 deletionsdeploy/env.prod.sample
- front/package.json 1 addition, 0 deletionsfront/package.json
- front/src/App.vue 12 additions, 1 deletionfront/src/App.vue
- front/src/components/Raven.vue 41 additions, 0 deletionsfront/src/components/Raven.vue
- front/src/store/index.js 2 additions, 0 deletionsfront/src/store/index.js
- front/src/store/instance.js 42 additions, 0 deletionsfront/src/store/instance.js
- front/test/unit/specs/store/instance.spec.js 70 additions, 0 deletionsfront/test/unit/specs/store/instance.spec.js
api/funkwhale_api/instance/__init__.py
0 → 100644
api/funkwhale_api/instance/urls.py
0 → 100644
api/funkwhale_api/instance/views.py
0 → 100644
api/tests/instance/test_preferences.py
0 → 100644
front/src/components/Raven.vue
0 → 100644
front/src/store/instance.js
0 → 100644
front/test/unit/specs/store/instance.spec.js
0 → 100644
Please register or sign in to comment