1
0
Fork 0
gitea/routers/user
zeripath e6baa656f7
make avatar lookup occur at image request (#10540)
speed up page generation by making avatar lookup occur at the browser
not at page generation

* Protect against evil email address ".."

* hash the complete email address

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

Co-Authored-By: Lauris BH <lauris@nix.lv>
2020-03-27 14:34:39 +02:00
..
setting Admin page for managing user e-mail activation (#10557) 2020-03-02 15:25:36 -03:00
auth.go Admin page for managing user e-mail activation (#10557) 2020-03-02 15:25:36 -03:00
auth_openid.go
avatar.go make avatar lookup occur at image request (#10540) 2020-03-27 14:34:39 +02:00
home.go Add Approval Counts to pulls list (#10238) 2020-03-06 03:44:06 +00:00
home_test.go
main_test.go
notification.go
oauth.go
profile.go