Explorar el Código

Add support for using "libravatar" as the GravatarSource

Just to make it easier for administrator to configure libre avatar,
as it is done for "duoshuo" and "gravatar"
tags/v1.0.0
Sandro Santilli hace 7 años
padre
commit
608a60fb94
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      modules/setting/setting.go

+ 2
- 0
modules/setting/setting.go Ver fichero

@@ -544,6 +544,8 @@ please consider changing to GITEA_CUSTOM`)
GravatarSource = "http://gravatar.duoshuo.com/avatar/"
case "gravatar":
GravatarSource = "https://secure.gravatar.com/avatar/"
case "libravatar":
GravatarSource = "https://seccdn.libravatar.org/avatar/"
default:
GravatarSource = source
}

Cargando…
Cancelar
Guardar