HFO4
fec2fe14f8
Modify: json tag for QueryDate
4 years ago
HFO4
1f1bc056e3
Feat: API for getting object property
4 years ago
AaronLiu
e44ec0e6bf
Update issue templates
4 years ago
HFO4
a93b964d8b
Modify: OneDrive file URL cache will refreshed after file is updated
4 years ago
HFO4
d9cff24c75
Modify: disable association_autoupdate in model.File.UpdateSourceName
4 years ago
HFO4
e2488841b4
Test: #765
4 years ago
日下部 詩
a276be4098
注册帐号时,如果尚未验证,再发一次验证信 ( #765 )
...
* 注册帐号时,如果尚未验证,再发一次验证信
* 修正2个bug。 1:未验证显示密码错误 2:未验证无法重发email
* 小修正,如果已存在user,拿已有user资讯取代掉新user资讯来寄送激活码
* 激活码改成激活邮件
* 忘记密码以后,重设二步验证设定
* Revert "忘记密码以后,重设二步验证设定"
This reverts commit c5ac10b11c
.
* 實作 https://github.com/cloudreve/Cloudreve/pull/765#discussion_r584313520
4 years ago
HFO4
4cf6c81534
Fix: failed unit test
4 years ago
HFO4
5a66af3105
Fix: failed unit test
4 years ago
HFO4
fc5c67cc20
Feat: disable overwrite for OneDrive policy
4 years ago
HFO4
5e226efea1
Feat: disable overwrite for non-updating put request, only works under local,slave,OneDrive,OSS policy. ( #764 )
4 years ago
HFO4
c949d47161
Update submodule version
4 years ago
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
4 years ago
Cinhi Young
9c78515c72
Fix: email address should be lowercase for requesting Gravatar ( #758 )
4 years ago
HFO4
3b22b4fd25
Update version number
4 years ago
HFO4
08d998b41e
Update submodule
4 years ago
Breeze Chen
488e62f762
Fix qiniu last modify time. ( #691 )
4 years ago
HFO4
f35ad3fe0a
Fix : #663
4 years ago
HFO4
61e6d9b591
Update version number
4 years ago
HFO4
feb1134a7c
Update submodule
4 years ago
HFO4
9f2f14cacf
Fix: https://github.com/cloudreve/Cloudreve/issues/504
4 years ago
HFO4
055ed0e075
Fix: standardize the use of error codes related to login credentials
4 years ago
HFO4
c87109c8b1
Fix: incorrect attr column type in download table
4 years ago
HFO4
8057c4b8bc
Update: submodule
4 years ago
HFO4
5ab93a6e0d
Test: frontend middleware
4 years ago
HFO4
5d406f1c6a
Feat: use history router mode
4 years ago
HFO4
5b44606276
Test: replace cdn proxy url for OneDrive policy
4 years ago
HFO4
bd2bdf253b
Feat: using custom reverse proxying in OneDrive file downloading
4 years ago
HFO4
0cfa61e264
Test: user storage calibration script
4 years ago
HFO4
f7c8039116
Feat: execute database script to calibrate user storage
4 years ago
HFO4
6486e8799b
Fix: user storage might be returned twice when canceling uploading request ( #645 )
4 years ago
HFO4
7279be2924
Fix: user storage might be returned twice when OneDrive uploading canceled in WebDAV requests
4 years ago
HFO4
33f8419999
Merge remote-tracking branch 'origin/master'
4 years ago
HFO4
a5805b022a
Feat: enable using LAN endpoint in serverside request of OSS policy ( #399 )
4 years ago
Archerx
ae89b402f6
fix: statik data needs to be initialized ( #640 )
...
Co-authored-by: xuc2 <xuc2@knownsec.com>
4 years ago
HFO4
0d210e87b3
Fix: aria2 task failed due to limited size of attr filed in DB
4 years ago
HFO4
f0a68236a8
Feat: delete aria2 record in client side ( #335 )
4 years ago
HFO4
c6110e9e75
Feat: keep folder structure in aria2 transferring
4 years ago
HFO4
d97bc26042
Fix: add recycleLock preventing recycle FileSystem used by another goroutine
4 years ago
HFO4
11c218eb94
Merge branch 'master' of https://github.com/cloudreve/Cloudreve
4 years ago
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
4 years ago
HFO4
59d50b1b98
Modify: change `Unix` to `UnixSocket` in config section
4 years ago
HFO4
746aa3e8ef
Test: s3 policy
4 years ago
HFO4
95f318e069
Feat: adapt minio for S3 policy and fix listing files
4 years ago
HFO4
77394313aa
Fix: S3 adaption for minio
4 years ago
HFO4
41eb84a221
Update submodule version
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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
4 years ago