Merge branch '206-settings-admin' into 'develop'
Resolve "Add a dedicated front-end to manage instance preferences" Closes #206 See merge request funkwhale/funkwhale!199
No related branches found
No related tags found
Showing
- api/funkwhale_api/common/dynamic_preferences_registry.py 1 addition, 1 deletionapi/funkwhale_api/common/dynamic_preferences_registry.py
- api/funkwhale_api/federation/dynamic_preferences_registry.py 13 additions, 4 deletionsapi/funkwhale_api/federation/dynamic_preferences_registry.py
- api/funkwhale_api/instance/dynamic_preferences_registry.py 29 additions, 23 deletionsapi/funkwhale_api/instance/dynamic_preferences_registry.py
- api/funkwhale_api/instance/urls.py 4 additions, 2 deletionsapi/funkwhale_api/instance/urls.py
- api/funkwhale_api/instance/views.py 5 additions, 0 deletionsapi/funkwhale_api/instance/views.py
- api/funkwhale_api/playlists/dynamic_preferences_registry.py 3 additions, 0 deletionsapi/funkwhale_api/playlists/dynamic_preferences_registry.py
- api/funkwhale_api/providers/acoustid/dynamic_preferences_registry.py 6 additions, 0 deletions...le_api/providers/acoustid/dynamic_preferences_registry.py
- api/funkwhale_api/providers/youtube/dynamic_preferences_registry.py 6 additions, 0 deletions...ale_api/providers/youtube/dynamic_preferences_registry.py
- api/funkwhale_api/users/dynamic_preferences_registry.py 3 additions, 2 deletionsapi/funkwhale_api/users/dynamic_preferences_registry.py
- api/funkwhale_api/users/models.py 5 additions, 1 deletionapi/funkwhale_api/users/models.py
- api/tests/instance/test_views.py 28 additions, 0 deletionsapi/tests/instance/test_views.py
- changes/changelog.d/206.feature 17 additions, 0 deletionschanges/changelog.d/206.feature
- docs/configuration.rst 13 additions, 4 deletionsdocs/configuration.rst
- front/src/components/About.vue 6 additions, 0 deletionsfront/src/components/About.vue
- front/src/components/Sidebar.vue 6 additions, 2 deletionsfront/src/components/Sidebar.vue
- front/src/components/admin/SettingsGroup.vue 120 additions, 0 deletionsfront/src/components/admin/SettingsGroup.vue
- front/src/main.js 20 additions, 2 deletionsfront/src/main.js
- front/src/router/index.js 6 additions, 0 deletionsfront/src/router/index.js
- front/src/views/admin/Settings.vue 155 additions, 0 deletionsfront/src/views/admin/Settings.vue
- front/src/views/playlists/List.vue 0 additions, 1 deletionfront/src/views/playlists/List.vue
Loading
Please register or sign in to comment