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
6543 07629bd55c
Add Allow-/Block-List for Migrate & Mirrors (#13610) (#13776)
* add black list and white list support for migrating repositories

* specify log message

* use blocklist/allowlist

* allways use lowercase to match url

* Apply allow/block

* Settings: use existing "migrations" section

* convert domains lower case

* dont store unused value

* Block private addresses for migration by default

* use proposed-upstream func to detect private IP addr

* add own error for blocked migration, add tests, imprufe api

* fix test

* fix-if-localhost-is-ipv4

* rename error & error message

* rename setting options

* Apply suggestions from code review

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
..
admin Validate email before inserting/updating (#13475) (#13666) 4 years ago
misc Not using "ctx.ServerError" in api (#12907) 4 years ago
notify API: Fix GetQueryBeforeSince (#13561) 4 years ago
org Fix ListUserOrgs (#12910) 4 years ago
repo Add Allow-/Block-List for Migrate & Mirrors (#13610) (#13776) 4 years ago
settings fix: case typo (#13049) 4 years ago
swagger Issue templates directory (#11450) 5 years ago
user Validate email before inserting/updating (#13475) (#13666) 4 years ago
utils API: Fix GetQueryBeforeSince (#13561) 4 years ago
api.go [API] Only Return Json (#13511) (#13565) 4 years ago