gitea/routers/user
techknowlogick 779d1185e7
Prevent NPE on avatar direct rendering if federated avatars disabled () ()
 assumed that direct avatar urls would always be libravatar urls - this leads
to NPEs if federated avatar service is disabled.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>

Co-authored-by: zeripath <art27@cantab.net>
2021-04-12 22:50:07 -04:00
..
setting Add SameSite setting for cookies () 2021-03-07 08:12:43 +00:00
auth.go Validate email in oauth registration form () 2021-03-17 04:54:02 +01:00
auth_openid.go Add SameSite setting for cookies () 2021-03-07 08:12:43 +00:00
avatar.go Prevent NPE on avatar direct rendering if federated avatars disabled () () 2021-04-12 22:50:07 -04:00
home.go Show correct issues for team dashboard () 2021-03-12 04:06:33 +01:00
home_test.go Issues overview should not show issues from archived repos () 2021-01-12 23:19:17 -05:00
main_test.go Unit tests for wiki routers () 2017-11-30 17:52:15 +02:00
notification.go Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL () 2021-02-19 22:36:43 +01:00
oauth.go Move macaron to chi () 2021-01-26 16:36:53 +01:00
profile.go Show private heatmap on profile to self & admins () 2021-03-04 23:59:13 +01:00
task.go Store task errors following migrations and display them () 2020-10-23 19:46:35 -04:00