Cloudreve/pkg/filesystem
2019-12-13 13:22:10 +08:00
..
fsctx Feat: sign file source url 2019-12-10 17:10:34 +08:00
local Modify: close file in main routine 2019-12-11 18:52:41 +08:00
qiniu Modify: split hooks into small modules 2019-11-26 11:42:26 +08:00
response Feat experimental WebAuth API 2019-12-08 22:17:36 +08:00
archive.go Fix: failed unit test / Feat: support TTL in redis cache 2019-12-13 13:22:10 +08:00
errors.go Test: delete objects related methods 2019-12-01 14:31:29 +08:00
file.go Modify: close file in main routine 2019-12-11 18:52:41 +08:00
file_test.go Fix: failed unit test / Feat: support TTL in redis cache 2019-12-13 13:22:10 +08:00
filesystem.go Test: get source URL of files 2019-12-11 12:24:09 +08:00
filesystem_test.go Test: get source URL of files 2019-12-11 12:24:09 +08:00
hooks.go Feat: sign file source url 2019-12-10 17:10:34 +08:00
hooks_test.go Feat: sign file source url 2019-12-10 17:10:34 +08:00
image.go Test: get source URL of files 2019-12-11 12:24:09 +08:00
image_test.go Test: thumbnail and authn / Modify: read thumbnail config from file 2019-12-09 11:33:39 +08:00
manage.go Fix: failed unit test due to missing mock.ExpectWereMatch() 2019-12-08 13:03:08 +08:00
manage_test.go Fix: failed unit test due to missing mock.ExpectWereMatch() 2019-12-08 13:03:08 +08:00
path.go Test: modified folder methods and filesystem 2019-12-08 10:57:43 +08:00
path_test.go Test: modified folder methods and filesystem 2019-12-08 10:57:43 +08:00
upload.go Feat: sign file source url 2019-12-10 17:10:34 +08:00
upload_test.go Feat: sign file source url 2019-12-10 17:10:34 +08:00
validator.go Feat: generate thumbnails for image file 2019-12-08 14:16:01 +08:00
validator_test.go