Commit Graph

655 Commits

Author SHA1 Message Date
Aaron Liu 59bb76d3fc feat(session): sign out and revoke root token 2025-05-23 16:45:48 +08:00
Aaron Liu 896fff5d30 fix(dashboard): open user's files is not accessable in community edition 2025-05-23 15:47:06 +08:00
Aaron Liu 16ad05bee8 fix(dashboard): remove minimum length limit while searching share link by ID 2025-05-23 15:42:38 +08:00
Aaron Liu 5c58055971 Fix(explorer): customized img file icon should keep its aspect ratio in large grid view 2025-05-23 15:34:18 +08:00
Aaron Liu 5d4ea27505 fix(explorer): error snackbar not shown while opening expired single file share shortcut 2025-05-23 15:34:04 +08:00
Aaron Liu 28591ae5b4 fix(ui): user avatar not refreshed in breadcrumb button 2025-05-23 15:33:50 +08:00
Aaron Liu b8b31fe6b8 feat(dbfs): set default share shortcut for new users 2025-05-23 15:33:33 +08:00
Aaron Liu 8e169aff08 enhance: hide broken image placeholder for user avatar (https://github.com/cloudreve/Cloudreve/issues/2396) 2025-05-23 15:32:25 +08:00
Aaron Liu c1cd62fdee chore(vite): optmize small chunks for codemirror 2025-05-23 15:31:14 +08:00
Aaron Liu e8c83a42f4 fix: add fallback codeblock editor in mdxeditor (https://github.com/cloudreve/Cloudreve/issues/2387) 2025-05-23 15:30:59 +08:00
dix8 96f168cbc5
Fix (dashboard): Delete zh-CN duplicate text (#258) 2025-05-23 15:23:30 +08:00
Aaron Liu b3f4a0549b enhance(music player): fallback to default music note icon if thumb cannot be loaded (https://github.com/cloudreve/Cloudreve/issues/2384) 2025-05-20 11:58:16 +08:00
Aaron Liu 3deaf12878 fix: cannot enter folder in gallery view (https://github.com/cloudreve/Cloudreve/issues/2375) 2025-05-20 11:57:46 +08:00
Aaron Liu 50854b1be6 fix: missing i18n and redundent switch folder policy menu item 2025-05-20 10:56:54 +08:00
Aaron Liu 815f5857f0 fix(import): add missing files 2025-05-18 11:31:29 +08:00
Aaron Liu ec341164d5 feat(dashboard): admin can now view task detailed steps 2025-05-18 11:31:10 +08:00
Aaron Liu 756c4518c7 feat(workflow): import files from external storage 2025-05-18 11:30:50 +08:00
Aaron Liu c4d4d3aa6f refactor(download): handle stream saver download outside of driver implementation 2025-05-16 13:49:45 +08:00
Aaron Liu 3e8b1eabfc fix(dashboard): task status is truncated in mobile screen 2025-05-16 13:49:16 +08:00
Aaron Liu f1c048ec0b fix: incorrect handling of pathname encoding 2025-05-13 17:34:38 +08:00
Aaron Liu 571df0f911 fix(session): increase password length limit to 128 2025-05-13 17:34:13 +08:00
Aaron Liu 614ed4ed59 fix: path input cannot be selected 2025-05-13 15:02:04 +08:00
Aaron Liu aa98e22a37 feat(directlink): allow admin create direct link for users 2025-05-13 15:01:37 +08:00
Aaron Liu c224da99ce Add ja-JP translation into option list 2025-05-13 15:00:53 +08:00
tkymmm 04e2354ba0
Add Japanese translation (#256) 2025-05-13 14:39:46 +08:00
小白-白 c12aa43cea
fix(uploader): delayed the file list refresh until after upload cancellation (#255)
* fix(uploader): delayed the file list refresh until after upload cancellation cloudreve/Cloudreve#2276

* fix(archive): add missing encoding

* feat(video player): update default settings
2025-05-13 14:39:20 +08:00
Aaron Liu 8e96f4d3de fix(uri): hash tag is not properly handled in CrUri (https://github.com/cloudreve/Cloudreve/issues/2335) 2025-05-08 19:17:25 +08:00
Aaron Liu 7c91c699e4 fix: use regexp to explictly identify custom schem apps (https://github.com/cloudreve/Cloudreve/issues/2343) 2025-05-08 19:16:51 +08:00
Aaron Liu a06b59fa41 fix: marker icon not shown in map (https://github.com/cloudreve/Cloudreve/issues/2323) 2025-05-08 19:16:04 +08:00
Aaron Liu 5e8e63b378 fix: custom URL scheme in custom viewer cannot be opened on mobile devices (https://github.com/cloudreve/Cloudreve/issues/2314) 2025-04-27 10:27:19 +08:00
Aaron Liu 3f60cf4b8f fix(sw): remove i18n cache after SW registered 2025-04-27 10:26:48 +08:00
Aaron Liu 5986284df0 fix(dashboard): duplicated uuid for new file apps (https://github.com/cloudreve/Cloudreve/issues/2305) 2025-04-27 10:26:29 +08:00
Aaron Liu 57dded5b34 feat: filter download file list (https://github.com/cloudreve/Cloudreve/issues/2295) 2025-04-27 10:25:05 +08:00
小白-白 0680171f46
feat(video player): support flv cloudreve/Cloudreve#2300 (#254)
* feat(video player): support flv cloudreve/Cloudreve#2300

* fix(video player): ignore case in file extension

* fix(video player): specify the video type

Since the link may not include the file extension.
2025-04-27 09:41:17 +08:00
小白-白 8ebc46686d
fix(dashboard): status icon shifting (#253)
* fix(dashboard): status icon shifting

* fix(photopea): can not enter full screen mode
2025-04-26 10:35:53 +08:00
小白-白 7ac5dad989
fix(ui): download list item styling issues (#252) 2025-04-25 13:27:08 +08:00
Aaron Liu 587e9f29cf feat(video player): support m3u8 and relative path transform (#2288) 2025-04-24 15:23:01 +08:00
Aaron Liu 8c26d11734 fix: folder not removed from sidebar if delete it from non-filemaneger page 2025-04-24 15:20:07 +08:00
Aaron Liu 07a13c973c fix:(share): cannot edit single file share link (https://github.com/cloudreve/Cloudreve/issues/2293) 2025-04-24 15:18:45 +08:00
小白-白 57b802ab2e
fix(dashboard): incomplete auto expire field (#251) 2025-04-24 15:05:08 +08:00
Darren Yu 8bba067340
feat(ui): change loader to mui-like style, and async load js and css (#250)
* fix (ui): async load js and css

currently, loader only appears when js and css load failed. this fix to show loading animation while js and css is loading.

* feat(ui): change loader to mui-like style
2025-04-24 15:04:00 +08:00
小白-白 9a41ebc845
fix(ui): repeated autofocus cloudreve/Cloudreve#2285 (#249) 2025-04-23 19:27:10 +08:00
小白-白 bcf06d6dfa
fix(wopi): "Download As" option not working (#248)
https://api.onlyoffice.com/zh-CN/docs/docs-api/using-wopi/host-page/
2025-04-22 21:17:07 +08:00
Aaron Liu 904efa8f6b fix(explorer): search query is not identified on older browsers 2025-04-21 20:08:34 +08:00
Aaron Liu 4ba203f210 feat(share): add open and save shortcut button for single shared file 2025-04-21 20:08:10 +08:00
Aaron Liu 5d9ed7e953 fix(share): music player not working for single shared files 2025-04-21 20:04:27 +08:00
Aaron Liu 922947de41 feat(share): update outdated single file symbolic link metadata if renaming in source file is detected 2025-04-21 19:54:45 +08:00
AaronLiu 721148b969
Init V4 (#247) 2025-04-20 17:28:35 +08:00
sam b485bf2979
feat: 图像与预览中增加 LibRaw 选项。 (#244) 2024-07-31 12:10:45 +08:00
Matteo Nigro b967133ee1
Italian translation (#243) 2024-07-14 21:47:01 +08:00