commit | f01a1f9f484cf3c04961c9a8fa25f2f419ec0fec | [log] [tgz] |
---|---|---|
author | Steffen Gebert <steffen.gebert@typo3.org> | Tue May 14 08:56:17 2013 +0200 |
committer | Steffen Gebert <steffen.gebert@typo3.org> | Tue May 14 08:56:17 2013 +0200 |
tree | b2e6a7dfa7cbe8712bd582dcfcd323ebb3d65276 | |
parent | 25aa349b5b3d0919adc15b1f1812b3d0fd8cfd1c [diff] |
URLEncode the username
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.