Overwork the plugin

* extract the username encoding and URL replacing into a method
* replace the username also in changeUrl (without logging, if no
  occurence of %s can be found)
1 file changed
tree: 0cc6d19d7f3701e6bbbd2876c1440cd166c5d691
  1. .settings/
  2. src/
  3. .gitignore
  4. pom.xml
  5. README.md
README.md

External URL Avatar Plugin Configuration

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.