Mason Liu
668b542c59
feat: update reset thumbnail feature ( #2854 )
...
* update reset thumbnail feature
* consolidate supported thumbnail extensions into site config; remove dedicated API
* allow patching thumb ; remove Reset Thumbnail API
* fix code formatting
---------
Co-authored-by: Aaron Liu <abslant.liu@gmail.com>
10 months ago
Darren Yu
678593f30d
fix(thumb blob path): remove extra randomkey in thumb blob path ( #2893 )
...
* fix(thumb blob path): remove extra randomkey in thumb blob path
* Update upload.go
Refactor SavePath assignment for clarity.
* Update thumbnail.go
10 months ago
Darren Yu
58ceae9708
fix(uploader): failed to generate upload token for some file types ( #2847 ) ( #2900 )
...
* fix(mime): `mimeType` not assigned to new value when is empty
* fix(mime): add fallback mime type
10 months ago
Darren Yu
3b8110b648
fix(cos): traffic limit wrongly given in bytes, should be bits ( #2899 )
10 months ago
Darren Yu
f0c5b08428
feat(extract): preserve last modified when extract archive file ( #2897 )
10 months ago
Aaron Liu
7d97237593
feat(archive viewer): option to select text encoding for zip files ( #2867 )
10 months ago
Aaron Liu
a581851f84
feat(webdav): option to disable system file uploads ( #2871 )
10 months 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
10 months ago
Aaron Liu
9f1cb52cfb
feat(explorer): preview archive file content and extract selected files ( #2852 )
11 months ago
Aaron Liu
4acf9401b8
feat(uploader): concurrent chunk uploads for local/remote storage policy
11 months ago
Aaron Liu
9b40e0146f
fix(dbfs): remove recursive limit for deleting files
11 months ago
Aaron Liu
a16b491f65
fix(entitysource): rate limiter applied to nil reader ( #2834 )
11 months ago
Darren Yu
a095117061
feat(email): support magic variables in email title, add init email template for multiple languages ( #2814 )
...
* feat(email): add init email template for multiple languages
* Update setting.go
* Update setting.go
* feat(email): support magic variables in email title
11 months ago
Aaron Liu
a677e23394
feat(dashboard): filter file by shared link, direct link, uploading status ( #2782 )
11 months ago
Aaron Liu
91717b7c49
feat(archive): add support for 7z and bz2 / extract rar and 7zip files protected with password ( #2668 )
11 months ago
Aaron Liu
a1ce16bd5e
fix(smtp): SMTP reset error should be ignored for non-standard SMTP server implementation ( #2791 )
11 months ago
Aaron Liu
872b08e5da
fix(smtp): force enabling SSL does not work ( #2777 )
11 months ago
Aaron Liu
5f18d277c8
fix(conf): ProxyHeader should be optional ( #2760 )
11 months ago
Darren Yu
bb3db2e326
fix(middleware): left deafult `ProxyHeader` config item as blank to reduce risk of fake xff ( #2760 )
11 months ago
Aaron Liu
8688069fac
refactor(mail): migrate to wneessen/go-mail ( #2738 )
11 months ago
Aaron Liu
4c976b8627
feat(blob path): diable `{path}` magic var for blob path
11 months ago
Aaron Liu
b0375f5a24
fix(recycle): nil pointer if failed to found files in trash ( #2750 )
11 months ago
Aaron Liu
48e9719336
fix(dbfs): deadlock in SQLite while creating upload session
11 months 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
11 months ago
Aaron Liu
80b25e88ee
fix(dbfs): file modified_at should not be updated by ent
11 months ago
Aaron Liu
e31a6cbcb3
fix(workflow): concurrent read&write to progress map while transfer files in batch ( #2737 )
11 months ago
Aaron Liu
c8c2a60adb
feat(storage policy): set deny/allow list for file extension and custom regexp (#2695)
12 months ago
Aaron Liu
60bf0e02b3
fix(qbittorrent): download task option not working ( #2666 )
12 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
12 months ago
Aaron Liu
1cdccf5fc9
feat(thumb): adding option to define custom input argument for FFmpeg ( #2657 )
1 year ago
Aaron Liu
15762cb393
feat(thumb): support output webp thumbnails for vips generator (#2657)
1 year ago
Aaron Liu
e96b595622
feat(direct link): add option to get direct link with download enforced ( #2651 )
1 year ago
Aaron Liu
d19fc0e75c
feat(remote download): sanitize file names with special characters ( #2648 )
1 year ago
Aaron Liu
000124f6c7
feat(ui): custom HTML content in predefined locations ( #2621 )
1 year ago
Aaron Liu
ca57ca1ba0
feat(custom): custom sidebar items
1 year ago
Aaron Liu
3cda4d1ef7
feat(fs): custom properties for files ( #2407 )
1 year ago
Aaron Liu
617d3a4262
feat(qiniu): use accelerated upload domain ( #2497 )
1 year ago
Aaron Liu
75a03aa708
fix(auth): unified empty path for sign content ( #2616 )
1 year ago
Aaron Liu
fe2ccb4d4e
feat(share): add option to automatically render and show README file ( #2382 )
1 year ago
Anye
e0b2b4649e
fix(db): map MariaDB type to MySQL ( #2587 )
...
* fix(db): 将MariaDB数据库类型映射到MySQL类型
* Update client.go
1 year ago
WittF
6106b57bc7
feat(captcha): update static asset source option ( #2589 )
...
* feat(captcha): Add captcha_cap_asset_server configuration option to support static asset server settings (#2584 )
* fix(captcha): Backend default: cdn → jsdelivr
1 year ago
Aaron Liu
dc611bcb0d
feat(explorer): manage created direct links / option to enable unique redirected direct links
1 year ago
WittF
2500ebc6a4
refactor(captcha): update Cap to 2.0.0 ( #2573 )
...
* refactor(captcha): update Cap backend to 2.0.0 API format
* feat(captcha): add Cap version config for 1.x/2.x compatibility
* fix(captcha): change Cap default version to 1.x for backward compatibility
* refactor(captcha): remove Cap 1.x compatibility, keep only 2.x support
* feat(captcha): update field names to Cap 2.0 standard - Site Key and Secret Key
* fix(captcha): update Cap field names in defaults configuration
1 year ago
Aaron Liu
3db522609e
feat(thumb): support generating thumbnails using `simple_dcraw` from LibRAW
1 year ago
charlieJ107
1bd62e8feb
[Feature](database): Add Support for SSL Connections and Database URL Configuration ( #2540 )
...
* feat(database): add support for SSL connections and database URL configuration
* feat(config): update Redis configuration to use TLS in configurre name instead of SSL
* fix(database): remove default values for DatabaseURL and SSLMode in DatabaseConfig
* chore(.gitignore): add cloudreve built binary to ignore list
1 year ago
Aaron Liu
fec549f5ec
feat(ent): migrate DB settings in patches
1 year 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 )
1 year ago
WittF
9f9796f2f3
Add Cap Captcha support ( #2511 )
...
* Add Cap Captcha support
- Add CaptchaCap type constant in types.go
- Add Cap struct with InstanceURL, KeyID, and KeySecret fields
- Add CapCaptcha method in provider.go to return Cap settings
- Add default settings for Cap captcha in setting.go
- Implement Cap captcha verification logic in middleware
- Expose Cap captcha settings in site API
This adds support for Cap captcha service as an alternative
captcha option alongside existing reCAPTCHA, Turnstile and
built-in captcha options.
* update cap json tags
1 year 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
1 year ago
Aaron Liu
633ea479d7
fix(es): redact non-ASCII file name in `filename` segment (#2473)
1 year ago
Aaron Liu
6561e3075f
fix(qiniu): cannot sign URL for file blob with `%` ( #2463 )
1 year ago
Aaron Liu
e750cbfb77
fix(cron): add missing tasks to collect expired items in mem KV ( #2466 )
1 year ago
Aaron Liu
3ab86e9b1d
fix: lock conflict while changing view / fix: sign out not blocking refresh tokens
1 year ago
Aaron Liu
2a7b46437f
fix(onedrive): cannot list folder with more than 500 direct children ( #2446 )
1 year ago
Aaron Liu
522fcca6af
feat(explorer): save user's view setting to server / optionally share view setting via share link ( #2232 )
1 year ago
Aaron Liu
c13b7365b0
fix(s3): avoid perform URL encoding for proxyed path again if possible ( #2413 )
1 year ago
Aaron Liu
51fa9f66a5
feat(dashboard): traverse file URI from file ID ( #2412 )
1 year ago
Aaron Liu
65095855c1
fix(directlink): direct link should not be accessible if the parent file is in trash bin ( #2415 )
1 year ago
Aaron Liu
ec53769e33
fix(session): kv is not initialized
1 year ago
Aaron Liu
1fa70dc699
fix(dashboard): remove default shortcut setting
1 year ago
Aaron Liu
db7b54c5d7
feat(session): sign out and revoke root token
1 year ago
Aaron Liu
c6ee3e5dcd
feat(dbfs): set default share shortcut for new users
1 year ago
Aaron Liu
9f5ebe11b6
feat(wopi): put relative file
1 year ago
Aaron Liu
1a3c3311e6
fix(arai2): cannot select file back after unselected ( #2386 )
1 year ago
Aaron Liu
acffd984c1
fix(dbfs): file uri `name_or` op should be compatiable with older version
1 year ago
Aaron Liu
7ddb611d6c
fix(upload): metadata in upload session request is not created
1 year 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
1 year ago
Aaron Liu
a10a008ed7
feat(workflow): import files from external storage
1 year ago
Aaron Liu
5d72faf688
fix(thumb): thumb queue retry setting not working ( #2367 )
1 year ago
Aaron Liu
0a28bf1689
refactor(download): handle stream saver download outside of driver implementation ( fix #2366 )
1 year ago
Aaron Liu
1e2cfe0061
fix: undefined types
1 year ago
Aaron Liu
71a624c10e
enhance(dbfs): admin should be able to access user's files even if it's inactive ( #2327 )
1 year ago
Aaron Liu
1b8beb3390
feat(directlink): allow admin create direct link for users ( #2340 )
1 year ago
Aaron Liu
edd50147e7
fix(qbittorrent): unknown state after seeding complete
1 year ago
小白-白
10e3854082
fix(thumb): libreoffice warning ( #2358 )
1 year ago
Aaron Liu
fbf1d1d42c
fix(uri): hash tag is not properly handled in CrUri
1 year ago
Aaron Liu
a0b4c97db0
fix(remote download): slave canceled task error is not passed to master in non-debug mode ( #2301 )
1 year ago
Aaron Liu
2333ed3501
fix(chunk): omit error for teeing file to chunk buffer ( #2303 )
1 year ago
Aaron Liu
67d3b25c87
fix(dbfs): set current version is not executed from existing transaction
1 year ago
Aaron Liu
ca47f79ecb
feat(aria2): patching select file operation is not filtered by existing state ( #2294 )
1 year ago
Aaron Liu
77ae381474
feat(aria2): show detailed error message from aria2 ( #2296 )
1 year ago
Aaron Liu
d195002bf7
fix: compile error
1 year ago
Aaron Liu
969e35192a
fix(remote download): improve file pre-upload validation ( fix #2286 )
1 year ago
Aaron Liu
7b5e0e8581
fix(dbfs): enforce root protection for single file share
1 year ago
AaronLiu
21d158db07
Init V4 community edition ( #2265 )
...
* Init V4 community edition
* Init V4 community edition
1 year ago
sam
12e3f10ad7
缩略图生成器支持 LibRaw ( #2109 )
...
* feat: 增加 LibRaw 缩略图生成器。
* feat: 生成 RAW 图像的缩略图时,旋转缩略图的方向。
* update: RAW 缩略图支持镜像方向。
2 years ago
sam
23d009d611
fix: 缩略图生成器中 exts 被多次解析( #2105 ) ( #2106 )
2 years ago
EpicMo
3edb00a648
fit: gmail ( #1949 )
2 years ago
Aaron Liu
88409cc1f0
release: 3.8.3
3 years ago
Aaron Liu
ce832bf13d
release: 3.8.2
3 years ago
Aaron Liu
5642dd3b66
feat(webdav): support setting download proxy
3 years ago
Aaron Liu
a1747073df
feat(webdav): support setting download proxy
3 years ago
WeidiDeng
ad6c6bcd93
feat(webdav): supoort rename in copy and move ( #1774 )
3 years ago
WeidiDeng
f4a04ce3c3
fix webdav proppatch ( #1771 )
3 years ago
Aaron Liu
247e31079c
fix(thumb): cannot generate thumb using ffmpeg for specific format ( #1756 )
3 years ago
Darren Yu
a26893aabc
Add: thumb quality for 3rd storage policy ( #1763 )
...
Add thumb quality for third party storage policy.
3 years ago
初雪
ce759c02b1
feat(redis): support confiuring username ( #1752 )
...
替换Golang Redis依赖: redigo的版本至当前最新版1.8.9
(v2.0.0被标记为已撤回,且长期未更新)
Redis 6 及以上版本均可配置为使用username+password认证的ACL,故作此变更。
3 years ago
Aaron Liu
91025b9f24
fix(thumb): cannot generate thumbnails in slave mode
3 years ago
Aaron Liu
243c312066
fix: failed UT
3 years ago
Aaron Liu
1d52ddd93a
release: 3.8.0
3 years ago