mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 17:15:53 +03:00
[PR #778] [CLOSED] Feature/whatsapp cloud api integration #788
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#788
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nextcloud/twofactor_gateway/pull/778
Author: @henmohr
Created: 12/8/2025
Status: ❌ Closed
Base:
master← Head:feature/whatsapp-cloud-api-integration📝 Commits (4)
63a20bcfeat: Implement WhatsApp Cloud API (Meta) integration with driver factory pattern73f625dfeat: Add WhatsApp Cloud API UI configuration interfacec28b78efeat: Integrate WhatsApp Cloud API admin page into app26e366ffeat: Add WhatsApp Cloud API webhook configuration display and handler📊 Changes
23 files changed (+3605 additions, -901 deletions)
View changed files
➕
DELIVERABLES.txt(+241 -0)➕
IMPLEMENTATION_SUMMARY.md(+272 -0)➕
WHATSAPP_CLOUD_API.md(+240 -0)➕
WHATSAPP_UI_INTEGRATION.md(+265 -0)📝
appinfo/info.xml(+4 -0)➕
dist/twofactor-gateway.umd.js(+2 -0)➕
dist/twofactor_gateway.css(+1 -0)➕
lib/Controller/WhatsAppCloudApiConfigurationController.php(+225 -0)➕
lib/Controller/WhatsAppWebhookController.php(+88 -0)➕
lib/Provider/Channel/WhatsApp/Config/DriverFactory.php(+100 -0)➕
lib/Provider/Channel/WhatsApp/Drivers/CloudApiDriver.php(+235 -0)➕
lib/Provider/Channel/WhatsApp/Drivers/IWhatsAppDriver.php(+61 -0)➕
lib/Provider/Channel/WhatsApp/Drivers/WebSocketDriver.php(+279 -0)📝
lib/Provider/Channel/WhatsApp/Gateway.php(+51 -200)➕
lib/Settings/Admin/AdminSectionSettings.php(+38 -0)➕
lib/Settings/Admin/AdminSettings.php(+38 -0)📝
package-lock.json(+885 -690)📝
src/main.ts(+9 -0)➕
src/views/WhatsAppCloudApiSettings.vue(+365 -0)➕
templates/admin_whatsapp_settings.php(+7 -0)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.