-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[stable28] 44032 fix show new shares without refresh #45303
Merged
Merged
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
backportbot
bot
added
3. to review
Waiting for reviews
feature: sharing
27-feedback
feedback-requested
labels
May 14, 2024
solracsf
changed the title
[stable28] [stable27] 44032 fix show new shares without refresh
[stable28] 44032 fix show new shares without refresh
May 14, 2024
nfebe
approved these changes
May 16, 2024
nfebe
force-pushed
the
backport/44464/stable28
branch
from
May 16, 2024 10:08
350e159
to
7e01062
Compare
/compile |
skjnldsv
reviewed
Jun 7, 2024
skjnldsv
added
2. developing
Work in progress
and removed
3. to review
Waiting for reviews
labels
Jun 7, 2024
nfebe
force-pushed
the
backport/44464/stable28
branch
from
June 12, 2024 15:32
7e01062
to
d1b2b3c
Compare
artonge
approved these changes
Jun 12, 2024
Signed-off-by: fenn-cs <[email protected]>
nfebe
force-pushed
the
backport/44464/stable28
branch
from
June 12, 2024 22:08
d1b2b3c
to
0e55398
Compare
susnux
approved these changes
Jun 12, 2024
These changes fixes the issue of having the refresh the UI after share creation, as the share is not immediately removed from the UI list. Important changes - The basis of checking wether a password/expire date is no longer based on config values alone because the config is not expected in a share creation circle. Hence we check the configs and check if the share object (this.share) has the expected values set. This way, once the required properties are set, code control does not enter the block meant to handle the setting of required properties unneccessarily. Signed-off-by: fenn-cs <[email protected]>
nfebe
force-pushed
the
backport/44464/stable28
branch
from
June 12, 2024 23:20
0e55398
to
013768a
Compare
/compile |
Signed-off-by: nextcloud-command <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Backport of #44464
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.