You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
action.go Rename HookQueue to hookQueue (#8778) 5 years ago
action_test.go Add file status on API (#7671) 6 years ago
blob.go
blob_test.go
commit.go
commit_status.go Add commit statuses reports on pull request view (#6845) 6 years ago
content.go Fix #8582 by handling empty repos (#8587) 5 years ago
content_test.go Fix #8582 by handling empty repos (#8587) 5 years ago
delete.go Fix duplicate call of webhook (#7821) 6 years ago
diff.go Move git diff codes from models to services/gitdiff (#7889) 5 years ago
diff_test.go Move git diff codes from models to services/gitdiff (#7889) 5 years ago
file.go Fixes #7292 - API File Contents bug (#7301) 6 years ago
file_test.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 5 years ago
repofiles.go
repofiles_test.go
temp_repo.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 5 years ago
tree.go Add golangci (#6418) 6 years ago
tree_test.go
update.go Add basic repository lfs management (#7199) 5 years ago
upload.go Prevent upload (overwrite) of lfs locked file (#8769) 5 years ago
verification.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 5 years ago