commit | 4c60fd384f7752505db68a5975eb1548ad855ed8 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Thu Jan 30 16:25:48 2014 +0100 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Thu Jan 30 16:30:26 2014 +0100 |
tree | 873c9f183b38eb6789a9090a49deb8913cf5b9c4 | |
parent | 1cdb6077d44f424d21a6ff7c9be87a28c09f8771 [diff] |
Add missing license file The license header in the java file says that this is Apache 2.0 license. Change-Id: I8cff3d2514d3f527544062b3488517bc59d958ad 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.