Skip to content

chore: remove msteamsbridge config sample (app archived) - #41668

Merged
phil-davis merged 2 commits into
masterfrom
chore/remove-msteamsbridge-config
Jul 6, 2026
Merged

chore: remove msteamsbridge config sample (app archived)#41668
phil-davis merged 2 commits into
masterfrom
chore/remove-msteamsbridge-config

Conversation

@DeepDiver1975

Copy link
Copy Markdown
Contributor

The owncloud/msteamsbridge integration app is being archived and is no longer maintained (heads-up: owncloud/docs#5125).

This removes the Microsoft Teams Bridge (msteamsbridge) config sample block from config/config.apps.sample.php.

Why this belongs in core

config.apps.sample.php is the source that the config-to-docs tool converts into the admin documentation page config_apps_sample_php_parameters.adoc. The docs cleanup in owncloud/docs-server#1561 removed the rendered block from that generated .adoc, but everything below its // header end do not delete or edit this line marker is generated — so without removing the source here, the next config-to-docs sync would re-add the Teams Bridge parameters.

Changes

  • Remove the App: Microsoft Teams Bridge comment block and the 'msteamsbridge' => ['loginButtonName' => ...] array from config/config.apps.sample.php.

Verification

  • php -l config/config.apps.sample.php → no syntax errors.
  • grep -i msteams config/config.apps.sample.php → 0 matches after the change.

Related: owncloud/docs#5125, owncloud/docs-server#1561

🤖 Generated with Claude Code

@DeepDiver1975
DeepDiver1975 requested a review from a team as a code owner July 6, 2026 20:39
@update-docs

update-docs Bot commented Jul 6, 2026

Copy link
Copy Markdown

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

DeepDiver1975 and others added 2 commits July 6, 2026 22:44
The owncloud/msteamsbridge integration app is being archived and is no
longer maintained. Remove its Microsoft Teams Bridge config sample block
from config.apps.sample.php so the config-to-docs sync no longer re-adds
the parameters to the admin documentation.

Related: owncloud/docs#5125, owncloud/docs-server#1561

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
@DeepDiver1975 DeepDiver1975 changed the title Remove msteamsbridge config sample (app archived) Jul 6, 2026
@DeepDiver1975
DeepDiver1975 force-pushed the chore/remove-msteamsbridge-config branch from 7848437 to b9eb1fd Compare July 6, 2026 20:45
@phil-davis
phil-davis merged commit 74c2c04 into master Jul 6, 2026
27 checks passed
@phil-davis
phil-davis deleted the chore/remove-msteamsbridge-config branch July 6, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants