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
97f653bd42
feat: support selecting groups to join when link ( #165 )
...
fixes https://github.com/halo-dev/plugin-s3/issues/152
```release-note
S3关联时支持选择加入的分组
```

2024-07-31 04:40:03 +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
longjuan
bdd62cbe12
faet: Add file prefix search function in s3link ( #153 )
...
```release-note
在 S3关联 中支持文件名前缀搜索
```
fixes https://github.com/halo-dev/plugin-s3/issues/142
2024-06-16 12:30:45 +00:00
longjuan
2a26171fc4
Fix: Correct policy selector styling issue ( #151 )
...
```release-note
修复 S3 关联中策略选择器太短的问题
```
fixes #141
2024-05-14 02:08:33 +00:00
longjuan
a63f3f4dc3
fix: missing page size selector style ( #119 )
...
```release-note
修复关联S3文件页面中 page size 下拉框样式缺失的问题
```
Before:

After:

2024-02-20 07:50:09 +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
c79fee9ba1
perf: improve s3link role permissions ( #89 )
...
1. 新建用户,仅赋予 s3link 权限
2. 测试 关联s3文件功能是否 正常使用
请使用 <ff7af9f0d9 > 之后的版本进行测试
```release-note
完善 s3link 角色权限
```
2023-10-26 05:44:12 +00:00
longjuan
73112953ba
feat: improve the styles of the data list filter area on the mobile devices ( #87 )
...
同步 <https://github.com/halo-dev/halo/pull/4587 > 中的数据列表过滤器区域的样式改进。
```release-note
同步移动设备上数据列表过滤器区域的样式改进
```
2023-10-16 04:14:13 +00:00
longjuan
bc4de5fb8e
fix: remove v-permission to avoid checkbox disappearing ( #83 )
...
移除v-permission以避免复选框消失
fixes https://github.com/halo-dev/plugin-s3/issues/82
```release-note
None
```
2023-10-08 03:32:16 +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