Commit Graph

611 Commits

Author SHA1 Message Date
yixinin 2e70a97c76
Merge fff8cf515c into b485bf2979 2024-11-07 21:09:35 +08:00
eason fff8cf515c - fix import 2024-11-07 21:09:20 +08:00
eason 54d08a5b0d - fix external media player url mission protocal://domain 2024-11-07 21:02:09 +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
eason 403b52243a - fix, video external playermissing domain. 2023-11-19 12:58:24 +08:00
Aaron Liu 5d4d01a797 release: 3.8.3 2023-10-07 20:05:56 +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
david082321 aabb964a8a
i18n: Update zh-TW (#165) 2023-10-07 04:12:23 -05:00
BGLuminous f248838b3d
fix(navbar): clickable title should use pointer cursor (#162) 2023-10-07 04:11:13 -05:00
酷甚么喵 6426286010
fix: profile页可在未登录时查看 (#166)
根据Cloudreve项目代码,profile页是支持在未登录时查看的,而且还可设置是否展示主页,所以这里就去掉需要登录的限制
2023-10-07 04:10:41 -05:00
Aaron Liu b993b4283e release: 3.8.1 2023-07-29 08:58:02 +08:00
WeidiDeng 543f3502f3
添加webdav代理下载流量选项 (#160) 2023-07-29 08:44:26 +08:00
Shyim b5ef1dbfac
fix: remove html lang to fix translator popup (#158) 2023-07-29 08:39:02 +08: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 0feca325f4 release: 3.8.0-beta1 2023-05-27 14:04:46 +08:00
Aaron Liu e76f185998 chore(security): update hash func to sha256 to resolve openssl provider error in webpack 2023-05-27 11:17:59 +08:00
Aaron Liu aa869656a2 feat(share): use custom value for expiration and limited downloads 2023-05-27 10:30:40 +08:00
Aaron Liu 6bd7a89c74 feat(upload): detect and specify mime type for files uploaded to S3 and OSS 2023-05-27 10:30:20 +08:00
Aaron Liu 1a772b1fe5 fix(dashboard): cannot save policy in wizard mode 2023-05-27 10:29:52 +08:00
Aaron Liu 3e274d0ed5 feat(policy): add Google Drive Oauth client 2023-05-27 10:28:20 +08:00
AaronLiu 5e66c6fd9c
Merge pull request #155 from arkylin/master
增加原始文件名无后缀魔法变量
2023-05-24 12:08:58 +08:00
Arkylin 07d68b9f7d
Update MagicVar.js 2023-05-10 22:34:45 +08:00
Arkylin 34827f2f5e
Update dashboard.json 2023-05-10 22:33:56 +08:00
Arkylin d2b1cf0d26
Update dashboard.json 2023-05-10 22:32:14 +08:00
Arkylin ee4547e120
Update dashboard.json 2023-05-10 22:31:07 +08:00
AaronLiu 88e4b7fbf3
Merge pull request #151 from ysh83737/chore-eslint-rules
chore: add eslint rules for nodejs `required`
2023-04-08 10:11:39 +08:00
Aaron Liu ca831dbe19 fix(dashboard): add missing utils for thumb setting 2023-04-07 19:42:19 +08:00
Aaron Liu 921ce720b9 i18n(thumb): add missing translations 2023-04-07 19:36:10 +08:00
Aaron Liu 89d5645093 feat(thumb): set supported extension overwrite for policy 2023-04-07 19:35:55 +08:00
Aaron Liu dc7f69cbfb feat(thumb): generator settings and test button 2023-04-07 19:35:00 +08:00
Aaron Liu bc47a382bd feat(thumb): use libvips to generate thumb 2023-04-07 19:34:20 +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
ShawnYuan db3c9e5ad4 chore: add eslint rules for nodejs `required`
shut off `@typescript-eslint/no-var-requires` for js files in folder `config` and folder `scripts`
2023-03-08 14:54:48 +08:00
Aaron Liu 9f847f466c release: 3.7.1 2023-02-13 19:25:46 +08:00
Aaron Liu 08781afe34 feat(login): return to previous page after login 2023-02-13 19:25:24 +08:00
Aaron Liu d2d1453213 fix(i18n): minor errors in transferring status 2023-02-13 19:25:04 +08:00
Aaron Liu 4815a504a0 release: 3.7.0 2023-02-09 19:03:48 +08:00
Aaron Liu d4dc124e99 fix(i18n): disable cache by appending version numbers 2023-02-08 13:53:48 +08:00
Aaron Liu 09a5168b23 feat(explorer): advance delete options for users 2023-02-07 20:02:45 +08:00
Aaron Liu 8ff644d85c i18n(dashboard): unlink file 2023-02-07 19:59:25 +08:00
Aaron Liu 96bf4dba90 feat(dashboard): unlink file while not deleting its physical source 2023-02-07 19:59:06 +08:00
Aaron Liu b6b59dd1fb feat(webdav): improve icons and zh-TW translation for #147 2023-02-07 19:58:17 +08:00
WeidiDeng e4b6e583d4
feat(webdav): add read-only option (#147) 2023-02-07 19:38:23 +08:00
Aaron Liu 0d6a560cd6 i18n(explorer): zh-TW translation for "currentFolder" 2023-02-05 09:07:02 +08:00
Liu Nianjiang 6a81ac7ec5
Text is not displayed. (#145) 2023-01-10 20:28:13 +08:00
HFO4 d72688d7fc feat(wopi): edit WOPI related settings 2023-01-09 19:32:15 +08:00
HFO4 b5d38e3cf7 feat(wopi): implement required rest api as a WOPI host 2023-01-09 19:30:50 +08:00
HFO4 9d8d233018 feat(wopi): change doc preview config based on WOPI discovery results 2023-01-09 19:30:21 +08:00
HFO4 694be8a993 feat: quick login qrcode for mobile app 2023-01-09 19:29:05 +08:00