HFO4
e699287ffd
Modify: mark as success when deleting a file that does not exist;
...
Fix: minio is not usable in S3 policy
Modify: use batch request to delete S3 files
2021-02-28 16:48:51 +08:00
Cinhi Young
9c78515c72
Fix: email address should be lowercase for requesting Gravatar ( #758 )
2021-02-08 19:33:09 +08:00
HFO4
3b22b4fd25
Update version number
2021-01-06 18:18:24 +08:00
HFO4
08d998b41e
Update submodule
2021-01-06 17:38:20 +08:00
Breeze Chen
488e62f762
Fix qiniu last modify time. ( #691 )
2021-01-06 17:01:24 +08:00
HFO4
f35ad3fe0a
Fix : #663
2021-01-06 16:35:31 +08:00
HFO4
61e6d9b591
Update version number
2020-12-10 17:26:39 +08:00
HFO4
feb1134a7c
Update submodule
2020-12-10 17:05:06 +08:00
HFO4
9f2f14cacf
Fix: https://github.com/cloudreve/Cloudreve/issues/504
2020-12-10 16:59:45 +08:00
HFO4
055ed0e075
Fix: standardize the use of error codes related to login credentials
2020-12-08 20:13:42 +08:00
HFO4
c87109c8b1
Fix: incorrect attr column type in download table
2020-12-08 19:55:23 +08:00
HFO4
8057c4b8bc
Update: submodule
2020-12-08 18:53:20 +08:00
HFO4
5ab93a6e0d
Test: frontend middleware
2020-12-08 18:15:02 +08:00
HFO4
5d406f1c6a
Feat: use history router mode
2020-12-08 17:36:19 +08:00
HFO4
5b44606276
Test: replace cdn proxy url for OneDrive policy
2020-12-08 17:31:37 +08:00
HFO4
bd2bdf253b
Feat: using custom reverse proxying in OneDrive file downloading
2020-12-08 17:30:22 +08:00
HFO4
0cfa61e264
Test: user storage calibration script
2020-12-06 16:50:08 +08:00
HFO4
f7c8039116
Feat: execute database script to calibrate user storage
2020-12-06 16:49:49 +08:00
HFO4
6486e8799b
Fix: user storage might be returned twice when canceling uploading request ( #645 )
2020-12-03 18:10:10 +08:00
HFO4
7279be2924
Fix: user storage might be returned twice when OneDrive uploading canceled in WebDAV requests
2020-12-01 19:22:52 +08:00
HFO4
33f8419999
Merge remote-tracking branch 'origin/master'
2020-11-29 19:16:24 +08:00
HFO4
a5805b022a
Feat: enable using LAN endpoint in serverside request of OSS policy ( #399 )
2020-11-29 19:15:35 +08:00
Archerx
ae89b402f6
fix: statik data needs to be initialized ( #640 )
...
Co-authored-by: xuc2 <xuc2@knownsec.com>
2020-11-25 21:23:26 +08:00
HFO4
0d210e87b3
Fix: aria2 task failed due to limited size of attr filed in DB
2020-11-24 18:47:44 +08:00
HFO4
f0a68236a8
Feat: delete aria2 record in client side ( #335 )
2020-11-23 19:24:56 +08:00
HFO4
c6110e9e75
Feat: keep folder structure in aria2 transferring
2020-11-23 18:44:13 +08:00
HFO4
d97bc26042
Fix: add recycleLock preventing recycle FileSystem used by another goroutine
2020-11-21 19:32:25 +08:00
HFO4
11c218eb94
Merge branch 'master' of https://github.com/cloudreve/Cloudreve
2020-11-21 18:19:24 +08:00
Loyalsoldier
79b8784934
Comply with Golang semantic import versioning ( #630 )
...
* Code: compatible with semantic import versioning
* Tools & Docs: compatible with semantic import versioning
* Clean go.mod & go.sum
2020-11-21 17:34:55 +08:00
HFO4
59d50b1b98
Modify: change Unix
to UnixSocket
in config section
2020-10-26 15:42:18 +08:00
HFO4
746aa3e8ef
Test: s3 policy
2020-10-26 15:33:28 +08:00
HFO4
95f318e069
Feat: adapt minio for S3 policy and fix listing files
2020-10-26 15:06:02 +08:00
HFO4
77394313aa
Fix: S3 adaption for minio
2020-10-11 13:05:14 +08:00
HFO4
41eb84a221
Update submodule version
2020-10-10 13:38:39 +08:00
mritd
40414fe6ae
chore(dockerfile): update node image to lts-buster ( #557 )
...
* chore(dockerfile): update node image to lts-buster
update node image to lts-buster, because the alpine image cannot be obtained on arm/arm64,
it will support `docker buildx` build after the upgrade.
Signed-off-by: mritd <mritd@linux.com>
* chore(docker): update golang build image
update golang build image
Signed-off-by: mritd <mritd@linux.com>
2020-09-09 14:56:14 +08:00
mritd
7df09537e0
fix(db_driver): fix the panic when sqlite3 is used in the conf ( #551 )
...
* fix(db_driver): fix the panic when sqlite3 is used in the conf
fix the panic when sqlite3 is used in the conf
ref cloudreve/Cloudreve#550
Signed-off-by: mritd <mritd@linux.com>
* fix(nullpointer): fix possible null pointer error
fix possible null pointer error
Signed-off-by: mritd <mritd@linux.com>
2020-09-03 12:07:38 +08:00
mritd
f478c38307
chore(docker): add dockerfile ( #549 )
...
* chore(docker): add dockerfile
add dockerfile
Signed-off-by: mritd <mritd@linux.com>
* chore(docker): fix docker file
fix docker file
Signed-off-by: mritd <mritd@linux.com>
* chore(docker): mv bin file to /cloudreve
mv bin file to /cloudreve
Signed-off-by: mritd <mritd@linux.com>
* chore(docker): remove GOPROXY
remove GOPROXY
Signed-off-by: mritd <mritd@linux.com>
2020-09-03 12:05:00 +08:00
GuerraMorgan
bfd2340732
Add: Unix Socket support ( #466 )
...
* Update conf.go
* Update driver.go
* Update session.go
* Update defaults.go
* Update main.go
* Update conf.go
* Update defaults.go
2020-08-12 20:31:28 +08:00
ZZF
dd50ef1c25
添加S3策略的支持 ( #425 )
...
* 添加亚马逊S3策略的支持
* 添加CDN支持,公有目录删除无用参数
* 增加Region
2020-06-05 14:45:24 +08:00
HFO4
27bf8ca9b2
Fix: node js version
2020-06-01 20:27:06 +08:00
HFO4
c71a2c5b64
Modify: version number to 3.1.1
2020-06-01 20:22:14 +08:00
HFO4
a7ba357cb8
Fix: hash mark in file name lead to 404 error ( #405 )
2020-05-30 19:35:28 +08:00
HFO4
14f5982b47
Modify: set node_js version to node_js in travis.yml
2020-05-24 11:31:00 +08:00
HFO4
e607311268
Update: version number for 3.1.0
2020-05-24 10:47:30 +08:00
HFO4
acc5d53bab
Update: submodules
2020-05-24 10:36:48 +08:00
HFO4
aa3e8913ab
Feat: add ".zip" suffix if not specified while creating compressed file
2020-05-24 10:36:26 +08:00
HFO4
ee0f8e964d
Feat: eject internal static files
2020-05-23 13:57:02 +08:00
HFO4
60745ac8ba
Merge remote-tracking branch 'origin/master'
2020-05-23 13:19:10 +08:00
HFO4
bfb5b34edc
Fix: concurrent logging lock / Feat: listen SSL ( #287 )
2020-05-23 13:17:48 +08:00
hiCasper
a5000c0621
Modify: update actions ( #398 )
2020-05-20 11:48:00 +08:00