commit | a51680d42b3b1d2efea81cf5138460dce36ac188 | [log] [tgz] |
---|---|---|
author | Steffen Gebert <steffen.gebert@typo3.org> | Tue May 14 18:51:34 2013 +0200 |
committer | Steffen Gebert <steffen.gebert@typo3.org> | Tue May 14 18:51:34 2013 +0200 |
tree | cf52c4991ea788526e1639d99a43fdcbac87c194 | |
parent | 142721b5b46cef19dfd6ed597e65ae86cefd139f [diff] |
Make this an official Gerrit plugin * move to package com.googlesource.gerrit.plugins.avatars.external * set copyright to "The Android Open Source Project"
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.