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 |
|