Commit Verlauf

Autor SHA1 Nachricht Datum
  reghao 7a89b4d07f 调整 ObjectGetController 中对请求资源可见范围的判断和处理, 直接根据每个资源的 scope 值来判断是否需要验证签名 vor 2 Jahren
  reghao 171b55312a 将 ossweb.reghao.cn 修改为 ossconsole.reghao.cn vor 2 Jahren
  reghao a907101c45 更新 spring 配置文件 vor 2 Jahren
  reghao 428c493dd8 添加删除 UploadChannel 的方法 vor 2 Jahren
  reghao 44dd18a1a9 添加对 UploadChannel 的唯一性约束 vor 2 Jahren
  reghao 6ff2287a3f update build script vor 2 Jahren
  reghao dbfe326a05 oss-console 添加 dockerfile vor 2 Jahren
  reghao c2bcc3a24f oss-store 删除 curator-recipes 依赖, 不再使用 zk 作为注册中心, 作为 dubbo provider 不再将服务 expose 到注册中心, consumer 采用"直连"的方式调用 dubbo 提供的服务 vor 2 Jahren
  reghao 36644ddf37 oss-console 删除 curator-recipes 依赖, 不再使用 zk 作为注册中心, 因此 @DubboReference 注解也不能再使用. 作为 dubbo consumer, oss-console 采用"直连"的方式调用 dubbo provider 提供的服务 vor 2 Jahren
  reghao 62bf2b9a3c 将 oss-api 名字更改为 store-api, 包名也更改为 cn.reghao.oss.store.api vor 2 Jahren
  reghao fe328faff4 将 oss-web 名字更改为 oss-console, 包名也更改为 cn.reghao.oss.console vor 2 Jahren
  reghao c0fc907e6d oss-web 中添加修改 UploadChannel 可见范围的接口和页面 vor 2 Jahren
  reghao 9cd50c40bc 更新 ObjectGetController 中对请求资源可见范围的判断和处理 vor 2 Jahren
  reghao 94599cce47 更新获取某个节点上所有的 UploadChannel 的方法 vor 2 Jahren
  reghao 1cc3b7d381 更新获取某个节点上所有的 UploadChannel 的方法 vor 2 Jahren
  reghao e12e8fb41a 1.将 userId 修改为 int 类型 vor 2 Jahren
  reghao 412106b225 oss-web 中更新 UploadChannel 的相关接口 vor 2 Jahren
  reghao e113fbe1b3 oss-store 中使用 ObjectChannel 来代替 UploadChannel vor 2 Jahren
  reghao d8e91b0a50 更新 oss-api vor 2 Jahren
  reghao 6779759f35 更新 /home 页的系统信息展示 vor 2 Jahren
  reghao 473006af9c oss-store 引入 oss-sdk 依赖以便使用 OssConsoleClient vor 2 Jahren
  reghao ef23f4db57 OssServerServiceImpl 实现 createChannel 方法, 供 oss-console 创建 channel 时调用 vor 2 Jahren
  reghao a0d14d040d OssConsoleClient 添加一个不需要认证的构造函数, 只给 oss-store 内部调用 vor 2 Jahren
  reghao 16d1e66c38 上传通道列表页面显示 channelId 字段 vor 2 Jahren
  reghao 117f3b3f1d 引入 HandlerInterceptor 带来的连锁反应, 由于使用了自定义的 WebMvcConfigurationSupport, 使得默认的 Web 自动配置失效. 首先是调用 RequestContextHolder.getRequestAttributes 返回 null, 其次是 Hibernate 的 LazyInitializationException 异常以及在 controller 里面不能自动将 id 转化为 entity. 本次提交就是为了解决这些问题 vor 2 Jahren
  reghao f64fbc8a16 oss-store 更新 node register 接口 vor 2 Jahren
  reghao d211f1b001 ObjectChannel 实现序列化接口, dubbo 要求 vor 2 Jahren
  reghao 6c58d2a1d7 1.添加 UserKey, UserNode model, 接口和页面 vor 2 Jahren
  reghao 02130a5ce4 update oss-store AppLifecycle vor 2 Jahren
  reghao 541d213b0e update oss-store rpc interface vor 2 Jahren