[PR #169] [MERGED] add voip.ms sms as provider #263

Closed
opened 2026-02-26 05:34:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/169
Author: @fblackburn1
Created: 12/28/2018
Status: Merged
Merged: 1/15/2019
Merged by: @ChristophWurst

Base: masterHead: voipms


📝 Commits (3)

  • d9020a1 add voip.ms sms provider
  • d537a41 Merge branch 'master' into voipms
  • 4f88f1c change voipms stability to experimental

📊 Changes

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

View changed files

📝 doc/Admin Documentation.md (+12 -0)
📝 lib/Command/Configure.php (+21 -1)
📝 lib/Service/Gateway/SMS/Provider/ProviderFactory.php (+2 -0)
lib/Service/Gateway/SMS/Provider/VoipMs.php (+80 -0)
lib/Service/Gateway/SMS/Provider/VoipMsConfig.php (+82 -0)

📄 Description

Add https://voip.ms as provider


🔄 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/169 **Author:** [@fblackburn1](https://github.com/fblackburn1) **Created:** 12/28/2018 **Status:** ✅ Merged **Merged:** 1/15/2019 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `voipms` --- ### 📝 Commits (3) - [`d9020a1`](https://github.com/nextcloud/twofactor_gateway/commit/d9020a1edfeae71ab8cc096e4c9682596084b565) add voip.ms sms provider - [`d537a41`](https://github.com/nextcloud/twofactor_gateway/commit/d537a415cd059d42df29a7bbddcab764bb9721b8) Merge branch 'master' into voipms - [`4f88f1c`](https://github.com/nextcloud/twofactor_gateway/commit/4f88f1c6f6b72a8e713b6364387f1802a115cc42) change voipms stability to experimental ### 📊 Changes **5 files changed** (+197 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `doc/Admin Documentation.md` (+12 -0) 📝 `lib/Command/Configure.php` (+21 -1) 📝 `lib/Service/Gateway/SMS/Provider/ProviderFactory.php` (+2 -0) ➕ `lib/Service/Gateway/SMS/Provider/VoipMs.php` (+80 -0) ➕ `lib/Service/Gateway/SMS/Provider/VoipMsConfig.php` (+82 -0) </details> ### 📄 Description Add https://voip.ms as provider --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:34:13 +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#263
No description provided.