-
Notifications
You must be signed in to change notification settings - Fork 520
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
Comments
#227 feat simba,lishuang 批量绑定空间成员 这一项后端已完成,接口 |
#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; |
#232 feat lishuang 回收站逻辑优化 因为回收站的文件和普通文件是存储于同一个物理目录下,因此当前结构下,无法做到回收站和个人文件夹各存一份。 本次已优化文案提示,当遇到文件已存在的情况,会提示先去回收站彻底删除。 |
#248 feat simba 共享空间的回收站问题 |
#239 feat lishuang,simba 当前目录递归搜索 后端已完成接口开发 |
4.1.0已发布,其余项本版本暂不支持。 |
高优先级
中优先级
低优先级
The text was updated successfully, but these errors were encountered: