John Niang
26038491f2
Update Gradle, dependencies, and workflow
2025-06-06 17:59:31 +08:00
Ryan Wang
538c5f3ef9
Refactor data list using VEntityContainer ( #190 )
...
Refactor data list using VEntityContainer to optimize display across devices of various sizes.
See https://github.com/halo-dev/halo/pull/7383
Note: Updating to this version requires Halo >= 2.21.0.
```release-note
适配 Halo 2.21.0 的数据列表样式
```
2025-05-29 07:28:26 +00:00
longjuan
d4df735759
perf: refactor API request implementation and upgrade Halo dependency to 2.17 ( #163 )
...
使用 openapi-generator 重构请求库
使用 @halo-dev/api-client 提供的axiosInstance
提升所有 Halo 依赖版本至2.17
```release-note
None
```
2024-07-14 15:27:27 +00:00
Ryan Wang
11cbfdb9bb
chore: simplify bundler config ( #117 )
...
使用 `@halo-dev/ui-plugin-bundler-kit` 简化构建配置。
/kind improvement
```release-note
None
```
2024-02-05 02:56:31 +00:00
Ryan Wang
2b0dd98575
refactor: place the entry for the S3 link page in the side menu ( #116 )
...
将 S3 关联页面放置在左侧菜单。
/kind improvement
Note: 此特性需要运行在 Halo 2.12 才生效,所以此 PR 同时修改了 requires。
<img width="1920" alt="image" src="https://github.com/halo-dev/plugin-s3/assets/21301288/a78d7837-81c2-4c50-ad19-2c40e74cbc41 ">
<img width="1920" alt="image" src="https://github.com/halo-dev/plugin-s3/assets/21301288/41edeed8-9ce0-40d1-82a9-1fb376a08c51 ">
```release-note
将 S3 关联页面放置在左侧菜单。
```
2024-02-03 15:50:55 +00:00
longjuan
77c8b21248
feat: only delete halo attachment records without deleting files in object storage ( #97 )
...
/kind feature
```release-note
提供解除 S3 关联功能(仅删除 Halo 附件记录,而不再对象存储中实际删除)
```
在附件库中选择使用本插件上传或关联的文件的更多插件,会出现 解除 S3 关联 按钮。

对于其他附件,不会出现该按钮

本功能已支持权限管理。
2023-11-27 13:50:09 +00:00
longjuan
91a61fd1d2
feat: Associate files originally in s3 ( #59 )
...
```release-note
关联从其他渠道上传至 s3 的文件
```
【插件】->【对象存储(Amazon S3 协议)】->【关联s3文件】


目前待优化的功能:
- [ ] 列出未关联的文件时会查询多次数据库,期望优化成只查询一次,但是代码改动较大。
2023-09-11 16:04:09 +00:00