commit | 8c99a75dc4633cca1ccf3b9910c41b57821855ee | [log] [tgz] |
---|---|---|
author | Christian Aistleitner <christian@quelltextlich.at> | Tue Jul 21 00:39:04 2015 +0200 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Tue Jul 21 11:06:43 2015 +0200 |
tree | 4ef98a60d9bae6087e1973849a9226a9daa13250 | |
parent | b0808f7c0723dec39aab6ef7baa1b38e9159c853 [diff] |
Reflect renaming of the plugin to 'avatars-external' To harmonize plugin project names, the plugin's project got renamed from 'plugins/avatars/external' (slash before 'external') to 'plugins/avatars-external' (dash before 'external'). We reflect this renaming in BUCK's build documentation. Change-Id: Iea0bfc30533c866c2665877e7a8f1c37c8f15cdf 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.