]> source.dussan.org Git - gitea.git/commit
Add Allow-/Block-List for Migrate & Mirrors (#13610)
author6543 <6543@obermui.de>
Sun, 29 Nov 2020 00:37:58 +0000 (01:37 +0100)
committerGitHub <noreply@github.com>
Sun, 29 Nov 2020 00:37:58 +0000 (19:37 -0500)
commitb2435af9be75a0cdeea08881c162e65740225f56
tree42a3db956042e3777acebad03e0157c6cca3c881
parent0f14f69e6070c9aca09f57c419e7d6007d0e520b
Add Allow-/Block-List for Migrate & Mirrors (#13610)

* add black list and white list support for migrating repositories

* fix fmt

* fix lint

* fix vendor

* fix modules.txt

* clean diff

* 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

* fix lint

* use proposed-upstream func to detect private IP addr

* a nit

* 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>
custom/conf/app.example.ini
docs/content/doc/advanced/config-cheat-sheet.en-us.md
docs/content/doc/advanced/config-cheat-sheet.zh-cn.md
integrations/api_repo_test.go
models/error.go
modules/matchlist/matchlist.go [new file with mode: 0644]
modules/migrations/migrate.go
modules/migrations/migrate_test.go [new file with mode: 0644]
modules/setting/migrations.go
routers/api/v1/repo/migrate.go
routers/init.go