-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Redesign group files #1589
Merged
Merged
Redesign group files #1589
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Karlatemp
reviewed
Oct 1, 2021
mirai-core-api/src/commonMain/kotlin/contact/file/RemoteFiles.kt
Outdated
Show resolved
Hide resolved
mirai-core-api/src/commonMain/kotlin/contact/file/RemoteFiles.kt
Outdated
Show resolved
Hide resolved
mirai-core-api/src/commonMain/kotlin/contact/file/RemoteFiles.kt
Outdated
Show resolved
Hide resolved
mirai-core-api/src/commonMain/kotlin/contact/file/RemoteFiles.kt
Outdated
Show resolved
Hide resolved
mirai-core-api/src/commonMain/kotlin/contact/file/RemoteFiles.kt
Outdated
Show resolved
Hide resolved
mirai-core-api/src/commonMain/kotlin/contact/file/RemoteFiles.kt
Outdated
Show resolved
Hide resolved
mirai-core-api/src/commonMain/kotlin/contact/file/RemoteFiles.kt
Outdated
Show resolved
Hide resolved
Nambers
reviewed
Oct 1, 2021
mirai-core-api/src/commonMain/kotlin/contact/file/RemoteFiles.kt
Outdated
Show resolved
Hide resolved
Karlatemp
reviewed
Oct 1, 2021
mirai-core-api/src/commonMain/kotlin/contact/file/AbsoluteFolder.kt
Outdated
Show resolved
Hide resolved
efb6427
to
1e51d02
Compare
Moved to top |
Karlatemp
reviewed
Oct 2, 2021
mirai-core-api/src/commonMain/kotlin/contact/file/AbsoluteFile.kt
Outdated
Show resolved
Hide resolved
mirai-core-api/src/commonMain/kotlin/contact/file/AbsoluteFileFolder.kt
Outdated
Show resolved
Hide resolved
mirai-core-api/src/commonMain/kotlin/contact/file/AbsoluteFolder.kt
Outdated
Show resolved
Hide resolved
mirai-core-api/src/commonMain/kotlin/contact/file/AbsoluteFolder.kt
Outdated
Show resolved
Hide resolved
mirai-core-api/src/commonMain/kotlin/contact/file/RemoteFiles.kt
Outdated
Show resolved
Hide resolved
Karlatemp
reviewed
Oct 2, 2021
mirai-core/src/commonMain/kotlin/contact/file/AbsoluteFileImpl.kt
Outdated
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/contact/file/AbsoluteFolderImpl.kt
Outdated
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/contact/file/AbsoluteFolderImpl.kt
Outdated
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/contact/file/RemoteFilesImpl.kt
Outdated
Show resolved
Hide resolved
This was
linked to
issues
Oct 3, 2021
Closed
Karlatemp
reviewed
Oct 10, 2021
mirai-core-api/src/commonMain/kotlin/message/data/FileMessage.kt
Outdated
Show resolved
Hide resolved
Karlatemp
reviewed
Oct 10, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API reviewed
mirai-core-api/src/commonMain/kotlin/contact/file/AbsoluteFileFolder.kt
Outdated
Show resolved
Hide resolved
mirai-core-api/src/commonMain/kotlin/contact/file/AbsoluteFileFolder.kt
Outdated
Show resolved
Hide resolved
mirai-core-api/src/commonMain/kotlin/contact/file/AbsoluteFileFolder.kt
Outdated
Show resolved
Hide resolved
4acfc04
to
ecc63d1
Compare
c86f4cd
to
9333096
Compare
9333096
to
5346ee4
Compare
All tested |
由于无法检测群设置中的允许任何人上传文件, 移除了对文件操作的提前权限检测, 权限错误会在发包得到服务器错误后才会抛出. 经测试, 即使允许任何人上传, 目录的 move, delete 仍需要管理员权限 |
Karlatemp
reviewed
Oct 30, 2021
mirai-core-api/src/commonMain/kotlin/contact/file/AbsoluteFileFolder.kt
Outdated
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/contact/file/AbsoluteFolderImpl.kt
Outdated
Show resolved
Hide resolved
Karlatemp
approved these changes
Oct 30, 2021
mirai-core-api/src/commonMain/kotlin/contact/file/RemoteFiles.kt
Outdated
Show resolved
Hide resolved
Karlatemp
approved these changes
Oct 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO:
TODO: 2021/10/1 try optimize exists
TODO: 2021/10/1 handle file not exists to return null