Aaron Liu
8598a56148
chore: husky hook for eslint and prettier
2025-06-22 11:09:43 +08:00
Aaron Liu
44a696a2e7
feat(file apps): add excalidraw
2025-06-21 12:02:00 +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
Aaron Liu
587e9f29cf
feat(video player): support m3u8 and relative path transform ( #2288 )
2025-04-24 15:23:01 +08:00
AaronLiu
721148b969
Init V4 ( #247 )
2025-04-20 17:28:35 +08:00
HFO4
e056f1c4d5
dep(qrcode): use svg qrcode lib
2022-12-19 17:27:20 +08:00
HFO4
b6c33a83c3
feat(i18n): add cache layer to boost loading speed
2022-12-18 12:49:20 +08:00
HFO4
963ac5b08e
enhance(ui): use rounded menu item in drawer
2022-10-31 20:57:54 +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
HFO4
d6dc1f9719
i18n: login page
2022-04-30 16:48:42 +08:00
HFO4
9105758d9a
feat: keywords highlight in search results
2022-04-29 19:55:11 +08:00
HFO4
22155ce393
feat: support preview epub file
2022-04-26 18:49:52 +08:00
HFO4
2c09425869
chore: remove `react-dplayer`
2022-04-19 15:14:58 +08:00
HFO4
c0de15e49e
Feat: use ArtPlayer, support playlist and subtitles
2022-04-18 17:50:21 +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
93f6586720
Feat: use virtual list rendering upload tasks
2022-04-03 18:24:13 +08:00
HFO4
f46841eae7
Feat: uploader for oss resume uploading
2022-03-20 11:12:11 +08:00
HFO4
39b5171449
Dep: downgrade react-dev-utils to fix #85
2022-03-01 19:58:20 +08:00
HFO4
1ca068e895
Fix timeout setting in aria2 node
2021-11-03 21:26:45 +08:00
HFO4
0ce8d9250e
Fix: failed to load monaco editor
2021-10-31 09:29:15 +08:00
HFO4
08a301d53a
Feat: support set custom timezone
2021-04-03 16:54:05 +08:00
HFO4
9dd43c0b54
Fix: form indent style in captcha management page
2021-03-22 21:17:38 +08:00
HFO4
37e864567c
Add: yarn.lock
2021-03-14 18:38:57 +08:00
HFO4
2d8267273a
Dep: update monaco-editor-webpack-plugin to ^3.0.0
2021-03-14 18:37:39 +08:00
HFO4
4f114cf386
style: reformat with prettier V2
2021-03-11 14:37:30 +08:00
HFO4
3ffab03068
Update submodule version
2021-02-28 16:50:59 +08:00
dependabot[bot]
8f2a9c3d81
Build(deps): Bump websocket-extensions from 0.1.3 to 0.1.4 ( #34 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-07 16:41:49 +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
48eff0297a
Fix: DPlayer CSS 引用出错
2020-05-08 10:34:02 +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
TS
1b9186c3c7
添加Redux thunk。 新增Shift多选 ( #16 )
2020-04-30 16:18:46 +08:00
HFO4
cfb1206e13
Feat: recaptcha
2020-04-11 10:02:19 +08:00
HFO4
43c9ce1d26
Feat: 构建时写入版本号
2020-04-08 09:44:25 +08:00
HFO4
fdf67a4202
修复:首页公告异常 / 下载错误信息展示不全 / 无法预览JSON文本 / 图片预览遮罩层 / 视频预览最大高度
2020-03-18 11:09:16 +08:00
HFO4
69b78898d3
eject CRA
2020-03-10 14:39:26 +08:00
HFO4
fc6328579b
aria2设置 / 主题风格设置
2020-02-25 14:25:24 +08:00
HFO4
7d17dc283a
后台仪表板首页
2020-02-22 16:17:45 +08:00
HFO4
5ad86777f2
注册
2020-02-21 15:14:35 +08:00
HFO4
118fb63b55
支付宝支付
2020-02-17 12:33:58 +08:00
HFO4
baafc12dbe
分享页面 / 分页
2020-02-13 11:53:46 +08:00
HFO4
3f5c826c06
更换新的图像预览组件
2020-02-10 14:46:01 +08:00
HFO4
8dfb7fa8d0
离线下载管理
2020-02-08 15:37:20 +08:00
HFO4
016c17f3a8
分享单页
2020-01-27 14:19:16 +08:00
HFO4
3accd403b6
文本文件预览
2019-12-15 15:43:48 +08:00
HFO4
d06b191090
视频预览
2019-12-14 16:01:47 +08:00
HFO4
8cd187c947
文件下载
2019-12-14 12:45:11 +08:00
HFO4
99b9414a4d
Feat: 图像预览更换为新的
...
lightbox组件
2019-12-08 12:45:53 +08:00