-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Next iteration of share show/hide * Rebase and add changelog item * put remaining parts together to make it work * fixup! put remaining parts together to make it work * keep original action names internally for accepting/declining shares * test: fix tests * do not allow decline action on pending shares * feat: rename hide to hidden, use PUT for the request to set it * fix: center no-content-message for shared-with-me-section * feat: add action to hide shares to context menu * fix: ensure the share hidden-param does not get sent when not needed * fix pipeline --------- Co-authored-by: Jannik Stehle <[email protected]>
- Loading branch information
1 parent
e3c8fc2
commit 92ce89a
Showing
30 changed files
with
523 additions
and
320 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Enhancement: Personal shares can be shown and hidden | ||
|
||
On the shared-with-me page, there is no distinction between pending, accepted and rejected shares anymore. | ||
Instead, the user can toggle to display either shown or hidden shares. | ||
|
||
Furthermore, accepting and rejecting shares has been renamed to "enable sync"/"disable sync" to better reflect what's happening on the server and on other devices. | ||
|
||
https://github.com/owncloud/web/issues/9531 | ||
https://github.com/owncloud/web/pull/9718 |
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
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
Oops, something went wrong.