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.
forgejo/modules/storage
Nulo (he/him) cca189ef97
Save files in local storage as umask (#21198)
Go creates temporary files as 600, but sometimes we want the group to be able to read them (for example,
for another user to back up the storage)

This PR applies the umask to the renamed tmp files in local storage.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 years ago
..
helper.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago
local.go Save files in local storage as umask (#21198) 2 years ago
local_test.go Clean paths when looking in Storage (#19124) 2 years ago
minio.go Clean paths when looking in Storage (#19124) 2 years ago
storage.go Add more linters to improve code readability (#19989) 2 years ago