Add support for customizable avatar services
Review Request #8206 — Created June 1, 2016 and submitted — Latest diff uploaded
Review Board now supports Djblets' customizable avatar services. It
provides a settings manager for saving per-user configuration for each
avatar service into that user's profile (under thesettings
key).
- Ran unit tests.
- Changed my avatar to an uploaded avatar.
reviewboard/accounts/models.py |
---|
reviewboard/accounts/pages.py |
---|
reviewboard/accounts/views.py |
---|
reviewboard/accounts/forms/pages.py |
---|
reviewboard/avatars/registry.py |
---|
reviewboard/avatars/settings.py |
---|
reviewboard/avatars/tests.py |
---|
reviewboard/avatars/templatetags/avatars.py |
---|