forgejo/services/repository/files
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
..
cherry_pick.go
commit.go
content.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
content_test.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
diff.go
diff_test.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
file.go
file_test.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
patch.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
temp_repo.go
tree.go
tree_test.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
update.go Do not "guess" the file encoding/BOM when using API to upload files (#25828) 2023-07-12 09:58:27 +00:00
upload.go