appfolder88
84cf0c5f9c
feat: add Darkibox storage policy driver
...
Add storage driver for Darkibox (https://darkibox.com/ ), an
XFileSharing-based video hosting platform.
Implements the Handler interface:
- Put: two-step upload via upload server
- Delete: file deletion via API
- Source: direct link generation with quality selection
- List: recursive folder/file listing with pagination
- Folder management: auto-create path on upload
Uses policy.AccessKey for the API key.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 weeks ago
Aaron Liu
95865add54
fix(slave node): panic when transfer files in slave node
3 months ago
Aaron Liu
153a00ecd5
feat(fts): start background task to force build index for existing files ( close #2895 )
3 months ago
Aaron Liu
1e3b851e19
feat: full-text search and RAG powered search
3 months ago
Aaron Liu
ec9fdd33bc
fix(direct link): cannot access direct link for files without blobs ( close #3239 )
3 months ago
Aaron Liu
57239e81af
security: use `crypto/rand` for secret keys
3 months ago
Aaron Liu
e8f965e980
fix(security): resolve multiple vulnerability.
...
Vulnerability identified and fix provided by Kolega.dev (https://kolega.dev )
4 months ago
Aaron Liu
c01b748dfc
feat(fs): fs change event notification via SSE / show panic stack trace in task queue
5 months ago
Darren Yu
deecc5c20b
feat(thumb blob path): support magic variables in thumb blob path ( #3030 )
6 months ago
Aaron Liu
e3580d9351
feat(encryption): add UI and settings for file encryption
7 months ago
Aaron Liu
16b02b1fb3
feat: file blob encryption
7 months ago
Aaron Liu
5e5dca40c4
feat(media meta): reverse geocoding from mapbox ( #2922 )
8 months ago
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>
8 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
8 months ago
Aaron Liu
7d97237593
feat(archive viewer): option to select text encoding for zip files ( #2867 )
8 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
8 months ago
Aaron Liu
9f1cb52cfb
feat(explorer): preview archive file content and extract selected files ( #2852 )
8 months ago
Aaron Liu
a16b491f65
fix(entitysource): rate limiter applied to nil reader ( #2834 )
9 months ago
Aaron Liu
91717b7c49
feat(archive): add support for 7z and bz2 / extract rar and 7zip files protected with password ( #2668 )
9 months ago
Aaron Liu
b0375f5a24
fix(recycle): nil pointer if failed to found files in trash ( #2750 )
9 months ago
Aaron Liu
80b25e88ee
fix(dbfs): file modified_at should not be updated by ent
9 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
10 months ago
Aaron Liu
e96b595622
feat(direct link): add option to get direct link with download enforced ( #2651 )
10 months ago
Aaron Liu
3cda4d1ef7
feat(fs): custom properties for files ( #2407 )
10 months ago
Aaron Liu
fe2ccb4d4e
feat(share): add option to automatically render and show README file ( #2382 )
10 months ago
Aaron Liu
dc611bcb0d
feat(explorer): manage created direct links / option to enable unique redirected direct links
11 months ago
Aaron Liu
fec549f5ec
feat(ent): migrate DB settings in patches
11 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
11 months ago
Aaron Liu
633ea479d7
fix(es): redact non-ASCII file name in `filename` segment (#2473)
11 months ago
Aaron Liu
e750cbfb77
fix(cron): add missing tasks to collect expired items in mem KV ( #2466 )
11 months ago
Aaron Liu
522fcca6af
feat(explorer): save user's view setting to server / optionally share view setting via share link ( #2232 )
11 months ago
Aaron Liu
51fa9f66a5
feat(dashboard): traverse file URI from file ID ( #2412 )
12 months ago
Aaron Liu
65095855c1
fix(directlink): direct link should not be accessible if the parent file is in trash bin ( #2415 )
12 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
12 months ago
Aaron Liu
a10a008ed7
feat(workflow): import files from external storage
12 months 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
1b8beb3390
feat(directlink): allow admin create direct link for users ( #2340 )
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