Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.1.0版本更新计划 #259

Closed
7 of 16 tasks
zicla opened this issue Jul 20, 2024 · 7 comments
Closed
7 of 16 tasks

4.1.0版本更新计划 #259

zicla opened this issue Jul 20, 2024 · 7 comments
Assignees

Comments

@zicla
Copy link
Contributor

zicla commented Jul 20, 2024

高优先级

  • 222 bug lishuang 删除用户后,空间未删除
  • 227 feat simba,lishuang 批量绑定空间成员
  • 232 feat lishuang 回收站逻辑优化
  • 233,253 bug lishuang -> simba 用户的空间大小bug
  • 239 feat lishuang,simba 当前目录递归搜索
  • 248 feat simba 共享空间的回收站问题

中优先级

  • 197 lishuang [调研] webdav空文件问题
  • 244 feat lishuang webdav共享文件夹

低优先级

  • 250 simba [调研] office文件分享后,无法被预览
  • 196 simba [调研] 取消断点续传功能
  • 219 simba [调研] 抓取文件问题
  • 241 simba [调研] kk预览配置出错
  • 158 simba [调研] onlyOffice预览配置出错
  • 246 lishuang [调研] 文件上传可否不使用/tmp
  • 256 simba [调研] 分享文件删除下载问题
  • 257 lishuang [调研] 多挂载问题
@zicla
Copy link
Contributor Author

zicla commented Jul 20, 2024

#227 feat simba,lishuang 批量绑定空间成员

这一项后端已完成,接口/api/space/member/create原来的userUuid参数换成了userUuids,传参时用逗号分割,表示多个用户。

@zicla
Copy link
Contributor Author

zicla commented Jul 20, 2024

#233 , #253 bug lishuang -> simba 用户的空间大小bug

这一项后端接口 /api/user/edit 已做权限控制。

@zicla
Copy link
Contributor Author

zicla commented Jul 20, 2024

#222 bug lishuang 删除用户后,空间未删除

该问题已修复,存量脏数据清除

DELETE t1
FROM tank40_space t1
LEFT JOIN tank40_user t2 ON t1.uuid = t2.space_uuid
WHERE t1.type = 'PRIVATE' AND t2.uuid IS NULL;

@zicla
Copy link
Contributor Author

zicla commented Jul 20, 2024

#232 feat lishuang 回收站逻辑优化

因为回收站的文件和普通文件是存储于同一个物理目录下,因此当前结构下,无法做到回收站和个人文件夹各存一份。 本次已优化文案提示,当遇到文件已存在的情况,会提示先去回收站彻底删除。

@seaheart
Copy link
Contributor

seaheart commented Jul 20, 2024

#248 feat simba 共享空间的回收站问题
共享空间回收站普通用户可见,回收站内的文件操作待定
已完成

@zicla
Copy link
Contributor Author

zicla commented Jul 21, 2024

#239 feat lishuang,simba 当前目录递归搜索

后端已完成接口开发 /api/matter/search,前端请使用这个接口作为搜索接口。

@seaheart seaheart reopened this Jul 24, 2024
@zicla
Copy link
Contributor Author

zicla commented Jul 27, 2024

4.1.0已发布,其余项本版本暂不支持。

@zicla zicla closed this as completed Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants