gitea/templates
Lunny Xiao 1bf5527eac
Refactor Find Sources and fix bug when view a user who belongs to an unactive auth source ()
The steps to reproduce it.

First, create a new oauth2 source.
Then, a user login with this oauth2 source.
Disable the oauth2 source.
Visit users -> settings -> security, 500 will be displayed.
This is because this page only load active Oauth2 sources but not all
Oauth2 sources.
..
admin cleanup repo details icons/labels ()
api/packages/pypi Remove incorrect HTML self close tag ()
base Rename the default themes to gitea-light, gitea-dark, gitea-auto ()
code Fix more "locale" usages ()
custom Add footer extra links template ()
devtest Improve dropdown button alignment and fix hover bug ()
explore Fix incorrect "tab" parameter for repo search sub-template ()
mail Update team invitation email link ()
org Add link to members and repositories at teams page ()
package Package repository/documentation link unification ()
projects More `db.DefaultContext` refactor ()
repo Add `Hide/Show all checks` button to commit status check ()
shared Add `Hide/Show all checks` button to commit status check ()
status Clean up template locale usage ()
swagger Fix package webhook ()
user Refactor Find Sources and fix bug when view a user who belongs to an unactive auth source ()
webhook Extract common code to new template ()
home.tmpl Fix more "locale" usages ()
install.tmpl Fix more "locale" usages ()
post-install.tmpl Always use `ctx.Locale.Tr` inside templates ()