commit | b346d95cd59b95a6e4fdb576fc61dc4c7da99c4f | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@gmail.com> | Thu Apr 16 08:09:36 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 16 08:09:37 2015 +0000 |
tree | f13e5c8ce410131af4d33c0730f8b90b5f0d1c1e | |
parent | dce14f59dbfa4fb95a435a0517f75cdc31e607cd [diff] | |
parent | 595aa8c625a0be522dcb00469ad1461af4ecec0e [diff] |
Merge "Build with API version 2.11-SNAPSHOT"
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.