| commit | a6000d0b55b079953448ff3a1e100de92bf34905 | [log] [tgz] |
|---|---|---|
| author | Edwin Kempin <edwin.kempin@sap.com> | Thu Apr 16 09:52:32 2015 +0200 |
| committer | Edwin Kempin <edwin.kempin@sap.com> | Thu Apr 16 09:52:32 2015 +0200 |
| tree | 949e80f470932ab5c46a768cd735b5d2b6c7f95d | |
| parent | ba513147eb62e86f7e223248babdf21624854ee6 [diff] | |
| parent | 6e3e8d4b4827fa9c2a6737033bc5aad77e8015a7 [diff] |
Merge branch 'stable-2.9' * stable-2.9: Bump API version to released 2.9 Change-Id: If109602207454a2281be8990a07188db6dbc3e35 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This plugin allows to use an own web service to load the avatar images from.
Options:
avatar.url - the location of avatar images containing %s, which will then be replaced by the username. Required.avatar.changeUrl - the URL shown in Gerrit's user settings to tell the user, where the avatar can be changed. Optional.Example (to be added to etc/gerrit.config):
[avatar]
url = http://example.org/avatars/%s.jpg
changeUrl = http://example.org/account.html
Please note that http:// URLs will be automatically rewritten to https://, if gerrit.canonicalWebUrl uses HTTPS.