commit | ba513147eb62e86f7e223248babdf21624854ee6 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Tue Mar 17 16:34:53 2015 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Tue Mar 17 16:34:53 2015 +0900 |
tree | 949e80f470932ab5c46a768cd735b5d2b6c7f95d | |
parent | d2123d8dc78dfeb462c9f7ffc6ee9c5783100b27 [diff] |
Bump API version to released 2.10; make plugin version same Change-Id: Ib651ae4c9dd67d3fc33c2c13a763ff0051df2f2b
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.