commit | 4b68942a680a0ffc88cc96e048c578f201ca420c | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Thu Jan 30 16:16:58 2014 +0100 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Thu Jan 30 16:17:41 2014 +0100 |
tree | 4a8b8d1b3e7b9bf7fddcb6cfdf999c291cead465 | |
parent | 268dff220488458761953a4f8aa9f8cb65394c59 [diff] |
Update Gerrit-API version to 2.9-SNAPSHOT Change-Id: Id2d4bebcfa6c121d608029a931ec4682611d431c 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.