commit | b0808f7c0723dec39aab6ef7baa1b38e9159c853 | [log] [tgz] |
---|---|---|
author | Christian Aistleitner <christian@quelltextlich.at> | Tue Jul 21 00:32:27 2015 +0200 |
committer | Christian Aistleitner <christian@quelltextlich.at> | Tue Jul 21 00:32:27 2015 +0200 |
tree | ddaca37b7aa05834e67e3d9e537ba7d940da2d2b | |
parent | 503747022c395bae7833e2688b4e26e2d7a99413 [diff] |
Drop Maven support Maintaining two build systems is just a huge waste of time. Change-Id: I03e2fff93174d5503fcb339d0c42f9ce74bc2b4a
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.