[PR #457] [MERGED] Adding sms provider SMSGlobal #498

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/457
Author: @bosdla
Created: 7/9/2021
Status: Merged
Merged: 5/6/2022
Merged by: @vitormattos

Base: masterHead: master


📝 Commits (8)

📊 Changes

6 files changed (+210 additions, -1 deletions)

View changed files

📝 doc/Admin Documentation.md (+11 -0)
📝 doc/User Documentation.md (+6 -0)
📝 lib/Command/Configure.php (+20 -1)
📝 lib/Service/Gateway/SMS/Provider/ProviderFactory.php (+2 -0)
lib/Service/Gateway/SMS/Provider/SMSGlobal.php (+84 -0)
lib/Service/Gateway/SMS/Provider/SMSGlobalConfig.php (+87 -0)

📄 Description

Hi guys,
I've added SMSGlobal.com as 2fa SMS Provider. (similar to playSMS)

Can you please integrate this into the main version?
thanks you
Bosdla


🔄 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/457 **Author:** [@bosdla](https://github.com/bosdla) **Created:** 7/9/2021 **Status:** ✅ Merged **Merged:** 5/6/2022 **Merged by:** [@vitormattos](https://github.com/vitormattos) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`ffc5e55`](https://github.com/nextcloud/twofactor_gateway/commit/ffc5e550ea36d2c43aa34dad26e7004642b933ac) smsglobal added - [`a14a2c5`](https://github.com/nextcloud/twofactor_gateway/commit/a14a2c53bd960c54ce60ad2c255afc48e5e48cac) credentials hint - [`eb9a197`](https://github.com/nextcloud/twofactor_gateway/commit/eb9a197c98338672ee84d16be1e6aab6c782270f) requested fixes - [`f39ef74`](https://github.com/nextcloud/twofactor_gateway/commit/f39ef74b102d617fb7253c6f9ef3afda5a93f4ef) requested url fix - [`a38bd5b`](https://github.com/nextcloud/twofactor_gateway/commit/a38bd5b1210f1051910288bab2e71e6714e26814) to tab - [`e97d9c1`](https://github.com/nextcloud/twofactor_gateway/commit/e97d9c1641e8f2d9858656045256bc0f1a9de538) Merge branch 'master' into master - [`cef5fdf`](https://github.com/nextcloud/twofactor_gateway/commit/cef5fdff81e46ccc49a0e6fbf1cd848e67f6a124) Create SMSGlobal.php - [`269a502`](https://github.com/nextcloud/twofactor_gateway/commit/269a502e387df4ceb759d7df21f7ca750b63ca05) Update Configure.php ### 📊 Changes **6 files changed** (+210 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `doc/Admin Documentation.md` (+11 -0) 📝 `doc/User Documentation.md` (+6 -0) 📝 `lib/Command/Configure.php` (+20 -1) 📝 `lib/Service/Gateway/SMS/Provider/ProviderFactory.php` (+2 -0) ➕ `lib/Service/Gateway/SMS/Provider/SMSGlobal.php` (+84 -0) ➕ `lib/Service/Gateway/SMS/Provider/SMSGlobalConfig.php` (+87 -0) </details> ### 📄 Description Hi guys, I've added SMSGlobal.com as 2fa SMS Provider. (similar to playSMS) Can you please integrate this into the main version? thanks you Bosdla --- <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:03 +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#498
No description provided.