reghao
|
0439fd9f25
删除 OssConsoleClient 中的无用接口
|
2 years ago |
reghao
|
39e5a11fd7
删除 oss-store 中的无用代码
|
2 years ago |
reghao
|
ebae44707b
更新和 StoreNode model 相关的页面和接口
|
2 years ago |
reghao
|
51864ea026
1.StoreNode 添加 StoreDisk, 节点的磁盘使用信息
|
2 years ago |
reghao
|
1d4b7454cc
更新 oss-store 的初始化流程:
|
2 years ago |
reghao
|
0a5e97f4f5
将 StoreNode 中的 ipv4Addr 字段修改为 nodeAddr
|
2 years ago |
reghao
|
abf67b76af
添加文件上传接口和页面 demo
|
2 years ago |
reghao
|
f106d33f46
1.修改 object scope 更新接口
|
2 years ago |
reghao
|
48c667e88e
更新 oss-console 的接口参数
|
2 years ago |
reghao
|
7d340719be
update ImageRepository
|
2 years ago |
reghao
|
06c6c81cf5
更新 oss-sdk, upload 添加 token
|
2 years ago |
reghao
|
661b01bd70
删除 oss-store 中 OssProperties 的 domain, referer 以及 secretKey 字段, 这些字段放到 oss-console 中的 StoreNode 对象里, 由用户自行配置. 同时在 StoreNode 里添加一个 enabled 字段, 只有配置了前述字段才能将 enabled 设置为 true, 表示 oss-store 节点可用
|
2 years ago |
reghao
|
a62490bcf1
UploadChannel 添加一个 processFile 字段, 标识 oss-store 是否处理通过该 channel 上传的文件
|
2 years ago |
reghao
|
3c3ddd7556
对应 store-api 的更新
|
2 years ago |
reghao
|
5dd3249e88
更新 store-api 中的接口
|
2 years ago |
reghao
|
3a8b5adb73
对应 store-api 的更新
|
2 years ago |
reghao
|
b25f63b670
更新 store-api, 删除一些无用接口
|
2 years ago |
reghao
|
7a89b4d07f
调整 ObjectGetController 中对请求资源可见范围的判断和处理, 直接根据每个资源的 scope 值来判断是否需要验证签名
|
2 years ago |
reghao
|
171b55312a
将 ossweb.reghao.cn 修改为 ossconsole.reghao.cn
|
2 years ago |
reghao
|
a907101c45
更新 spring 配置文件
|
2 years ago |
reghao
|
428c493dd8
添加删除 UploadChannel 的方法
|
2 years ago |
reghao
|
44dd18a1a9
添加对 UploadChannel 的唯一性约束
|
2 years ago |
reghao
|
6ff2287a3f
update build script
|
2 years ago |
reghao
|
dbfe326a05
oss-console 添加 dockerfile
|
2 years ago |
reghao
|
c2bcc3a24f
oss-store 删除 curator-recipes 依赖, 不再使用 zk 作为注册中心, 作为 dubbo provider 不再将服务 expose 到注册中心, consumer 采用"直连"的方式调用 dubbo 提供的服务
|
2 years ago |
reghao
|
36644ddf37
oss-console 删除 curator-recipes 依赖, 不再使用 zk 作为注册中心, 因此 @DubboReference 注解也不能再使用. 作为 dubbo consumer, oss-console 采用"直连"的方式调用 dubbo provider 提供的服务
|
2 years ago |
reghao
|
62bf2b9a3c
将 oss-api 名字更改为 store-api, 包名也更改为 cn.reghao.oss.store.api
|
2 years ago |
reghao
|
fe328faff4
将 oss-web 名字更改为 oss-console, 包名也更改为 cn.reghao.oss.console
|
2 years ago |
reghao
|
c0fc907e6d
oss-web 中添加修改 UploadChannel 可见范围的接口和页面
|
2 years ago |
reghao
|
9cd50c40bc
更新 ObjectGetController 中对请求资源可见范围的判断和处理
|
2 years ago |