summaryrefslogtreecommitdiffstats
path: root/modules/storage/local.go
Commit message (Expand)AuthorAgeFilesLines
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-7/+10
* add path prefix to ObjectStorage.Iterator (#23332)FuXiaoHei2023-03-131-2/+6
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-2/+1
* Change use of Walk to WalkDir to improve disk performance (#22462)Felipe Leopoldo Sologuren GutiƩrrez2023-01-161-2/+2
* Local storage should not store files as executable (#22162)zeripath2022-12-191-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Save files in local storage as umask (#21198)Nulo (he/him)2022-09-241-0/+4
* Clean paths when looking in Storage (#19124)zeripath2022-03-221-26/+8
* Fix lfs bug (#19072)Lunny Xiao2022-03-141-0/+23
* format with gofumpt (#18184)65432022-01-201-3/+1
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Retry rename on lock induced failures (#16435)zeripath2021-07-151-1/+1
* Add size to Save function (#15264)zeripath2021-04-031-1/+1
* Fix race in local storage (#14888)zeripath2021-03-051-10/+38
* Prevent panics with missing storage (#13164)zeripath2020-10-151-0/+2
* Provide self-registering storage system (#12978)zeripath2020-10-121-3/+29
* Add default storage configurations (#12813)Lunny Xiao2020-09-291-1/+26
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-1/+6
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-0/+70