[PR #473] Add CustomSMS a generic provider #512

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/473
Author: @daif
Created: 12/6/2021
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 5ad5714 Add CustomSMS a generic provider to send SMS using any webservice gateway

📊 Changes

5 files changed (+336 additions, -1 deletions)

View changed files

📝 doc/Admin Documentation.md (+17 -0)
📝 lib/Command/Configure.php (+92 -1)
lib/Service/Gateway/SMS/Provider/CustomSMS.php (+110 -0)
lib/Service/Gateway/SMS/Provider/CustomSMSConfig.php (+115 -0)
📝 lib/Service/Gateway/SMS/Provider/ProviderFactory.php (+2 -0)

📄 Description

Add CustomSMS a generic provider to send SMS using any webservice gateway


🔄 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/473 **Author:** [@daif](https://github.com/daif) **Created:** 12/6/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5ad5714`](https://github.com/nextcloud/twofactor_gateway/commit/5ad57149992537ac29add223207f3602bb79f9ec) Add CustomSMS a generic provider to send SMS using any webservice gateway ### 📊 Changes **5 files changed** (+336 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `doc/Admin Documentation.md` (+17 -0) 📝 `lib/Command/Configure.php` (+92 -1) ➕ `lib/Service/Gateway/SMS/Provider/CustomSMS.php` (+110 -0) ➕ `lib/Service/Gateway/SMS/Provider/CustomSMSConfig.php` (+115 -0) 📝 `lib/Service/Gateway/SMS/Provider/ProviderFactory.php` (+2 -0) </details> ### 📄 Description Add CustomSMS a generic provider to send SMS using any webservice gateway --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#512
No description provided.