commit | f8e37bf47a7dada66320b9d721a4b87d8f5c698d | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Thu Jan 30 16:26:20 2014 +0100 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Thu Jan 30 16:34:45 2014 +0100 |
tree | c3dae948dc8ceda5ed39ac299e06503ba28bed2c | |
parent | 4c60fd384f7752505db68a5975eb1548ad855ed8 [diff] |
Use Java 7 to use the same Java version as Gerrit core Change-Id: Ibab118f36aa818a171a374af6f385e9d7a2f7219 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.