mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	Web editor: disallow edit mirror repository
This commit is contained in:
		| @@ -444,6 +444,11 @@ func (repo *Repository) AllowsPulls() bool { | ||||
| 	return repo.CanEnablePulls() && repo.EnablePulls | ||||
| } | ||||
|  | ||||
| // CanEnableEditor returns true if repository meets the requirements of web editor. | ||||
| func (repo *Repository) CanEnableEditor() bool { | ||||
| 	return !repo.IsMirror | ||||
| } | ||||
|  | ||||
| // FIXME: should have a mutex to prevent producing same index for two issues that are created | ||||
| // closely enough. | ||||
| func (repo *Repository) NextIssueIndex() int64 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user