Commit Graph

796 Commits

Author SHA1 Message Date
小白-白 0b388cc50a
fix(dashboard): fix missing setting item (#321)
* fix(dashboard): fix missing setting item

* fix(i18n): update translation
2025-11-24 11:22:13 +08:00
Darren Yu 58df350b78
fix(dashboard): fix rendering error when multiple node have same name (same to #3037) (#320) 2025-11-24 11:15:37 +08:00
Aaron Liu 1b1f9f4c8e fix(oss): disable RSA min key size check for OSS callback (#3038) 2025-11-15 11:59:07 +08:00
Darren Yu 9b88ecd4d8
fix(dashboard): fix rendering error when multiple storage policy have same name (#319) 2025-11-15 11:45:06 +08:00
Aaron Liu 8c73fb8551 fix(wopi): Copy&Paste stop working for OnlyOffice 9 (fix #2943) 2025-11-13 18:54:27 +08:00
Aaron Liu 70fc9830b0 fix(excalidraw): dialog transition causing Excalidraw fail to detect accurate container size (fix cloudreve/cloudreve#3017) 2025-11-12 14:59:50 +08:00
Aaron Liu bb2f16bf5f fix(excalidraw): uploader DnD should be disabled while Excalidraw is open (fix cloudreve/cloudreve#3016) 2025-11-12 14:13:04 +08:00
Darren Yu 51bbced0b3
feat(thumb blob path): support magic variables in thumb blob path (#3030) (#317)
* feat(thumb blob path): support magic variables in thumb blob path

* Update dashboard.json
2025-11-12 13:49:41 +08:00
WittF 25c0fd5ae1
fix(music player): allow manual track navigation in single repeat mode (#316) 2025-11-01 09:48:56 +08:00
WittF e646919e6d
feat(music player): add play once mode to stop after track ends (#2992) (#315)
* feat(music player): add play once mode to stop after track ends (#2992)

* fix(music player): only track play history in shuffle mode
2025-10-28 09:35:30 +08:00
Aaron Liu 8b91fca929 feat(encryption): add UI and settings for file encryption 2025-10-24 15:04:51 +08:00
Aaron Liu 1c9dd8d9ad feat: file blob encryption 2025-10-21 14:53:49 +08:00
Aaron Liu 1c38544ef7 fix(oss): presigned multipart upload mismatch 2025-10-14 10:20:48 +08:00
Aaron Liu 71e5fbd240 feat(tag): option to delete used tag options 2025-10-14 09:28:51 +08:00
Aaron Liu 08e0b4c8f4 feat(dashboard): enable concurrent chunked upload by default for some storage providers 2025-10-14 09:19:37 +08:00
Aaron Liu 7c07a4cab9 feat(oss): upgrade to SDK v2 (#2963) 2025-10-14 08:49:43 +08:00
Aaron Liu 18c4e3d845 fix(session): request aborted error when swtching sessions (cloudreve/cloudreve#2919) 2025-09-27 11:03:21 +08:00
Aaron Liu 0bf85fa0ab feat(media meta): add Mapbox as a map provider option (#2922) 2025-09-27 10:19:20 +08:00
Aaron Liu fc7791cde1 feat(media meta): reverse geocoding from mapbox (#2922) 2025-09-26 11:27:43 +08:00
Mason Liu 30290d774f
feat: update reset thumbnail feature (#306)
* update reset thumbnail feature

* fix the Translation issues

* centralize thumbnail ext logic and use site config API

* drop reset API; use PATCH metadata and reload only selected thumbnails

* Improve handling of resetting thumbnails

* Remove unused code

---------

Co-authored-by: Aaron Liu <abslant.liu@gmail.com>
2025-09-23 11:24:33 +08:00
Darren Yu beb21a6dbc
fix(archive preview): archive file view with leading slashes display abnormally (in addition to #2865) (#314)
* fix(archive preview): archive file view with leading slashes display abnormally (in addition to #2865)

* Update ArchivePreview.tsx
2025-09-16 11:44:02 +08:00
Darren Yu a8e91e9bc8
fix(dashboard): y-axis truncated incorrectly in certain value (#313)
* fix(dashboard): y-axis truncated incorrectly in certain value

* Update Home.tsx
2025-09-16 10:24:52 +08:00
Aaron Liu dece1c7098 feat(archive viewer): option to select text encoding for zip files 2025-09-12 15:38:49 +08:00
Aaron Liu 2db256607a feat(dashboard): customize character length in graphical captcha (cloudreve/cloudreve#2879) 2025-09-12 14:31:01 +08:00
Aaron Liu dcf21d5eb9 feat(webdav): option to disable system file uploads 2025-09-12 14:03:34 +08:00
Darren Yu 4370885dff
fix(archive view): archive file view without dir info display abnormally (#2865) (#312)
* fix(archive view): archive file view without dir info display abnormally

* Update ArchivePreview.tsx
2025-09-10 12:40:25 +08:00
Darren Yu 63632e97d1
feat(i18n): add switch language in login page (#2835) (#310)
* feat(i18n): add switch language in login page

* Update LanguageSwitcher.tsx
2025-09-05 11:54:05 +08:00
Darren Yu 6cc4a931bd
fix(filemanager): check minimum page size before sync view setting (#311) 2025-09-05 11:42:00 +08:00
Darren Yu 3f228f3131
feat(thumb): enhance native thumbnail generater with encoding format and quality (#2868) (#309)
* feat(thumb): enhance native thumbnail generater with encoding format and quality

* Update Media.tsx
2025-09-05 11:40:43 +08:00
Aaron Liu 6cbcc4bf15 fix(i18n): local storage based caching does not work 2025-09-05 11:00:36 +08:00
Aaron Liu e53eb86a32 fix(explorer): save as shortcut does not work for shared folders in community edition (cloudreve/cloudreve#2818) 2025-09-02 13:01:13 +08:00
WittF 31698e2288
fix(locales): Complete "import" key for external file import in multiple languages (#307) 2025-09-02 11:57:14 +08:00
Aaron Liu 463794a71e feat: preview archive file and extract selected files 2025-09-02 11:51:15 +08:00
Aaron Liu 64b34b280f fix(explorer): refresh file list if newly created file is a nested path (cloudreve/cloudreve#2853) 2025-08-31 10:33:42 +08:00
Aaron Liu 35961604a1 feat(uploader): concurrent chunk uploads for local/remote storage policy 2025-08-30 10:36:46 +08:00
Aaron Liu a095f8c612 feat(uploader): concurrent chunk uploads 2025-08-30 10:36:18 +08:00
Aaron Liu 7fdd0efd0b fix(uploader): drag and drop might upload duplicated files into root folder (cloudreve/cloudreve#2759) 2025-08-29 10:15:37 +08:00
Darren Yu 3802850692
feat(email): add remove language templates (#2846) (#305)
* feat(email): add remove language templates

* Update EmailTemplateEditor.tsx

* Update EmailTemplateEditor.tsx
2025-08-28 11:58:53 +08:00
Darren Yu f037956477
fix(dashboard): center summary chart, uniform legend color, and correct description of summary item (#304) 2025-08-28 11:39:43 +08:00
Darren Yu ddfacc1c31
perf(email): remove unused condition judgment (#303) 2025-08-26 11:41:48 +08:00
WittF d0540548cf
fix(storage-policy): fix blob unique validation tooltip display (#302) 2025-08-26 11:19:45 +08:00
Aaron Liu 9ba635fe36 feat(email): hide setAsPreferredLanguage button if it's already the preferred one 2025-08-26 11:16:26 +08:00
Darren Yu c786f843f9
feat(email): fix and enhance email template setting (#2813) (#301)
* feat(email): auto switch for existing language templates

* feat(email): use friendly lang display name

* fix(email): prevent infinite loop when updating templates

* feat(email): adjust email template order by drag-and-drop

* revoke(email): remove drag-and-drop for email template order

* feat(email): support magic variables in email title

* feat(email): add preferred language setting in email template editor
2025-08-26 11:03:12 +08:00
Aaron Liu 63c7abf214 fix(share): use unified copy handling for share card context menu (cloudreve/cloudreve#2811) 2025-08-22 09:15:23 +08:00
Aaron Liu 3b9bef5ca9 i18n: remove unused keys and missing keys 2025-08-21 18:53:09 +08:00
Darren Yu c95bb7bf5e
fix(i18n): correct and fix missing translation items (#299)
* fix(i18n): correct and fix missing translation items

* Update dashboard.json
2025-08-21 17:50:08 +08:00
Aaron Liu 177425fc11 i18n: add AI translated locales for multiple languages 2025-08-21 17:46:04 +08:00
Aaron Liu ad1a02152c feat(explorer): friendly reminder for anonymous session without share link access permission 2025-08-21 14:11:57 +08:00
Aaron Liu a710dbb2f4 feat(music player): media session API & playback speed control (cloudreve/cloudreve#2629) 2025-08-21 13:56:05 +08:00
Aaron Liu 778518ed9f feat(dashboard): show the user whoe redeemed the gift code 2025-08-21 13:29:58 +08:00