[PR #636] [MERGED] [stable32] feat: add WhatsApp as provider #649

Closed
opened 2026-02-26 06:31:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/636
Author: @backportbot[bot]
Created: 9/21/2025
Status: Merged
Merged: 9/21/2025
Merged by: @vitormattos

Base: stable32Head: backport/632/stable32


📝 Commits (2)

  • b44c302 feat: add WhatsApp as provider
  • 3d1d3b4 chore: update baseline

📊 Changes

10 files changed (+418 additions, -10 deletions)

View changed files

📝 README.md (+1 -1)
📝 appinfo/info.xml (+1 -1)
📝 composer.json (+1 -0)
📝 composer.lock (+105 -1)
📝 doc/Admin Documentation.md (+14 -0)
📝 doc/User Documentation.md (+6 -0)
lib/Provider/Channel/WhatsApp/Gateway.php (+247 -0)
lib/Provider/Channel/WhatsApp/Provider.php (+25 -0)
📝 tests/psalm-baseline.xml (+12 -1)
📝 vendor-bin/csfixer/composer.lock (+6 -6)

📄 Description

Backport of #632

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/636 **Author:** [@backportbot[bot]](https://github.com/apps/backportbot) **Created:** 9/21/2025 **Status:** ✅ Merged **Merged:** 9/21/2025 **Merged by:** [@vitormattos](https://github.com/vitormattos) **Base:** `stable32` ← **Head:** `backport/632/stable32` --- ### 📝 Commits (2) - [`b44c302`](https://github.com/nextcloud/twofactor_gateway/commit/b44c302397ba42f586a7099889854e245d5af99b) feat: add WhatsApp as provider - [`3d1d3b4`](https://github.com/nextcloud/twofactor_gateway/commit/3d1d3b44b00fbd043b35b3aa166c6ef3c4032a4c) chore: update baseline ### 📊 Changes **10 files changed** (+418 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `appinfo/info.xml` (+1 -1) 📝 `composer.json` (+1 -0) 📝 `composer.lock` (+105 -1) 📝 `doc/Admin Documentation.md` (+14 -0) 📝 `doc/User Documentation.md` (+6 -0) ➕ `lib/Provider/Channel/WhatsApp/Gateway.php` (+247 -0) ➕ `lib/Provider/Channel/WhatsApp/Provider.php` (+25 -0) 📝 `tests/psalm-baseline.xml` (+12 -1) 📝 `vendor-bin/csfixer/composer.lock` (+6 -6) </details> ### 📄 Description Backport of #632 Warning, This backport's changes differ from the original and might be incomplete ⚠️ ## Todo - [x] Review and resolve any conflicts - [x] Amend HEAD commit to remove the line stating to skip CI --- Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#649
No description provided.