Cloudreve/pkg/filesystem
2022-03-23 19:02:39 +08:00
..
chunk Feat: generating token and callback url for OSS muiltpart upload, support resume upload in sever-side uploading for OSS 2022-03-20 11:23:55 +08:00
driver Refactor: move thumbnail config from ini file to database 2022-03-23 19:02:39 +08:00
fsctx Feat: adapt new uploader for s3 like policy 2022-03-20 11:29:50 +08:00
response Feat: slave side list file 2020-04-28 10:02:53 +08:00
tests Test: pkg/task / Fix: failed test due to policy cache 2020-02-07 11:47:52 +08:00
archive.go Fix: panics inside of task was not correctly logged into DB 2022-03-13 16:20:50 +08:00
archive_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
errors.go Refactor: create placeholder file and record upload session id in it 2022-02-27 14:07:12 +08:00
file.go Feat: use transactions to manipulate user's used storage 2022-02-27 14:24:17 +08:00
file_test.go Refactor: use universal FileHeader when handling file upload, remove usage of global ctx with FileHeader, SavePath, DisableOverwrite 2022-02-27 14:03:07 +08:00
filesystem.go Feat: adapt new uploader for s3 like policy 2022-03-20 11:29:50 +08:00
filesystem_test.go Fix: slave node cannot transfer files to other slave node 2021-11-30 19:26:07 +08:00
hooks.go Refactor: move thumbnail config from ini file to database 2022-03-23 19:02:39 +08:00
hooks_test.go Feat: use transactions to manipulate user's used storage 2022-02-27 14:24:17 +08:00
image.go Refactor: move thumbnail config from ini file to database 2022-03-23 19:02:39 +08:00
image_test.go Feat: improve thumbnails proformance and GC for local policy (#1044) 2021-11-11 17:45:22 +08:00
manage.go Feat: use database transactions to delete / update file size 2022-02-27 14:23:26 +08:00
manage_test.go Test: new modifications in filesystem pkg 2021-11-16 20:54:21 +08:00
path.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
path_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
upload.go Refactor: factory method for OSS client 2022-03-20 11:26:26 +08:00
upload_test.go Refactor: use universal FileHeader when handling file upload, remove usage of global ctx with FileHeader, SavePath, DisableOverwrite 2022-02-27 14:03:07 +08:00
validator.go Feat: get policy from directory props / Feat: return source enabled flag in file list 2022-02-10 19:25:38 +08:00
validator_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00