| commit | dce14f59dbfa4fb95a435a0517f75cdc31e607cd | [log] [tgz] |
|---|---|---|
| author | Edwin Kempin <edwin.kempin@sap.com> | Thu Apr 16 09:54:28 2015 +0200 |
| committer | Edwin Kempin <edwin.kempin@sap.com> | Thu Apr 16 09:54:28 2015 +0200 |
| tree | f13e5c8ce410131af4d33c0730f8b90b5f0d1c1e | |
| parent | a6000d0b55b079953448ff3a1e100de92bf34905 [diff] |
Build with API version 2.11-SNAPSHOT Change-Id: Ie8a0e4dc9c4105df09e29272987a3b7e391940eb 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.