[PR #268] [CLOSED] Android GSM Modem SMS support #348

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/268
Author: @pantherale0
Created: 8/24/2019
Status: Closed

Base: masterHead: master


📝 Commits (8)

📊 Changes

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

View changed files

📝 doc/Admin Documentation.md (+11 -0)
📝 lib/Command/Configure.php (+26 -1)
lib/Service/Gateway/SMS/Provider/AndroidGSMmodem.php (+60 -0)
lib/Service/Gateway/SMS/Provider/AndroidGSMmodemConfig.php (+90 -0)
📝 lib/Service/Gateway/SMS/Provider/ProviderFactory.php (+2 -0)

📄 Description

Add Android GSM modem SMS support.


🔄 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/268 **Author:** [@pantherale0](https://github.com/pantherale0) **Created:** 8/24/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`e74535b`](https://github.com/nextcloud/twofactor_gateway/commit/e74535bdf6e51a9002be8f5932a94a5fd7de8add) Implement Android GSM Modem Support - [`bcff729`](https://github.com/nextcloud/twofactor_gateway/commit/bcff729906c3837f64c52c854f8010034091b13f) Update Configure.php - [`cf0e587`](https://github.com/nextcloud/twofactor_gateway/commit/cf0e5870d1bc86fa936891fe52c09e71794374ec) Fix minor code mistakes - [`d6de52f`](https://github.com/nextcloud/twofactor_gateway/commit/d6de52fbfe73a3273bb5709264a167d54650aba7) Update SMS Sender class - [`2b00463`](https://github.com/nextcloud/twofactor_gateway/commit/2b004636d1cfaac7cd6f5de3b2d1de4850f598cd) Fix admin documentation - [`3ed0cf1`](https://github.com/nextcloud/twofactor_gateway/commit/3ed0cf18da28aed31197d569499535a55e6f0a25) Implement Android GSM Modem - [`9a0f102`](https://github.com/nextcloud/twofactor_gateway/commit/9a0f102b059d17ec39d22b11ce29c72948cbf4fa) Add protocol support - [`5498106`](https://github.com/nextcloud/twofactor_gateway/commit/54981065da6a0790004b6fcf3d256147d6f5f849) Merge branch 'master' of https://github.com/11harveyj/twofactor_gateway ### 📊 Changes **5 files changed** (+189 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `doc/Admin Documentation.md` (+11 -0) 📝 `lib/Command/Configure.php` (+26 -1) ➕ `lib/Service/Gateway/SMS/Provider/AndroidGSMmodem.php` (+60 -0) ➕ `lib/Service/Gateway/SMS/Provider/AndroidGSMmodemConfig.php` (+90 -0) 📝 `lib/Service/Gateway/SMS/Provider/ProviderFactory.php` (+2 -0) </details> ### 📄 Description Add Android GSM modem SMS support. --- <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:40 +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#348
No description provided.