1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-04 05:21:41 +02:00
gitea/modules/repofiles
David Svantesson 232340f5e3 Prevent upload (overwrite) of lfs locked file (#8769)
* Check if file is locked on upload file commit.

* Better user message if file is locked.

* Check lfs lock before creating temporary repository. fix some errors.

* move lines

* Add comment that enabled setting is checked.
2019-11-02 15:37:05 +08:00
..
action_test.go
action.go Rename HookQueue to hookQueue (#8778) 2019-11-02 10:35:12 +08:00
blob_test.go
blob.go
commit_status.go
commit.go
content_test.go Fix #8582 by handling empty repos (#8587) 2019-10-19 23:38:49 +08:00
content.go Fix #8582 by handling empty repos (#8587) 2019-10-19 23:38:49 +08:00
delete.go
diff_test.go
diff.go
file_test.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 2019-10-16 14:42:42 +01:00
file.go
repofiles_test.go
repofiles.go
temp_repo.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 2019-10-16 14:42:42 +01:00
tree_test.go
tree.go
update.go Add basic repository lfs management (#7199) 2019-10-28 18:31:55 +00:00
upload.go Prevent upload (overwrite) of lfs locked file (#8769) 2019-11-02 15:37:05 +08:00
verification.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 2019-10-16 14:42:42 +01:00