You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
zeripath 2b36bdd490 Do not display the raw OpenID error in the UI (#5705)
* Do not display the raw OpenID error in the UI

If there are no `WHITELIST_URIS` or `BLACKLIST_URIS` set in the openid
section of the app.ini, it is possible that gitea can leak sensitive
information about the local network through the error provided by the
UI. This PR hides the error information and logs it.

Fix #4973

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

* Update auth_openid.go

Place error log within the `err != nil` branch.
6 years ago
..
admin Support reverse proxy providing email (#5554) 6 years ago
api/v1 Issue is not overdue when it is on the same date #5566 (#5568) 6 years ago
dev Make time diff translatable (#2057) 7 years ago
org Improve team members and repositories settings UI (#5457) 6 years ago
private fix clone wiki failed via ssh (#5503) 6 years ago
repo Added URL mapping for Release attachments like on github.com (#1707) 6 years ago
routes Allow for user specific themes (#5668) 6 years ago
user Do not display the raw OpenID error in the UI (#5705) 6 years ago
utils Slack webhook channel name cannot be empty or just contain an hashtag (#4786) 6 years ago
home.go feat(repo): support search repository by topic name (#4505) 6 years ago
init.go fix lfs version check warning log when using ssh protocol (#5501) 6 years ago
install.go Remove traces of embedded TiDB (#4906) 6 years ago
metrics.go Prometheus endpoint (#5256) 6 years ago
swagger_json.go Swagger.v1.json template (#3572) 6 years ago