summaryrefslogtreecommitdiffstats
path: root/modules/storage
Commit message (Expand)AuthorAgeFilesLines
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Fix storage Iterate bug and Add storage doctor to delete garbage attachments ...Lunny Xiao2021-09-061-2/+2
* Close storage objects before cleaning (#16934)zeripath2021-09-031-0/+1
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-4/+1
* Retry rename on lock induced failures (#16435)zeripath2021-07-151-1/+1
* Fix archive error when rename repo or user (#16399)Lunny Xiao2021-07-131-0/+7
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Rework repository archive (#14723)Lunny Xiao2021-06-231-1/+14
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-092-3/+1
* Add size to Save function (#15264)zeripath2021-04-033-6/+13
* Fix race in local storage (#14888)zeripath2021-03-051-10/+38
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+3
* Fix Storage mapping (#13297)zeripath2020-10-251-4/+4
* When handling errors in storageHandler check underlying error (#13178)zeripath2020-10-171-1/+1
* Prevent panics with missing storage (#13164)zeripath2020-10-153-15/+44
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-0/+38
* Provide self-registering storage system (#12978)zeripath2020-10-124-40/+172
* Add default storage configurations (#12813)Lunny Xiao2020-09-293-47/+100
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-083-3/+98
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-183-0/+244