diff --git a/changelog/unreleased/enhancement-add-auth-delegation b/changelog/unreleased/enhancement-add-auth-delegation deleted file mode 100644 index de1a017d9c1..00000000000 --- a/changelog/unreleased/enhancement-add-auth-delegation +++ /dev/null @@ -1,8 +0,0 @@ -Enhancement: Add authentication delegation in the Embed mode - -We've added authentication delegation so that the user does not need to reauthenticate when the parent application already holds a -valid access token for the user. - -https://github.com/owncloud/web/issues/10072 -https://github.com/owncloud/web/pull/10082 -https://github.com/owncloud/web/pull/10113 diff --git a/changelog/unreleased/enhancement-add-mode-config b/changelog/unreleased/enhancement-add-mode-config deleted file mode 100644 index 132560fbccf..00000000000 --- a/changelog/unreleased/enhancement-add-mode-config +++ /dev/null @@ -1,7 +0,0 @@ -Enhancement: Add `mode` config option - -We've added a new config option called `mode`. This option can be set via config.json in the options object or query parameter. -This config option asserts different modes of the UI. Currently, it will be used in the embed mode to hide certain parts of the UI. - -https://github.com/owncloud/web/pull/9818 -https://github.com/owncloud/web/issues/9768 diff --git a/changelog/unreleased/enhancement-embed-folder-creation b/changelog/unreleased/enhancement-embed-folder-creation deleted file mode 100644 index 31ebc53b037..00000000000 --- a/changelog/unreleased/enhancement-embed-folder-creation +++ /dev/null @@ -1,7 +0,0 @@ -Enhancement: Show only create folder button in embed mode - -We've changed the actions in the AppBar in Files app to show only create folder button instead of create and upload actions. -In embed mode, it is possible to only create a new folder so it does not make sense to hide this action inside of a dropdown. - -https://github.com/owncloud/web/pull/9853 -https://github.com/owncloud/web/issues/9768 diff --git a/changelog/unreleased/enhancement-embed-mode b/changelog/unreleased/enhancement-embed-mode new file mode 100644 index 00000000000..ae96a4a7597 --- /dev/null +++ b/changelog/unreleased/enhancement-embed-mode @@ -0,0 +1,15 @@ +Enhancement: Embed mode + +We've introduced a so called "Embed Mode" that allows Web to be consumed by another application in a stripped down version. This mode is supposed to be used in the context of selecting or sharing resources. + +Please see our documentation for more information and a guide on how to set it up. + +https://github.com/owncloud/web/issues/9768 +https://github.com/owncloud/web/pull/9841 +https://github.com/owncloud/web/pull/9853 +https://github.com/owncloud/web/pull/9863 +https://github.com/owncloud/web/pull/9981 +https://github.com/owncloud/web/pull/10113 +https://github.com/owncloud/web/pull/10071 +https://github.com/owncloud/web/pull/10076 +https://github.com/owncloud/web/pull/10082 diff --git a/changelog/unreleased/enhancement-embed-mode-actions b/changelog/unreleased/enhancement-embed-mode-actions deleted file mode 100644 index 850070e9051..00000000000 --- a/changelog/unreleased/enhancement-embed-mode-actions +++ /dev/null @@ -1,8 +0,0 @@ -Enhancement: Add embed mode actions - -We've added three new actions available in the embed mode. These actions are "Share", "Select" and "Share". They are emitting events with an optional payload. For more information, check the documentation. - -https://github.com/owncloud/web/pull/9841 -https://github.com/owncloud/web/pull/9981 -https://github.com/owncloud/web/pull/10071 -https://github.com/owncloud/web/issues/9768 diff --git a/changelog/unreleased/enhancement-location-picker b/changelog/unreleased/enhancement-location-picker deleted file mode 100644 index 5302796c9c7..00000000000 --- a/changelog/unreleased/enhancement-location-picker +++ /dev/null @@ -1,8 +0,0 @@ -Enhancement: Location picker in embed mode - -We've added a new query param called `embed-target` which can have value `location`. This value is then saved in the `configuration.options` object as `embedTarget`. -When the value is set to `location`, it allows selecting the `currentFolder` as location instead of selecting resources. - -https://github.com/owncloud/web/pull/9863 -https://github.com/owncloud/web/pull/9981 -https://github.com/owncloud/web/issues/9768