Merge branch '82-instance-stats' into 'develop'
Fixed #82: Basic instance states are now available on /about Closes #82 See merge request funkwhale/funkwhale!68
No related branches found
No related tags found
Showing
- api/funkwhale_api/instance/stats.py 51 additions, 0 deletionsapi/funkwhale_api/instance/stats.py
- api/funkwhale_api/instance/urls.py 4 additions, 0 deletionsapi/funkwhale_api/instance/urls.py
- api/funkwhale_api/instance/views.py 11 additions, 0 deletionsapi/funkwhale_api/instance/views.py
- api/tests/instance/test_stats.py 84 additions, 0 deletionsapi/tests/instance/test_stats.py
- changes/changelog.d/82.feature 0 additions, 0 deletionschanges/changelog.d/82.feature
- front/src/components/About.vue 5 additions, 0 deletionsfront/src/components/About.vue
- front/src/components/instance/Stats.vue 104 additions, 0 deletionsfront/src/components/instance/Stats.vue
api/funkwhale_api/instance/stats.py
0 → 100644
api/tests/instance/test_stats.py
0 → 100644
changes/changelog.d/82.feature
0 → 100644
front/src/components/instance/Stats.vue
0 → 100644
Please register or sign in to comment