Darren Yu
3180c72b53
fix(dbfs): folder summary type error in cache ( #3332 )
...
* fix(dbfs): folder summary type error in cache
* Update dbfs.go
2026-02-24 14:37:57 +08:00
Aaron Liu
95865add54
fix(slave node): panic when transfer files in slave node
2026-02-15 09:18:24 +08:00
Aaron Liu
153a00ecd5
feat(fts): start background task to force build index for existing files ( close #2895 )
2026-02-12 13:40:11 +08:00
Aaron Liu
1e3b851e19
feat: full-text search and RAG powered search
2026-02-11 16:05:09 +08:00
Aaron Liu
ec9fdd33bc
fix(direct link): cannot access direct link for files without blobs ( close #3239 )
2026-02-05 19:36:04 +08:00
Aaron Liu
6322a9e951
fix(s3): nil pointer when uploading files to SeaweedFS ( close #3265 )
2026-02-05 19:25:43 +08:00
Aaron Liu
57239e81af
security: use crypto/rand for secret keys
2026-02-05 19:19:39 +08:00
Aaron Liu
5d9cfaa973
fix(eventhub): nil pointer trying get owner
2026-01-28 13:46:27 +08:00
Aaron Liu
2241a9e2c8
feat(dashboard): add setting option for event push
2026-01-28 12:54:42 +08:00
Aaron Liu
1c5eefdc6a
feat(devices): add landing page for desktop client
2026-01-28 12:54:23 +08:00
Darren Yu
5b214beadc
feat(thumb): change image type to NRGBA when do resize to keep transparency ( #3207 )
2026-01-23 15:31:42 +08:00
Darren Yu
2ecc7f4f59
fix(cos): missing response-content-disposition header when enable not sign for CDN url ( #2546 ) ( #3202 )
...
* fix(cos): missing response-content-disposition header for public-read bucket
* fix(cos): anonymous GET req not support response header
2026-01-23 15:30:35 +08:00
Darren Yu
2725bd47b5
fix(share): download on folder share wrongly not counted ( #3196 )
2026-01-23 15:25:54 +08:00
Aaron Liu
a84c5d8e97
feat(oauth): OAuth for 3rd party apps
2026-01-23 15:22:29 +08:00
Aaron Liu
722abb81c5
fix(nodepool): exclusive lock should be held for weight LB
2026-01-14 12:41:26 +08:00
Aaron Liu
e8f965e980
fix(security): resolve multiple vulnerability.
...
Vulnerability identified and fix provided by Kolega.dev (https://kolega.dev )
2026-01-14 12:39:42 +08:00
Aaron Liu
f01ed64bdb
feat(perf): improve memory usage for importing task / add configurable Pprof endpoint ( fix #3059 )
2026-01-14 11:32:22 +08:00
Aaron Liu
736414fa10
fix(dbfs): setting version does not change file size
2026-01-14 10:37:05 +08:00
Aaron Liu
32632db36f
feat(fs): change event debounce before emitting to subscriber
2025-12-13 14:48:01 +08:00
Aaron Liu
c01b748dfc
feat(fs): fs change event notification via SSE / show panic stack trace in task queue
2025-12-13 14:48:01 +08:00
Darren Yu
05c68b4062
fix(thumb blob path): separators be wrongly modified ( #3062 ) ( #3116 )
...
* fix(thumb blob path): separators be wrongly modified
* Update common.go
2025-12-05 15:57:58 +08:00
Darren Yu
a08c796e3f
fix(ks3): fix content disposition format for download filename ( #3040 ) ( #3057 )
2025-12-05 15:33:18 +08:00
Aaron Liu
67c6f937c9
fix(oss): disable RSA min key size check for OSS callback ( #3038 )
2025-11-15 11:59:09 +08:00
Darren Yu
deecc5c20b
feat(thumb blob path): support magic variables in thumb blob path ( #3030 )
2025-11-12 13:49:32 +08:00
Aaron Liu
e3580d9351
feat(encryption): add UI and settings for file encryption
2025-10-24 15:04:54 +08:00
Aaron Liu
16b02b1fb3
feat: file blob encryption
2025-10-21 14:54:13 +08:00
Darren Yu
6bd30a8af7
fix(oss): change default expire ttl and sign param to adapt SDK v2 ( #2979 )
...
* fix(oss): change default expire ttl and sign param to adapt SDK v2
* fix(oss): add expire ttl limit
2025-10-16 11:49:21 +08:00
Aaron Liu
21cdafb2af
fix(oss): traffic limit should be in query instead of headers ( #2977 )
2025-10-16 07:46:22 +08:00
Aaron Liu
e29237d593
fix(webdav): error code for missing parent in mkcol should be 409 instead of 404 ( #2953 )
2025-10-15 10:28:31 +08:00
Aaron Liu
46897e2880
fix(oss): presigned multipart upload mismatch
2025-10-14 10:21:43 +08:00
Aaron Liu
e7d6fb25e4
feat(oss): upgrade to SDK v2 ( #2963 )
2025-10-14 08:49:45 +08:00
Aaron Liu
3d41e00384
feat(media meta): add Mapbox as a map provider option ( #2922 )
2025-09-27 10:19:22 +08:00
Aaron Liu
5e5dca40c4
feat(media meta): reverse geocoding from mapbox ( #2922 )
2025-09-26 11:27:46 +08:00
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 >
2025-09-23 11:24:38 +08:00
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
2025-09-16 11:44:22 +08:00
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
2025-09-16 10:35:30 +08:00
Darren Yu
3b8110b648
fix(cos): traffic limit wrongly given in bytes, should be bits ( #2899 )
2025-09-16 10:33:41 +08:00
Darren Yu
f0c5b08428
feat(extract): preserve last modified when extract archive file ( #2897 )
2025-09-16 10:31:09 +08:00
Aaron Liu
7d97237593
feat(archive viewer): option to select text encoding for zip files ( #2867 )
2025-09-12 15:41:43 +08:00
Aaron Liu
a581851f84
feat(webdav): option to disable system file uploads ( #2871 )
2025-09-12 14:04:51 +08:00
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
2025-09-05 11:40:30 +08:00
Aaron Liu
9f1cb52cfb
feat(explorer): preview archive file content and extract selected files ( #2852 )
2025-09-02 11:54:04 +08:00
Aaron Liu
4acf9401b8
feat(uploader): concurrent chunk uploads for local/remote storage policy
2025-08-30 10:37:08 +08:00
Aaron Liu
9b40e0146f
fix(dbfs): remove recursive limit for deleting files
2025-08-28 11:26:55 +08:00
Aaron Liu
a16b491f65
fix(entitysource): rate limiter applied to nil reader ( #2834 )
2025-08-26 11:30:55 +08:00
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
2025-08-26 11:02:38 +08:00
Aaron Liu
a677e23394
feat(dashboard): filter file by shared link, direct link, uploading status ( #2782 )
2025-08-21 14:12:30 +08:00
Aaron Liu
91717b7c49
feat(archive): add support for 7z and bz2 / extract rar and 7zip files protected with password ( #2668 )
2025-08-21 10:20:13 +08:00
Aaron Liu
a1ce16bd5e
fix(smtp): SMTP reset error should be ignored for non-standard SMTP server implementation ( #2791 )
2025-08-19 09:43:23 +08:00
Aaron Liu
872b08e5da
fix(smtp): force enabling SSL does not work ( #2777 )
2025-08-13 18:54:56 +08:00