This repository was archived by the owner on May 18, 2026. It is now read-only.
feat: add more options to reverse shares#495
Merged
Merged
Conversation
f819bfa to
c129698
Compare
Contributor
Author
Contributor
Author
Owner
|
Thanks @IvanLi-CN, I'll look into it ASAP. |
stonith404
reviewed
Jul 27, 2024
Owner
stonith404
left a comment
There was a problem hiding this comment.
Thank you very much for your contribution. I really like the new options :)
I added a few comments, feel free to comment if something is unclear or you don't agree.
593d151 to
59c8d80
Compare
Contributor
Author
|
Thank you very much for your advice. I have left some comments and would like to hear your thoughts. |
c9d6814 to
473901d
Compare
…the reverse share creator.
Co-authored-by: Elias Schneider <[email protected]> Update frontend/src/i18n/translations/en-US.ts Co-authored-by: Elias Schneider <[email protected]> Update frontend/src/i18n/translations/en-US.ts Co-authored-by: Elias Schneider <[email protected]> chore(i18n): Improve translation.
473901d to
8333d4f
Compare
Contributor
Author
|
The PR has been updated. I've addressed all the feedback and it should be good to go now. |
Owner
|
Great, thanks again for your contribution :) |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



output_hevc.mp4
The above is the effect currently achieved.
I have encountered some issues:
When creating a reverse share, if the recipient has already enabled email notifications, I would like to add a message in the "Share ready" dialog box to inform the uploader: "The system has notified the recipient to check the file. You can also copy the share link above to inform them."
This is my personal suggestion, and I would like to know if you think this prompt should be added. If you agree with this small prompt, perhaps we can expose the ReverseShare.sendEmailNotification field to determine the specific prompt text.
I believe that files shared via reverse sharing should only be visible to the creator of the reverse share. Additionally, since I have removed the password option in the simplified interface, should we restrict the visibility of shares created through reverse sharing to only ReverseShare.creator and Share.creator?
@stonith404