-
Notifications
You must be signed in to change notification settings - Fork 113
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
show hide share status #4194
Merged
dragonchaser
merged 9 commits into
cs3org:edge
from
dragonchaser:ocis-3743-show-hide-share-status
Sep 25, 2023
Merged
show hide share status #4194
dragonchaser
merged 9 commits into
cs3org:edge
from
dragonchaser:ocis-3743-show-hide-share-status
Sep 25, 2023
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
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
dragonchaser
requested review from
labkode,
ishank011,
a team and
glpatcern
as code owners
September 18, 2023 14:17
dragonchaser
force-pushed
the
ocis-3743-show-hide-share-status
branch
from
September 20, 2023 14:07
d04a0b0
to
40cadf7
Compare
Signed-off-by: Christian Richter <crichter@owncloud.com>
Co-authored-by: Julian Koberg <jkoberg@owncloud.com> Signed-off-by: Christian Richter <crichter@owncloud.com>
Co-authored-by: Julian Koberg <jkoberg@owncloud.com> Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
Co-authored-by: Jörn Dreyer <jfd@owncloud.com> Signed-off-by: Christian Richter <crichter@owncloud.com>
dragonchaser
force-pushed
the
ocis-3743-show-hide-share-status
branch
8 times, most recently
from
September 22, 2023 09:52
7816400
to
d3fcbd1
Compare
Co-authored-by: Jörn Dreyer <jfd@butonic.de> Co-authored-by: Julian Koberg <jkoberg@owncloud.com> Signed-off-by: Christian Richter <crichter@owncloud.com>
dragonchaser
force-pushed
the
ocis-3743-show-hide-share-status
branch
from
September 22, 2023 12:01
d3fcbd1
to
c9a314f
Compare
2403905
approved these changes
Sep 22, 2023
dragonchaser
force-pushed
the
ocis-3743-show-hide-share-status
branch
from
September 22, 2023 14:20
a38cf33
to
5fe4c59
Compare
dragonchaser
force-pushed
the
ocis-3743-show-hide-share-status
branch
from
September 25, 2023 07:31
5fe4c59
to
042db3e
Compare
Signed-off-by: Christian Richter <crichter@owncloud.com>
dragonchaser
force-pushed
the
ocis-3743-show-hide-share-status
branch
from
September 25, 2023 07:35
042db3e
to
10a931c
Compare
2403905
approved these changes
Sep 25, 2023
This was referenced Sep 28, 2023
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.
Enhancement: Add hide flag to shares
We have added the ability to hide shares through the
ocs/v2.php/apps/files_sharing/api/v1/shares/pending/ endpoint
by appending a POST-Variable called hide which can be true or false.