Merge branch '257-avatars' into 'develop'
Resolve "An avatar for users" Closes #257 See merge request funkwhale/funkwhale!320
Showing
- api/config/settings/common.py 2 additions, 0 deletionsapi/config/settings/common.py
- api/funkwhale_api/common/utils.py 23 additions, 0 deletionsapi/funkwhale_api/common/utils.py
- api/funkwhale_api/common/validators.py 152 additions, 0 deletionsapi/funkwhale_api/common/validators.py
- api/funkwhale_api/federation/models.py 2 additions, 7 deletionsapi/funkwhale_api/federation/models.py
- api/funkwhale_api/users/admin.py 4 additions, 1 deletionapi/funkwhale_api/users/admin.py
- api/funkwhale_api/users/migrations/0010_user_avatar.py 20 additions, 0 deletionsapi/funkwhale_api/users/migrations/0010_user_avatar.py
- api/funkwhale_api/users/models.py 20 additions, 0 deletionsapi/funkwhale_api/users/models.py
- api/funkwhale_api/users/serializers.py 18 additions, 1 deletionapi/funkwhale_api/users/serializers.py
- api/requirements/base.txt 1 addition, 1 deletionapi/requirements/base.txt
- api/tests/conftest.py 14 additions, 0 deletionsapi/tests/conftest.py
- api/tests/users/test_views.py 14 additions, 0 deletionsapi/tests/users/test_views.py
- changes/changelog.d/257.feature 1 addition, 0 deletionschanges/changelog.d/257.feature
- front/src/components/Sidebar.vue 5 additions, 0 deletionsfront/src/components/Sidebar.vue
- front/src/components/auth/Profile.vue 16 additions, 7 deletionsfront/src/components/auth/Profile.vue
- front/src/components/auth/Settings.vue 77 additions, 0 deletionsfront/src/components/auth/Settings.vue
- front/src/store/auth.js 5 additions, 0 deletionsfront/src/store/auth.js
Loading
Please register or sign in to comment