Commit Graph

127 Commits

Author SHA1 Message Date
HFO4 566900ccbb fix: cannot download single file share with score 2022-04-24 15:03:35 +08:00
AaronLiu e53609932d
fix hotkeys under macos / support esc to quit select (#100)
macos上shift, cmd键多选文件夹修复

Co-authored-by: Weidi Deng <weidi_deng@icloud.com>
2022-04-24 14:36:53 +08:00
HFO4 b6ad6ceff2 feat: sort by modify and create date, remember it in local cache 2022-04-20 18:47:26 +08:00
HFO4 fd9cef7656 Feat: player videos in external player 2022-04-18 17:50:39 +08:00
HFO4 84b05ddd66 fix: in list view, return to upper folder should not trigger select action.
fix: disable picture-in-picture in safari browser
2022-04-18 17:47:35 +08:00
HFO4 1853ff539b Remove codes related to old uploader 2022-04-17 10:44:58 +08:00
HFO4 dd539f606a enhancement: background color change when mouse hover over table row 2022-04-15 15:17:55 +08:00
HFO4 da7a3a38bf fix: typos 2022-04-13 17:51:38 +08:00
HFO4 05695a51d5 Feat: batch download both in server side and client side, provide option can be selected by users 2022-04-13 17:50:40 +08:00
HFO4 907f86550d Feat: client side batch download based on StreamSaver
Refactor: move some of async API requests into thunk actions
Enhancement: user can now select and operate single folder in mobile view
2022-04-10 17:49:56 +08:00
HFO4 7c3b6bd231 Place file icon in grid mode with auto-fit 2022-04-10 17:35:06 +08:00
HFO4 4194bad935 Fix: whole list of file icons is re-rendered even after one file is selected 2022-04-04 11:39:18 +08:00
HFO4 7173e08cb8 Feat: show progress bar on uploader app bar 2022-04-04 11:16:36 +08:00
HFO4 668f7b6df0 Feat: chunked file uploader class 2022-02-27 14:36:26 +08:00
HFO4 4a21fb6389 Feat: support chunk size option 2022-02-27 14:34:48 +08:00
HFO4 72bf1b8227 Feat: switch policy and invoke file selector 2022-02-27 14:30:15 +08:00
kikoqiu 18bb1b01b2
feat: add background audio player (#86)
* add background music player

* add a miner GUI change and remove unused imports for audio player

* Move MusicPlayer to App.js to make it work outside of FileManager.
Bugfix for loop play  not working when there's only one item.
Add flac to audio preview type (tested on chrome and ff).

* make the audio timeline vertical-align
2021-11-20 14:58:36 +08:00
HFO4 08a301d53a Feat: support set custom timezone 2021-04-03 16:54:05 +08:00
HFO4 68dc674577 Feat: copy to clipboard in WebDAV account management page (Fix: #706) 2021-03-17 13:47:45 +08:00
HFO4 4f114cf386 style: reformat with prettier V2 2021-03-11 14:37:30 +08:00
HFO4 13c6b85847 Feat: file/folder props side bar 2021-03-11 14:31:33 +08:00
HFO4 a39099a70a Feat: pop up object info side bar 2021-03-11 14:29:12 +08:00
HFO4 d77f67fb62 Fix: text overflow in path selector 2021-03-09 14:55:40 +08:00
HFO4 ccad0cc3a4 Feat: show sorting & viewing options in mobile view 2021-03-09 14:54:35 +08:00
HFO4 8a5a177df8 Refactor: extracted sub buttons in file explorer into separate component 2021-03-08 14:53:17 +08:00
HFO4 46f30823be Fix: folder icon display in drag&drop preview 2021-03-08 14:49:27 +08:00
HFO4 c1cf219e1d Modify: use box-shadow when drop target is active 2021-03-08 14:48:56 +08:00
HFO4 e5af10b380 Feat: drag and drop in list view mode 2021-03-08 14:44:38 +08:00
HFO4 e34cd7b265 Feat: entering multiple selecting mode in mobile view while clicking object icon 2021-03-07 18:13:22 +08:00
HFO4 9e49b80371 Refactor: move all openPreview methods into react thunk reducer 2021-03-05 15:29:36 +08:00
HFO4 8102a9d478 Dep: import connect-redux-router
Modify: add openPreview reducer
2021-03-05 15:28:52 +08:00
HFO4 d7554adeea Modify: padding in context is more dense 2021-03-04 16:17:09 +08:00
HFO4 397bf4569c Style: format all codes with prettier 2020-12-08 19:38:11 +08:00
HFO4 253bf0c5a0 Fix: path navigation fails when returned from preview page (https://github.com/cloudreve/Cloudreve/issues/435) 2020-11-21 19:08:33 +08:00
HFO4 346ff0a4e4 Fix: some warnings and typo in react.fragment / css in jsx 2020-11-21 17:33:48 +08:00
HFO4 54f4e608bd Modify: 取消地址栏目录名强制大写 2020-05-24 10:43:59 +08:00
HFO4 cd277c3896 Fix: SizeInput 组件异常 / 因initState类型引起的异常 2020-05-18 09:12:16 +08:00
TS f427033b33
Refact: move explorer reducer (#30)
* Refact: move explorer reducer

* Fix: 添加TS eslint 规则,修复所有报错

* Fix: 修复Ts报错,添加React resolution 版本16.9.35. 添加tsconfig moduleResolution
2020-05-18 09:04:06 +08:00
TS 20e3b499cf
Refact: 分离viewe update reducer; 添加typescript (#24)
* 分离vieweupdate reducer; 添加typescript

* Fix: Dispatch navigator actions

* fix: dispatch change sub title
2020-05-12 13:27:07 +08:00
HFO4 538bd95a7b Feat: refresh file list in context menu 2020-05-09 10:34:33 +08:00
HFO4 c9d15a1070 Feat: create empty file 2020-05-09 10:26:27 +08:00
HFO4 2eed1a8c57 Feat: rename navitate to navigate 2020-05-09 08:41:20 +08:00
TS 755796939f
Fix: 添加Eslint config, 修正所有的eslint error 和 warning (#20)
* Fix: 添加Eslint config, 修正所有的eslint error 和 warning。添加husky pre-commit 和 pre-push 钩子

* Fix: Disable react-hooks/exhaustive-deps eslint

* Fix: 添加修复react-hooks/rules-of-hooks
2020-05-06 09:53:42 +08:00
HFO4 6d23b07b7a Feat: Monaco Editor 代码编辑
Modify: 合并编译后的分散小文件 / 减少 SW preload 请求数
2020-05-03 13:13:51 +08:00
HFO4 97c1d76212 Feat: PDF 预览(https://github.com/cloudreve/Cloudreve/issues/279) 2020-05-03 09:32:22 +08:00
HFO4 df766e4438 Feat: 外部目录导入 2020-05-02 10:20:28 +08:00
TS 1b9186c3c7
添加Redux thunk。 新增Shift多选 (#16) 2020-04-30 16:18:46 +08:00
HFO4 80e0b6e4e0 Fix: conflicts 2020-04-29 08:48:30 +08:00
Tianhao SHI 19138ace42
重命名 utils fix typo (#13) 2020-04-29 08:33:53 +08:00
Tianhao Shi 2f4156520e Mac下Command+A 为全选 2020-04-28 17:22:38 -07:00