-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6820 from owncloud/introduce-quicklinks
[full-ci] Introduce QuickLinks
- Loading branch information
Showing
44 changed files
with
671 additions
and
632 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,6 @@ | ||
Enhancement: Introduce quicklinks | ||
|
||
We have added quicklinks to the link share section in the right sidebar. Clicking the link quickaction and the link menu item in the files table contextmenu now always copy the quick link instead of creating a new link (and create it first, if it didn't exist before). | ||
|
||
https://github.com/owncloud/web/pull/6820 | ||
https://github.com/owncloud/web/issues/6605 |
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,15 @@ | ||
Enhancement: Update SDK | ||
|
||
We've updated the ownCloud SDK to version 3.0.0-alpha.7. | ||
|
||
- Change - Pass full trash bin path to methods of FilesTrash class: https://github.com/owncloud/owncloud-sdk/pull/1021 | ||
- Enhancement - Enforce share_type guest if applies: https://github.com/owncloud/owncloud-sdk/pull/1046 | ||
- Enhancement - Create quicklink: https://github.com/owncloud/owncloud-sdk/pull/1041 | ||
- Enhancement - Replace deprecated String.prototype.substr(): https://github.com/owncloud/owncloud-sdk/pull/1035 | ||
- Enhancement - Add blob resolveType: https://github.com/owncloud/owncloud-sdk/pull/1028 | ||
- Enhancement - Adjust share management to properly work with spaces: https://github.com/owncloud/owncloud-sdk/pull/1013 | ||
- Bugfix - Always add X-Request-ID: https://github.com/owncloud/owncloud-sdk/pull/1016 | ||
- Bugfix - Always add X-Requested-With header: https://github.com/owncloud/owncloud-sdk/pull/1020 | ||
|
||
https://github.com/owncloud/web/pull/6820 | ||
https://github.com/owncloud/owncloud-sdk/releases/tag/v3.0.0-alpha.7 |
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
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
60 changes: 41 additions & 19 deletions
60
packages/web-app-files/src/components/SideBar/PrivateLinkItem.vue
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
104 changes: 0 additions & 104 deletions
104
packages/web-app-files/src/components/SideBar/Shared/CopyToClipboardButton.vue
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.