forgejo/services/repository
wxiaoguang 22eeede885
Do not "guess" the file encoding/BOM when using API to upload files (#25828)
Related issue: #18368

It doesn't seem right to "guess" the file encoding/BOM when using API to
upload files.

The API should save the uploaded content as-is.
2023-07-12 09:58:27 +00:00
..
archiver
files Do not "guess" the file encoding/BOM when using API to upload files (#25828) 2023-07-12 09:58:27 +00:00
adopt.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
adopt_test.go
avatar.go
avatar_test.go
branch.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
cache.go
check.go
fork.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
fork_test.go
hooks.go
lfs.go Simplify the LFS GC logger usage (#25717) 2023-07-06 16:52:41 +00:00
main_test.go
push.go Fix branch commit message too long problem (#25588) 2023-06-30 17:03:05 +08:00
repository.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
repository_test.go
review.go
review_test.go
template.go
transfer.go
transfer_test.go