commit | 1cd9dd6c5bb64c2480f2d11449359bcf2f37a704 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Mon Jul 06 13:39:08 2015 +0200 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Mon Jul 06 14:01:03 2015 +0200 |
tree | 9148ccc7092b3ac887acd0680ed3f950a2b60635 | |
parent | 90c0f44ab3b5b0dccb0efd1ca0aee46b3dbcf69e [diff] |
Update Eclipse settings Change-Id: I401891f2c1d289cb12987f256ec0f6769644f753 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.