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.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.
orig
1
2
3
4
reviewboard/accounts/models.py |
---|
reviewboard/accounts/pages.py |
---|
reviewboard/accounts/tests.py |
---|
reviewboard/accounts/views.py |
---|
reviewboard/avatars/registry.py |
---|
reviewboard/avatars/settings.py |
---|
reviewboard/avatars/tests.py |
---|
reviewboard/avatars/templatetags/avatars.py |
---|
reviewboard/static/rb/css/defs.less |
---|
reviewboard/static/rb/css/pages/my-account.less |
---|
reviewboard/static/rb/css/ui/boxes.less |
---|