Darren Yu
|
f1220b21df
|
Merge e8ebb6b9d6 into fe7cf5d0d8
|
2 weeks ago |
Darren Yu
|
fe7cf5d0d8
|
feat(thumb): enhance native thumbnail generater with encoding format and quality (#2868)
* feat(thumb): enhance native thumbnail generater with encoding format and quality
* Update thumbnail.go
* Update obs.go
|
2 weeks ago |
Darren Yu
|
e8ebb6b9d6
|
fix(archive view): fix name encoding error for non-standard zip software
|
2 weeks ago |
Aaron Liu
|
9f1cb52cfb
|
feat(explorer): preview archive file content and extract selected files (#2852)
|
2 weeks ago |
Aaron Liu
|
4acf9401b8
|
feat(uploader): concurrent chunk uploads for local/remote storage policy
|
3 weeks ago |
Aaron Liu
|
9b40e0146f
|
fix(dbfs): remove recursive limit for deleting files
|
3 weeks ago |
Aaron Liu
|
a16b491f65
|
fix(entitysource): rate limiter applied to nil reader (#2834)
|
3 weeks ago |
Aaron Liu
|
a677e23394
|
feat(dashboard): filter file by shared link, direct link, uploading status (#2782)
|
4 weeks ago |
Aaron Liu
|
91717b7c49
|
feat(archive): add support for 7z and bz2 / extract rar and 7zip files protected with password (#2668)
|
4 weeks ago |
Aaron Liu
|
4c976b8627
|
feat(blob path): diable `{path}` magic var for blob path
|
1 month ago |
Aaron Liu
|
b0375f5a24
|
fix(recycle): nil pointer if failed to found files in trash (#2750)
|
1 month ago |
Aaron Liu
|
48e9719336
|
fix(dbfs): deadlock in SQLite while creating upload session
|
1 month ago |
Darren Yu
|
7654ce889c
|
fix(blob path): Random variables in blob save path be wrongly fixed (#2741)
* fix(blob path): Random variables in blob save path be wrongly fixed
* feat(blob path): Use regex to match all magic variables
|
1 month ago |
Aaron Liu
|
80b25e88ee
|
fix(dbfs): file modified_at should not be updated by ent
|
1 month ago |
Aaron Liu
|
e31a6cbcb3
|
fix(workflow): concurrent read&write to progress map while transfer files in batch (#2737)
|
1 month ago |
Aaron Liu
|
c8c2a60adb
|
feat(storage policy): set deny/allow list for file extension and custom regexp (#2695)
|
2 months ago |
omiku
|
488f32512d
|
Add Kingsoft Cloud object storage policy to solve the cross-domain and friendly file name incompatibility problem of s3 compatible storage policy. (#2665)
* 新增金山云对象存储策略,解决s3兼容存储策略的跨域及友好文件名不兼容问题
* fix bug&add download Expire time args
* Handling of expiration times when they may be empty
|
2 months ago |
Aaron Liu
|
e96b595622
|
feat(direct link): add option to get direct link with download enforced (#2651)
|
2 months ago |
Aaron Liu
|
d19fc0e75c
|
feat(remote download): sanitize file names with special characters (#2648)
|
2 months ago |
Aaron Liu
|
3cda4d1ef7
|
feat(fs): custom properties for files (#2407)
|
2 months ago |
Aaron Liu
|
617d3a4262
|
feat(qiniu): use accelerated upload domain (#2497)
|
2 months ago |
Aaron Liu
|
fe2ccb4d4e
|
feat(share): add option to automatically render and show README file (#2382)
|
3 months ago |
Aaron Liu
|
dc611bcb0d
|
feat(explorer): manage created direct links / option to enable unique redirected direct links
|
3 months ago |
Aaron Liu
|
fec549f5ec
|
feat(ent): migrate DB settings in patches
|
3 months ago |
Aaron Liu
|
bdc0aafab0
|
fix(remote download): file path slashes incorrectly formated for remote download transfer if master and slave node use different path style (#2532)
|
3 months ago |
WintBit
|
9d28fde00c
|
feat: fileshare custom password support (#2493)
* feat: fileshare custom password support
* fix: blank password check
* feat: backend share link password check
* Revert "feat: backend share link password check"
This reverts commit 22c7bb0b35 .
* feat: use go-playground/validator binding rule
|
3 months ago |
Aaron Liu
|
633ea479d7
|
fix(es): redact non-ASCII file name in `filename` segment (#2473)
|
3 months ago |
Aaron Liu
|
6561e3075f
|
fix(qiniu): cannot sign URL for file blob with `%` (#2463)
|
3 months ago |
Aaron Liu
|
e750cbfb77
|
fix(cron): add missing tasks to collect expired items in mem KV (#2466)
|
3 months ago |
Aaron Liu
|
3ab86e9b1d
|
fix: lock conflict while changing view / fix: sign out not blocking refresh tokens
|
3 months ago |
Aaron Liu
|
2a7b46437f
|
fix(onedrive): cannot list folder with more than 500 direct children (#2446)
|
3 months ago |
Aaron Liu
|
522fcca6af
|
feat(explorer): save user's view setting to server / optionally share view setting via share link (#2232)
|
3 months ago |
Aaron Liu
|
c13b7365b0
|
fix(s3): avoid perform URL encoding for proxyed path again if possible (#2413)
|
4 months ago |
Aaron Liu
|
51fa9f66a5
|
feat(dashboard): traverse file URI from file ID (#2412)
|
4 months ago |
Aaron Liu
|
65095855c1
|
fix(directlink): direct link should not be accessible if the parent file is in trash bin (#2415)
|
4 months ago |
Aaron Liu
|
1fa70dc699
|
fix(dashboard): remove default shortcut setting
|
4 months ago |
Aaron Liu
|
c6ee3e5dcd
|
feat(dbfs): set default share shortcut for new users
|
4 months ago |
Aaron Liu
|
acffd984c1
|
fix(dbfs): file uri `name_or` op should be compatiable with older version
|
4 months ago |
Aaron Liu
|
7ddb611d6c
|
fix(upload): metadata in upload session request is not created
|
4 months ago |
Aaron Liu
|
7bace40a4d
|
fix(import): import from slave not working / fix(recycle): skip sending delete request if no blob needs to be deleted in this batch
|
4 months ago |
Aaron Liu
|
a10a008ed7
|
feat(workflow): import files from external storage
|
4 months ago |
Aaron Liu
|
5d72faf688
|
fix(thumb): thumb queue retry setting not working (#2367)
|
4 months ago |
Aaron Liu
|
0a28bf1689
|
refactor(download): handle stream saver download outside of driver implementation (fix #2366)
|
4 months ago |
Aaron Liu
|
1e2cfe0061
|
fix: undefined types
|
4 months ago |
Aaron Liu
|
71a624c10e
|
enhance(dbfs): admin should be able to access user's files even if it's inactive (#2327)
|
4 months ago |
Aaron Liu
|
1b8beb3390
|
feat(directlink): allow admin create direct link for users (#2340)
|
4 months ago |
Aaron Liu
|
fbf1d1d42c
|
fix(uri): hash tag is not properly handled in CrUri
|
4 months ago |
Aaron Liu
|
2333ed3501
|
fix(chunk): omit error for teeing file to chunk buffer (#2303)
|
5 months ago |
Aaron Liu
|
67d3b25c87
|
fix(dbfs): set current version is not executed from existing transaction
|
5 months ago |
Aaron Liu
|
77ae381474
|
feat(aria2): show detailed error message from aria2 (#2296)
|
5 months ago |