1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-16 06:13:43 -04:00
gitea/routers/web
Lunny Xiao 1bf5527eac
Refactor Find Sources and fix bug when view a user who belongs to an unactive auth source (#27798)
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.
2023-11-03 01:41:00 +00:00
..
admin Refactor Find Sources and fix bug when view a user who belongs to an unactive auth source (#27798) 2023-11-03 01:41:00 +00:00
auth Refactor Find Sources and fix bug when view a user who belongs to an unactive auth source (#27798) 2023-11-03 01:41:00 +00:00
devtest
events
explore
feed
healthcheck
misc
org Fix the missing repo count in new team page and edit team page (#27743) 2023-10-25 13:55:56 +08:00
repo Fix http protocol auth (#27875) 2023-11-02 22:14:33 +08:00
shared Fix typo "GetLatestRunnerToken" (#27680) 2023-10-18 15:52:44 +00:00
user Refactor Find Sources and fix bug when view a user who belongs to an unactive auth source (#27798) 2023-11-03 01:41:00 +00:00
base.go
githttp.go Fix http protocol auth (#27875) 2023-11-02 22:14:33 +08:00
goget.go
home.go Enhanced auth token / remember me (#27606) 2023-10-14 00:56:41 +00:00
metrics.go
nodeinfo.go
swagger_json.go
web.go Fix http protocol auth (#27875) 2023-11-02 22:14:33 +08:00
webfinger.go