commit | 90c0f44ab3b5b0dccb0efd1ca0aee46b3dbcf69e | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Apr 17 15:26:25 2015 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Apr 17 15:40:51 2015 +0900 |
tree | ba2ffde919ece81cf1c006ce9878a0ee4a1e8ac4 | |
parent | b346d95cd59b95a6e4fdb576fc61dc4c7da99c4f [diff] |
Build with API version 2.11 Change-Id: I27ccd9a65d7cdbcab48b427f2f208430f18543c8
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.