Merge branch '926-browse-library' into 'develop'
Resolve "Support browsing a specific library content" Closes #926 See merge request funkwhale/funkwhale!1048
Showing
- api/config/spa_urls.py 5 additions, 0 deletionsapi/config/spa_urls.py
- api/funkwhale_api/federation/api_views.py 20 additions, 0 deletionsapi/funkwhale_api/federation/api_views.py
- api/funkwhale_api/federation/utils.py 23 additions, 0 deletionsapi/funkwhale_api/federation/utils.py
- api/funkwhale_api/federation/views.py 15 additions, 2 deletionsapi/funkwhale_api/federation/views.py
- api/funkwhale_api/music/filters.py 28 additions, 1 deletionapi/funkwhale_api/music/filters.py
- api/funkwhale_api/music/models.py 11 additions, 2 deletionsapi/funkwhale_api/music/models.py
- api/funkwhale_api/music/spa_views.py 30 additions, 0 deletionsapi/funkwhale_api/music/spa_views.py
- api/tests/federation/test_api_views.py 22 additions, 0 deletionsapi/tests/federation/test_api_views.py
- api/tests/federation/test_views.py 45 additions, 6 deletionsapi/tests/federation/test_views.py
- api/tests/music/test_filters.py 42 additions, 0 deletionsapi/tests/music/test_filters.py
- api/tests/music/test_spa_views.py 29 additions, 0 deletionsapi/tests/music/test_spa_views.py
- changes/changelog.d/926.feature 1 addition, 0 deletionschanges/changelog.d/926.feature
- front/src/components/audio/LibraryFollowButton.vue 43 additions, 0 deletionsfront/src/components/audio/LibraryFollowButton.vue
- front/src/components/audio/PlayButton.vue 4 additions, 0 deletionsfront/src/components/audio/PlayButton.vue
- front/src/components/audio/album/Widget.vue 11 additions, 16 deletionsfront/src/components/audio/album/Widget.vue
- front/src/components/audio/artist/Widget.vue 11 additions, 9 deletionsfront/src/components/audio/artist/Widget.vue
- front/src/components/audio/track/Row.vue 2 additions, 1 deletionfront/src/components/audio/track/Row.vue
- front/src/components/audio/track/Table.vue 28 additions, 12 deletionsfront/src/components/audio/track/Table.vue
- front/src/components/common/ActorLink.vue 2 additions, 1 deletionfront/src/components/common/ActorLink.vue
- front/src/components/common/CopyInput.vue 3 additions, 2 deletionsfront/src/components/common/CopyInput.vue
Loading
Please register or sign in to comment