gitea/modules/auth
silverwind 9269a038a4
Direct avatar rendering (#13649)
* Direct avatar rendering

This adds new template helpers for avatar rendering which output image
elements with direct links to avatars which makes them cacheable by the
browsers.

This should be a major performance improvment for pages with many avatars.

* fix avatars of other user's profile pages

* fix top border on user avatar name

* uncircle avatars

* remove old incomplete avatar selector

* use title attribute for name and add it back on blame

* minor refactor

* tweak comments

* fix url path join and adjust test to new result

* dedupe functions
2020-12-03 19:46:11 +01:00
..
ldap [Vendor] Update go-ldap to v3.2.4 (#13163) 2020-10-15 15:27:33 -04:00
oauth2 #12897 - add mastodon provider (#13293) 2020-10-25 14:21:49 -04:00
openid Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
pam Remove PAM from auth dropdown when unavailable (#13276) 2020-10-23 11:10:29 +01:00
sso Direct avatar rendering (#13649) 2020-12-03 19:46:11 +01:00
admin.go Multiple small admin dashboard fixes (#12153) 2020-07-05 22:38:03 +03:00
auth.go Add single sign-on support via SSPI on Windows (#8463) 2019-11-23 01:33:31 +02:00
auth_form.go Add check for LDAP group membership (#10869) 2020-09-10 16:30:07 +01:00
org.go Team permission to create repository in organization (#8312) 2019-11-20 19:27:49 +08:00
repo_branch_form.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
repo_form.go Add block on official review requests branch protection (#13705) 2020-11-28 21:30:46 +02:00
repo_form_test.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
user_form.go Remove obsolete change of email on profile page (#13341) 2020-10-28 22:33:14 +00:00
user_form_auth_openid.go hCaptcha Support (#12594) 2020-10-02 23:37:53 -04:00
user_form_test.go Block registration based on email domain (#5157) 2018-11-14 20:00:04 -05:00