Merge branch 'actor-cache' into 'develop'
Avoid fetching Actor object on every request authentication See merge request funkwhale/funkwhale!171
No related branches found
No related tags found
Showing
- api/config/settings/common.py 4 additions, 0 deletionsapi/config/settings/common.py
- api/funkwhale_api/federation/actors.py 11 additions, 1 deletionapi/funkwhale_api/federation/actors.py
- api/funkwhale_api/federation/authentication.py 4 additions, 13 deletionsapi/funkwhale_api/federation/authentication.py
- api/funkwhale_api/federation/serializers.py 4 additions, 3 deletionsapi/funkwhale_api/federation/serializers.py
- api/tests/federation/test_actors.py 36 additions, 0 deletionsapi/tests/federation/test_actors.py
- changes/changelog.d/actor-fetch.enhancement 1 addition, 0 deletionschanges/changelog.d/actor-fetch.enhancement
- front/src/components/federation/LibraryCard.vue 2 additions, 0 deletionsfront/src/components/federation/LibraryCard.vue
- front/src/views/federation/LibraryDetail.vue 1 addition, 0 deletionsfront/src/views/federation/LibraryDetail.vue
changes/changelog.d/actor-fetch.enhancement
0 → 100644
Please register or sign in to comment