commit | 1cdb6077d44f424d21a6ff7c9be87a28c09f8771 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Thu Jan 30 16:24:51 2014 +0100 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Thu Jan 30 16:24:51 2014 +0100 |
tree | 6874e6af9be3982863384a9db2fe36dac8b426f3 | |
parent | 4b68942a680a0ffc88cc96e048c578f201ca420c [diff] |
Remove unused imports Change-Id: Iafbecd99b37d9d88992ed8e3323b37bdff960460 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.