-
-
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
Fix share creation insert and get #26716
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
skjnldsv
requested review from
rullzer,
nickvergessen,
MorrisJobke,
icewind1991 and
blizzz
April 23, 2021 07:13
skjnldsv
changed the title
Add proper message to created share not found
Fix sharing creation insert and get
Apr 23, 2021
skjnldsv
changed the title
Fix sharing creation insert and get
Fix share creation insert and get
Apr 23, 2021
Some tests fails
|
rullzer
reviewed
Apr 23, 2021
nextcloud-command
force-pushed
the
enh/better-share-exceptiondebug
branch
from
August 18, 2021 12:47
3612a10
to
e3fa686
Compare
Merged
skjnldsv
force-pushed
the
fix/sharing-do-no-get-after-create
branch
2 times, most recently
from
May 3, 2023 08:50
edaf74f
to
fa76b87
Compare
skjnldsv
requested review from
a team,
ArtificialOwl,
come-nc and
artonge
and removed request for
a team and
blizzz
May 3, 2023 08:50
artonge
approved these changes
May 3, 2023
blizzz
added
4. to release
Ready to be released and/or waiting for tests to finish
and removed
3. to review
Waiting for reviews
labels
May 3, 2023
skjnldsv
force-pushed
the
fix/sharing-do-no-get-after-create
branch
2 times, most recently
from
May 4, 2023 13:18
1f6ff7b
to
20c342f
Compare
Fixed tests |
This comment was marked as resolved.
This comment was marked as resolved.
skjnldsv
added
2. developing
Work in progress
and removed
4. to release
Ready to be released and/or waiting for tests to finish
labels
May 5, 2023
skjnldsv
force-pushed
the
fix/sharing-do-no-get-after-create
branch
2 times, most recently
from
September 2, 2023 08:01
bcfea90
to
3087dcd
Compare
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
skjnldsv
force-pushed
the
fix/sharing-do-no-get-after-create
branch
from
September 2, 2023 08:25
3087dcd
to
f828dce
Compare
skjnldsv
added
4. to release
Ready to be released and/or waiting for tests to finish
and removed
2. developing
Work in progress
labels
Sep 2, 2023
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.
Instead of getting the last inserted row data when creating a share, just get update the iShare we have on hand.