mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Update Wiki
This commit is contained in:
		@@ -104,7 +104,7 @@ func IsRepositoryExist(user *User, repoName string) (bool, error) {
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
	// Define as all lower case!!
 | 
			
		||||
	illegalPatterns = []string{"[.][Gg][Ii][Tt]", "raw", "user", "help", "stars", "issues", "pulls", "commits", "admin", "repo", "template", "admin"}
 | 
			
		||||
	illegalPatterns = []string{"[.][Gg][Ii][Tt]", "raw", "user", "help", "stars", "issues", "pulls", "commits", "repo", "template", "admin"}
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// IsLegalName returns false if name contains illegal characters.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user