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.
gitea/routers/api/v1
Lunny Xiao e97e883ad5
Add reverseproxy auth for API back with default disabled (#26703)
This feature was removed by #22219 to avoid possible CSRF attack.

This PR takes reverseproxy auth for API back but with default disabled.

To prevent possbile CSRF attack, the responsibility will be the
reverseproxy but not Gitea itself.

For those want to enable this `ENABLE_REVERSE_PROXY_AUTHENTICATION_API`,
they should know what they are doing.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
activitypub Update tool dependencies, lock govulncheck and actionlint (#25655) 2 years ago
admin Move createrepository from module to service layer (#26927) 1 year ago
misc Move web/api context related testing function into a separate package (#26859) 1 year ago
notify Fix bugs related to notification endpoints (#25548) 2 years ago
org Refactor secrets modification logic (#26873) 1 year ago
packages Add CRAN package registry (#22331) 2 years ago
repo Move createrepository from module to service layer (#26927) 1 year ago
settings Implement FSFE REUSE for golang files (#21840) 2 years ago
swagger refactor(API): refactor secret creation and update functionality (#26751) 1 year ago
user Refactor secrets modification logic (#26873) 1 year ago
utils New webhook trigger for receiving Pull Request review requests (#24481) 2 years ago
api.go Add reverseproxy auth for API back with default disabled (#26703) 1 year ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago