-
Notifications
You must be signed in to change notification settings - Fork 168
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 #6749 from owncloud/redesign-sidebar-public-links
[full-ci] Redesign "Create and manage sharing links"
- Loading branch information
Showing
41 changed files
with
1,716 additions
and
2,160 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# The version of OCIS to use in pipelines that test against OCIS | ||
OCIS_COMMITID=726604951db1a1921697a6b493e661f451e67755 | ||
OCIS_COMMITID=4202a99600ef15bc7a6bd91b011074775c19a24a | ||
OCIS_BRANCH=master |
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,7 @@ | ||
Bugfix: Password enforcement for public links | ||
|
||
Password enforcement for public links, which can be adjusted on a per-role basis, wasn't properly reflected in the UI. | ||
We have made the necessary adjustments to only enforce passwords for public links with the permissions that require a password according to the backend settings. | ||
|
||
https://github.com/owncloud/web/issues/6323 | ||
https://github.com/owncloud/web/pull/6749 |
This file was deleted.
Oops, something went wrong.
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,5 @@ | ||
Enhancement: Redesign link sharing | ||
|
||
We have redesigned the public link list in the right sidebar. Links now can be edited in-line and have a similiar look-and-feel to people and group shares. | ||
|
||
https://github.com/owncloud/web/pull/6749 |
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,19 @@ | ||
Enhancement: Update ODS to v13.1.0-rc.5 | ||
|
||
We updated the ownCloud Design System to version 13.1.0-rc.5. Please refer to the full changelog in the ODS release (linked) for more details. Summary: | ||
|
||
- Enhancement - Add isFileExtensionDisplayed property: https://github.com/owncloud/owncloud-design-system/pull/2087 | ||
- Enhancement - OcModal input type: https://github.com/owncloud/owncloud-design-system/pull/2077 | ||
- Enhancement - Add OcContextualHelper: https://github.com/owncloud/owncloud-design-system/pull/2064 | ||
- Enhancement - Add selection range for OcModal and OcTextInput: https://github.com/owncloud/owncloud-design-system/pull/2061 | ||
- Enhancement - Replace deprecated String.prototype.substr(): https://github.com/owncloud/owncloud-design-system/pull/2059 | ||
- Enhancement - Redesign OcGhostElement: https://github.com/owncloud/owncloud-design-system/pull/2049 | ||
- Enhancement - Export package members: https://github.com/owncloud/owncloud-design-system/pull/2048 | ||
- Enhancement - Make OcResource inline-flex: https://github.com/owncloud/owncloud-design-system/pull/2041 | ||
- Bugfix - Disabled textarea color contrast in darkmode: https://github.com/owncloud/owncloud-design-system/pull/2055 | ||
- Bugfix - OcTextInput: Fix event handlers in loops: https://github.com/owncloud/owncloud-design-system/pull/2054 | ||
|
||
https://github.com/owncloud/web/pull/6749 | ||
https://github.com/owncloud/web/pull/6750 | ||
https://github.com/owncloud/owncloud-design-system/releases/tag/v13.1.0-rc.5 | ||
|
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.