commit | 268dff220488458761953a4f8aa9f8cb65394c59 | [log] [tgz] |
---|---|---|
author | Steffen Gebert <steffen.gebert@typo3.org> | Tue May 14 19:04:04 2013 +0200 |
committer | Steffen Gebert <steffen.gebert@typo3.org> | Tue May 14 19:04:04 2013 +0200 |
tree | d6c45f4d095ddc6dea5b26efdb7aa1d0961227e2 | |
parent | 5121f532bda179f831979ebdbe0597060eaadf63 [diff] |
Apply Google code style format
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.