You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules
Sandro Santilli 8a248696e9 Use a gopher as default avatar (rather than the gravatar logo) (#3208)
Also changes the avatar from a jpeg to a png, to allow for
transparent background. The indexed png is also smaller in size.

Note that at the moment the default avatar is only used when
the user requested a custom avatar and the custom avatar file
is not found (should never happen).

In the future the default avatar could be used as a default
return when by-mail avatar lookups fail too (both gravatar
and libravatar support passing a default)
9 years ago
..
auth Fixes #3110 (#3136) 9 years ago
avatar Make markdown as an independent module 9 years ago
base Use a gopher as default avatar (rather than the gravatar logo) (#3208) 9 years ago
bindata Minor fix for #3194 9 years ago
context #1692 add admin APIs to add/remove a user from teams 9 years ago
cron Move cron module to independent package 9 years ago
httplib Remove unused tests 9 years ago
log #1597 support pull requests in same repository 9 years ago
mailer #2954 minor fix for when to set HTML alternative 9 years ago
markdown Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) 9 years ago
process introduce git-shell 9 years ago
setting #2954 use text/plain as default email content format 9 years ago
ssh #2850 fix potential SSH commands dislocation 9 years ago
template #2878 print error of JSON unmarshal and always returns a valid object 9 years ago
user Factor out function to get the current user 10 years ago