| commit | 2c4c6478e5ec6006a1163beeac1938ede007963c | [log] [tgz] |
|---|---|---|
| author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Apr 11 23:03:24 2014 +0100 |
| committer | Luca Milanesio <luca.milanesio@gmail.com> | Sat Apr 12 18:50:52 2014 +0100 |
| tree | 4477ca3f602d82a8865215e065003693996f7358 | |
| parent | 268dff220488458761953a4f8aa9f8cb65394c59 [diff] |
Release for Gerrit 2.8 Add final dependencies to allow to build for Gerrit 2.8 using the released plugin API and dependencies. Change-Id: Ia0aeff15d0b0e4c05ade3c77d843b269edd1e54b
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.