350954911efix: add no-cache option to service worker file
HFO4
2022-04-22 16:18:20 +08:00
b8bc5bed13test: new overwrite param in CreateUploadSession
HFO4
2022-04-22 16:05:57 +08:00
91377f4676fix: cached folder props should ignore date and policy
HFO4
2022-04-22 15:58:39 +08:00
b1803fa51ffix: cannot overwrite file to slave policy / fix: remove lock system for webdav to resolve Windows Explorer issue.
HFO4
2022-04-22 15:57:21 +08:00
f8b7e086bafix: database is locked when using sqlite
HFO4
2022-04-22 15:56:45 +08:00
23bd1389bc使用archiver对压缩文件进行解压
Weidi Deng
2022-04-21 16:33:10 +08:00
aaf8a793eetest: new changes related to filesystem.CreateDirectory
HFO4
2022-04-21 14:29:10 +08:00
2ab2662fcdfix: cannot upload file to onedrive because file info not match (fix#1215) Path in onedrive is not case-sensitive while Cloudreve cares, thus file size is not matching when finishing upload.
HFO4
2022-04-21 13:58:54 +08:00
71df067a76fix: create directory now ignore conflict error, it will return the existed folder
HFO4
2022-04-21 13:58:22 +08:00
7a3d44451bprecompress embedded frontend. import mholt/archiver.
Weidi Deng
2022-04-20 19:56:00 +08:00
1f3c1d7ce2Chore(deps): Bump github.com/gin-gonic/gin from 1.5.0 to 1.7.0 (#1198)
dependabot[bot]
2022-04-09 21:02:14 +08:00
84807be1cause go:embed for static resources (#1107)
Ink33
2022-04-09 20:58:07 +08:00
20e90e3963Improve error message when uploading is conflicted
HFO4
2022-04-09 09:57:22 +08:00
ace398d87bFix: file size is ready dirty when clean upload sessions After listing to be deleted files, before delete is committed to database, file size might be changed by ongoing upload, causing inconsistent user storage.
HFO4
2022-04-03 20:39:50 +08:00
ec776ac837Test: new changes in pkg request, serializer, task, xml, router
HFO4
2022-03-31 20:17:01 +08:00
d117080991Test: new changes pkg filesystem
HFO4
2022-03-30 20:38:02 +08:00
1c0a735df8Test: new changes pkg remote, fsctx, part of filesystem
HFO4
2022-03-29 20:13:05 +08:00
c6130ab078Feat: new changes in pkg: chunk, backoff, local, onedrive
HFO4
2022-03-27 11:14:30 +08:00
31315c86eeFeat: support option for cache streamed chunk data into temp file for potential retry.
HFO4
2022-03-26 15:33:31 +08:00
636ac52a3fTest: new changes in pkg: cache, cluster, conf
HFO4
2022-03-26 15:32:57 +08:00
1821923b74Test: new changes in model pkg
HFO4
2022-03-24 20:07:56 +08:00
a568e5e45aTest: new changes in middleware pkg
HFO4
2022-03-23 20:05:10 +08:00
e51c5cd70dFix: root folder should not be deleted
HFO4
2022-03-23 19:32:31 +08:00
5a3ea89866Feat: support {ext} and {uuid} magic variable
HFO4
2022-03-23 19:26:25 +08:00
eaa8c9e12dRefactor: move thumbnail config from ini file to database
HFO4
2022-03-23 19:02:39 +08:00
d54ca151b2Feat: overwrite database settings in conf.ini for slave node.
HFO4
2022-03-23 18:58:18 +08:00
7eb8173101Feat: adapt new uploader for s3 like policy This commit also fix#730, #713, #756, #5
HFO4
2022-03-20 11:29:50 +08:00
d3016b60afFeat: adapt new uploader for upyun policy
HFO4
2022-03-20 11:27:43 +08:00
9e5713b139Feat: adapt new uploader for COS policy
HFO4
2022-03-20 11:27:17 +08:00
07f13cc350Refactor: factory method for OSS client Fix: use HTTPS schema by default in OSS client Feat: new handler for Qiniu policy
HFO4
2022-03-20 11:26:26 +08:00
0df9529b32Feat: generating token and callback url for OSS muiltpart upload, support resume upload in sever-side uploading for OSS
HFO4
2022-03-20 11:23:55 +08:00
015ccd5026Feat: use new ChunkManager for OneDrive API client
HFO4
2022-03-20 11:20:09 +08:00
5802161102Fix: inherited policy ID didn't pass through second layer in Folder / version verification in Ping router
HFO4
2022-03-20 11:17:04 +08:00
b6efca1878Feat: uploading OneDrive files in client side
HFO4
2022-03-20 11:16:25 +08:00
15e3e3db5cFix: unused import and Ping router return wrong version
HFO4
2022-03-16 11:44:40 +08:00
24dfb2c24eFix: undefined method in transfer task
HFO4
2022-03-13 19:27:33 +08:00
dd4c3e05d3Feat: show pro flag in ping response
HFO4
2022-03-13 16:21:32 +08:00
5bda037d74Fix: cannot list multiple pages in async task page
HFO4
2022-03-13 16:21:09 +08:00
c89327631eFix: panics inside of task was not correctly logged into DB Feat: slave node use new API to upload file to master
HFO4
2022-03-13 16:20:50 +08:00
9136f3caecFix: while placeholder file got conflict, original file might be deleted
HFO4
2022-03-13 16:19:05 +08:00