mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Migrate repository by organization
This commit is contained in:
		| @@ -48,6 +48,7 @@ type MigrateRepoForm struct { | ||||
| 	Url          string `form:"url" binding:"Url"` | ||||
| 	AuthUserName string `form:"auth_username"` | ||||
| 	AuthPasswd   string `form:"auth_password"` | ||||
| 	Uid          int64  `form:"uid" binding:"Required"` | ||||
| 	RepoName     string `form:"repo" binding:"Required;AlphaDash;MaxSize(100)"` | ||||
| 	Mirror       bool   `form:"mirror"` | ||||
| 	Private      bool   `form:"private"` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user