| commit | 6e3e8d4b4827fa9c2a6737033bc5aad77e8015a7 | [log] [tgz] |
|---|---|---|
| author | Edwin Kempin <edwin.kempin@sap.com> | Thu Apr 16 09:49:38 2015 +0200 |
| committer | Edwin Kempin <edwin.kempin@sap.com> | Thu Apr 16 09:49:38 2015 +0200 |
| tree | 379359dd6f75b47910486f5d8fe64a5a077ba98b | |
| parent | f8e37bf47a7dada66320b9d721a4b87d8f5c698d [diff] |
Bump API version to released 2.9 Change-Id: Ia1da3fcc6a53684dc2596348a7dd9e2a962b9ad2 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.