Commit Graph

1104 Commits

Author SHA1 Message Date
Leonmmcoset
9f130cb50f backend update 2025-10-24 20:11:17 +08:00
Leonmmcoset
59dc910bc3 assets 2025-10-23 21:07:59 +08:00
Leonmmcoset
b75e9c0590 assets 2025-10-23 20:56:11 +08:00
Leonmmcoset
7b7b19feaf assets 2025-10-23 20:36:04 +08:00
Leonmmcoset
2d299d347a assets 2025-10-23 20:26:01 +08:00
Leonmmcoset
4e08c20a0d assets 2025-10-23 20:18:25 +08:00
Leonmmcoset
868741ebe1 fix 2025-10-23 20:02:41 +08:00
Leonmmcoset
170b25bc2a assets 2025-10-22 22:20:12 +08:00
Leonmmcoset
b5b364a2b0 assets 2025-10-22 22:04:36 +08:00
Leonmmcoset
f03a45aa93 assets 2025-10-22 21:49:17 +08:00
Leonmmcoset
4504853f88 assets 2025-10-22 21:38:13 +08:00
Leonmmcoset
947b9f5476 assets 2025-10-22 21:27:00 +08:00
Leonmmcoset
d76485f903 fix error 2025-10-22 21:19:55 +08:00
Leonmmcoset
9fc4a406a1 assets 2025-10-22 21:13:37 +08:00
Leonmmcoset
d3a64c0a77 add anc 2025-10-22 21:10:46 +08:00
Leonmmcoset
d8ab1d1146 assets 2025-10-21 21:36:48 +08:00
Leonmmcoset
03ad8363dc assets 2025-10-21 21:27:47 +08:00
Leonmmcoset
a2bd2773ca assets 2025-10-21 21:16:10 +08:00
Leonmmcoset
fccb58ad7d assets 2025-10-21 20:54:01 +08:00
Leonmmcoset
6cf9d0a1ac upload 0.0.1 2025-10-21 20:27:45 +08:00
Leonmmcoset
fe76d14835 change 2025-10-19 22:28:45 +08:00
4f0511bdfe change "assets" folder to right url 2025-10-19 13:34:43 +00: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
213eaa54dd update submodule 2025-10-14 09:29:24 +08:00
Aaron Liu
e7d6fb25e4 feat(oss): upgrade to SDK v2 (#2963) 2025-10-14 08:49:45 +08:00
Darren Yu
e3e08a9b75 feat(share): adapt to keep specified path in V3 sharing link (#2958) 2025-10-12 10:28:40 +08:00
酸柠檬猹Char
78f7ec8b08 fix: Some containers won't auto restart in the current Docker Compose (#2932)
Add "restart: unless-stopped" to the database and redis container.
2025-09-27 22:04:38 +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
Aaron Liu
440ab775b8 chore(compose): add aria2 port mapping 2025-09-23 09:53:31 +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
Darren Yu
9434c2f29b fix(upgrade v3): validation on unique magic var in either blob name or path (#2890)
* fix(upgrade v3): validation on unique magic var in either blob name or path

* Update policy.go
2025-09-13 16:18:18 +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
cec2b55e1e update submodule 2025-09-02 13:06:56 +08:00
Darren Yu
af43746ba2 feat(email): migrate magic variables to email templates title in patches (#2862) 2025-09-02 11:57:49 +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
c3ed4f5839 feat(uploader): concurrent chunk uploads 2025-08-30 10:36:20 +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
acc660f112 update submodule 2025-08-22 09:19:35 +08:00