[PR #300] [MERGED] Add sms77io SMS provider #370

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/300
Author: @ChristophWurst
Created: 12/10/2019
Status: Merged
Merged: 12/10/2019
Merged by: @ChristophWurst

Base: masterHead: enhancement/sms77io-gateway


📝 Commits (1)

📊 Changes

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

View changed files

📝 doc/Admin Documentation.md (+11 -0)
📝 lib/Command/Configure.php (+12 -0)
📝 lib/Service/Gateway/SMS/Provider/ProviderFactory.php (+3 -1)
lib/Service/Gateway/SMS/Provider/Sms77Io.php (+75 -0)
lib/Service/Gateway/SMS/Provider/Sms77IoConfig.php (+64 -0)

📄 Description

Rebased and cleaned up version of https://github.com/nextcloud/twofactor_gateway/pull/294


🔄 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/300 **Author:** [@ChristophWurst](https://github.com/ChristophWurst) **Created:** 12/10/2019 **Status:** ✅ Merged **Merged:** 12/10/2019 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `enhancement/sms77io-gateway` --- ### 📝 Commits (1) - [`ced0b28`](https://github.com/nextcloud/twofactor_gateway/commit/ced0b28e627299d24e66deff53dca2f5937c466b) add sms77io SMS provider ### 📊 Changes **5 files changed** (+165 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `doc/Admin Documentation.md` (+11 -0) 📝 `lib/Command/Configure.php` (+12 -0) 📝 `lib/Service/Gateway/SMS/Provider/ProviderFactory.php` (+3 -1) ➕ `lib/Service/Gateway/SMS/Provider/Sms77Io.php` (+75 -0) ➕ `lib/Service/Gateway/SMS/Provider/Sms77IoConfig.php` (+64 -0) </details> ### 📄 Description Rebased and cleaned up version of https://github.com/nextcloud/twofactor_gateway/pull/294 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:30:27 +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#370
No description provided.