commit | 17dcf8569693009486a99d325441b3f2d8232acc | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Wed Mar 26 22:30:32 2014 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Mar 26 22:31:22 2014 +0000 |
tree | 10c36b84a9e4750167715b4e20778993a6aed418 | |
parent | f8e37bf47a7dada66320b9d721a4b87d8f5c698d [diff] |
Bump Gerrit API to 2.10-SNAPSHOT Change-Id: I6b1961878d90eaf9519c41cc80a8971ae1da21ac
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.