summaryrefslogtreecommitdiffstats
path: root/src/main/distrib/data
diff options
context:
space:
mode:
authorFabrice Bacchella <fbacchella@spamcop.net>2015-06-03 17:10:16 +0200
committerJames Moger <james.moger@gitblit.com>2015-06-15 11:55:05 -0400
commitb57b9ec3edd2ca7e7e44190f85e3743cea822e3e (patch)
tree89f2eecf3d43f5e1040c332ae1e177107d9a5487 /src/main/distrib/data
parentf3b7e29b210bba61c64ba9aee07cf2eef20ea5f4 (diff)
downloadgitblit-b57b9ec3edd2ca7e7e44190f85e3743cea822e3e.tar.gz
gitblit-b57b9ec3edd2ca7e7e44190f85e3743cea822e3e.zip
First draft for a customized avatar image
Diffstat (limited to 'src/main/distrib/data')
-rw-r--r--src/main/distrib/data/defaults.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/distrib/data/defaults.properties b/src/main/distrib/data/defaults.properties
index c1750689..aa0d2cfa 100644
--- a/src/main/distrib/data/defaults.properties
+++ b/src/main/distrib/data/defaults.properties
@@ -975,6 +975,13 @@ web.useResponsiveLayout = true
# SINCE 0.8.0
web.allowGravatar = true
+# Define which class will generate the avatar URL.
+# This class must inherit from com.gitblit.AvatarGenerator
+# It must use a no argument constructor
+#
+# SINCE 1.7.0
+web.avatarClass = com.gitblit.GravatarGenerator
+
# Allow dynamic zip downloads.
#
# SINCE 0.5.0