Commit Graph

189 Commits

Author SHA1 Message Date
Mason Liu 2c56116153
feat: list reordering with drag-and-drop and move buttons (#274)
* feat: list reordering with drag-and-drop and move buttons

* feat: unify list reordering, fix DnD cross-group bug, and use existing icons
2025-07-01 21:42:23 +08:00
Aaron Liu e19056c746 fix(explorer): version and direct link should be refreshed if opened from sidebar (https://github.com/cloudreve/cloudreve/issues/2580) 2025-06-29 10:38:54 +08:00
Aaron Liu 672b00192c feat(explorer): manage created direct links / option to enable unique redirected direct links 2025-06-26 18:45:49 +08:00
Aaron Liu 474821318a feat(treeview): add option to disable treeview auto expansion (https://github.com/cloudreve/cloudreve/issues/2545) 2025-06-22 11:42:33 +08:00
Aaron Liu 27de5db3e7 chore: format code 2025-06-22 10:57:50 +08:00
Aaron Liu 34adaeb5dc feat(explorer): always show "Open with" in context menu (https://github.com/cloudreve/cloudreve/issues/2342) 2025-06-22 10:55:58 +08:00
Aaron Liu 44a696a2e7 feat(file apps): add excalidraw 2025-06-21 12:02:00 +08:00
Aaron Liu 3467d4630a fix(typo): Crtl -> Ctrl (https://github.com/cloudreve/cloudreve/issues/2509) 2025-06-19 09:53:44 +08:00
Aaron Liu ededea6c45 feat(share): improve UI for share link result (follow up #https://github.com/cloudreve/frontend/pull/259) 2025-06-17 11:37:30 +08:00
WintBit 00f18b18ec
feat: file share custom password support (#259)
* feat: file share custom password support

* feat: custom password checkbox & password display box

* fix: legacy placeholder text

* chore: lint with prettier

* fix: share link password display considering public url
2025-06-17 11:07:12 +08:00
Aaron Liu cdbc2861f9 fix(explorer): broken transition on safari 2025-06-12 09:27:10 +08:00
Aaron Liu 9f91f8c98a feat(explorer): save user's view setting to server / optionally share view setting via share link (#2232) 2025-06-05 10:00:37 +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 28591ae5b4 fix(ui): user avatar not refreshed in breadcrumb button 2025-05-23 15:33:50 +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 f1c048ec0b fix: incorrect handling of pathname encoding 2025-05-13 17:34:38 +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
小白-白 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 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 4ba203f210 feat(share): add open and save shortcut button for single shared file 2025-04-21 20:08:10 +08:00
AaronLiu 721148b969
Init V4 (#247) 2025-04-20 17:28:35 +08:00
Shawn Yuan 9ccf148b31
feature: 为弹窗类型的路径选择器PathSelector添加排序功能 (#164)
* feat: extract component `Sort`

* feat: add sorting feature to `PathSelector`

* feat: replace sort action with compoent `Sort`

* feat: move `sortMethodFuncs` to module `Sort`
2023-10-07 06:41:35 -05:00
provefar 807cc21f66
添加默认全量批量下载按钮、无选择则等同选择全部 (#159)
* feat: add BatchDownloadAll icon to SubActions

* feat: Download all when no selected
2023-07-18 15:34:58 +08:00
Aaron Liu bf72c4530f refactor(thumb): reset thumb status after renaming a file with no thumb available 2023-04-07 19:33:51 +08:00
Aaron Liu 09a5168b23 feat(explorer): advance delete options for users 2023-02-07 20:02:45 +08:00
WeidiDeng 95ff68b995
path selector添加当前目录选项,修复上层目录 (#144) 2023-01-09 19:18:16 +08:00
HFO4 df3e4bfb82 fix(music player): cannot preview audio in single file shares (https://github.com/cloudreve/Cloudreve/issues/1541) 2022-12-16 17:18:17 +08:00
HFO4 f87530a95e feat(path selector): select current folder without extra navigation 2022-12-16 17:17:08 +08:00
HFO4 e432a81328 Merge branch 'master' of github.com:cloudreve/frontend 2022-11-21 19:16:18 +08:00
HFO4 5cdf3037df feat(search): open parent folder in context menu 2022-11-21 19:15:06 +08:00
WeidiDeng 22f00eaef7
修复drag drop后不能通过path selector进行移动文件 (#138)
path selector添加..选项
2022-11-16 20:40:47 +08:00
HFO4 5ff53fe47f feat(remote download): unified UI for torrent and URL download, improve path selection experience 2022-10-31 20:56:34 +08:00
HFO4 77110e1351 enhance(style): use 12px radius as default round corner style 2022-10-30 11:22:02 +08:00
HFO4 b438e8643b i18n: error codes for aria2 / callback/ directory operation 2022-07-20 19:56:20 +08:00
topjohncian eaafa4b671
Feat: download the whole directory (#123)
* Feat: download directory

* Feat: download directory

* Chore: remove dev env

* Fix duplication handle bugs and add some tips

* Fix bugs and add friendlier tips

* Fix: directory download is only avaliable in secure contexts

* Feat: verify permission and more prompts

* Fix: Must be handling a user gesture to show a file picker

* Feat: log autoscroll

* i18n: download directory

* Style: replace directory download icon

* Fix: log autoscroll

* Feat: cancel download

Co-authored-by: HFO4 <912394456@qq.com>
2022-07-14 19:20:11 +08:00
anzhiyu 8286e67cea
style(Style repair): fix file tiling list scroll bar (#120) 2022-06-24 20:41:03 +08:00
HFO4 d910248766 i18n: music player, uploader 2022-05-09 19:04:55 +08:00
HFO4 c786ce7b90 i18n: sidebar and datetime 2022-05-09 19:01:00 +08:00
HFO4 a08cf8ee6b i18n: modals in file manager 2022-05-08 11:03:56 +08:00
HFO4 f2f8d7c43a i18n: file manager 2022-05-08 10:53:05 +08:00
HFO4 2d20892994 enhance: UI for list generated source link 2022-04-30 09:55:35 +08:00
HFO4 fe21e4d54d enhance: UI for pagination, auto hiding in desktop 2022-04-30 09:55:13 +08:00
HFO4 e4ccca3e28 fix: grid view broken when switch dark mode 2022-04-29 19:55:49 +08:00
HFO4 9105758d9a feat: keywords highlight in search results 2022-04-29 19:55:11 +08:00
HFO4 16df89188a fix: cannot select code language automatically / code editor height auto-fit into view height 2022-04-29 19:53:39 +08:00
HFO4 bda2e2758a feat: floating pagination 2022-04-29 19:53:15 +08:00
HFO4 4802622ef1 feat: auto scrolling in drag and drop, support drop over pagination 2022-04-29 19:52:47 +08:00
HFO4 7bbcd5887a feat: using Shift key to select both folders and files 2022-04-29 19:52:29 +08:00