Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

This section is dedicated to integrating ownCloud with other products.

- xref:configuration/integration/ms-teams.adoc[Microsoft Teams]

- xref:configuration/integration/splunk.adoc[ownCloud App for Splunk]
157 changes: 0 additions & 157 deletions modules/admin_manual/pages/configuration/integration/ms-teams.adoc

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -382,27 +382,6 @@ To use this option, you need at least ownCloud’s Microsoft Office Online app v
'wopi.business-flow.enabled' => 'no',
....

== App: Microsoft Teams Bridge

Possible key: `msteamsbridge` ARRAY

Subkey: `loginButtonName` STRING

=== Login Button Label
This key is necessary for security reasons. Users will be asked to click a login
button each time when accessing the ownCloud app after a fresh start of their
Microsoft Teams app or after idle time. This behavior is by design. The button
name can be freely set based on your requirements.

==== Code Sample

[source,php]
....
'msteamsbridge' => [
"loginButtonName" => "Login to ownCloud with Azure AD",
],
....

== App: OpenID Connect (OIDC)

Possible key: `openid-connect` ARRAY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Go to menu:Settings[Admin > Apps] and disable all third-party apps.

=== Backup Manual Changes in `.htaccess`

If you have made changes in `.htaccess` located at the webroot of ownCloud, you must backup these changes. Only backup the changes made but not the complete file as this file will be recreated on upgrades and may contain different settings provided by ownCloud. Manual changes in `.htaccess` can be necessary when you e.g. xref:configuration/integration/ms-teams.adoc[Integrate ownCloud into Microsoft Teams] or fixing WebDav connection errors as xref:troubleshooting/general_troubleshooting.adoc#error-0x80070043-the-network-name-cannot-be-found-while-adding-a-network-drive[The network name cannot be found] on Windows.
If you have made changes in `.htaccess` located at the webroot of ownCloud, you must backup these changes. Only backup the changes made but not the complete file as this file will be recreated on upgrades and may contain different settings provided by ownCloud. Manual changes in `.htaccess` can be necessary when you e.g. fix WebDav connection errors as xref:troubleshooting/general_troubleshooting.adoc#error-0x80070043-the-network-name-cannot-be-found-while-adding-a-network-drive[The network name cannot be found] on Windows.

=== Backup Manual Changes in `.user.ini`

Expand Down
1 change: 0 additions & 1 deletion modules/admin_manual/partials/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
**** xref:admin_manual:configuration/files/trashbin_options.adoc[Managing the Trashbin]

*** xref:admin_manual:configuration/integration/index.adoc[Integration]
**** xref:admin_manual:configuration/integration/ms-teams.adoc[Microsoft Teams]
**** xref:admin_manual:configuration/integration/splunk.adoc[ownCloud App for Splunk]

*** xref:admin_manual:configuration/general_topics/index.adoc[General Topics]
Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 0 additions & 6 deletions modules/classic_ui/pages/integration/index.adoc

This file was deleted.

27 changes: 0 additions & 27 deletions modules/classic_ui/pages/integration/ms-teams.adoc

This file was deleted.

2 changes: 0 additions & 2 deletions modules/classic_ui/partials/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
*** xref:classic_ui:apps/contacts.adoc[Contacts]
*** xref:classic_ui:apps/market.adoc[Market]
*** xref:classic_ui:apps/media_viewer_app.adoc[Media Viewer App]
** xref:classic_ui:integration/index.adoc[Integration]
*** xref:classic_ui:integration/ms-teams.adoc[Microsoft Teams]
** xref:classic_ui:pim/index.adoc[Synchronization Clients]
*** xref:classic_ui:pim/sync_ios.adoc[Sync iOS]
*** xref:classic_ui:pim/sync_kde.adoc[Sync KDE]
Expand Down