-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Hide expiration date field for remote shares #25933
Merged
juliusknorr
merged 1 commit into
master
from
bugfix/noid/remove-unsupported-remote-share-expiration
Mar 9, 2021
Merged
Hide expiration date field for remote shares #25933
juliusknorr
merged 1 commit into
master
from
bugfix/noid/remove-unsupported-remote-share-expiration
Mar 9, 2021
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
/backport to stable21 |
/backport to stable20 |
/backport to stable19 |
/compile amend / |
e24a6e3
to
30b30eb
Compare
rullzer
approved these changes
Mar 4, 2021
LukasReschke
approved these changes
Mar 8, 2021
/compile amend / |
Remote shares currently do not support expiration date. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
30b30eb
to
77401e8
Compare
rebased and solved manually |
juliusknorr
approved these changes
Mar 9, 2021
This was referenced Mar 9, 2021
12 tasks
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.
Remote shares currently do not support expiration date.
See #25320 for a former research I did where I discovered that the backend doesn't save it yet. Making it actually work is more involved, so for now we just hide it.
It is possible that at the time where the sharing panel got converted to Vue, this specific case has not been thought of.