This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/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.go Rename HookQueue to hookQueue (#8778) 2019-11-02 10:35:12 +08:00
action_test.go
blob.go
blob_test.go
commit.go
commit_status.go
content.go Fix #8582 by handling empty repos (#8587) 2019-10-19 23:38:49 +08:00
content_test.go Fix #8582 by handling empty repos (#8587) 2019-10-19 23:38:49 +08:00
delete.go
diff.go Move git diff codes from models to services/gitdiff (#7889) 2019-09-05 22:20:09 -04:00
diff_test.go Move git diff codes from models to services/gitdiff (#7889) 2019-09-05 22:20:09 -04:00
file.go
file_test.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 2019-10-16 14:42:42 +01:00
repofiles.go
repofiles_test.go
temp_repo.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 2019-10-16 14:42:42 +01:00
tree.go
tree_test.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