mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 17:15:53 +03:00
[PR #268] [CLOSED] Android GSM Modem SMS support #348
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#348
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nextcloud/twofactor_gateway/pull/268
Author: @pantherale0
Created: 8/24/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (8)
e74535bImplement Android GSM Modem Supportbcff729Update Configure.phpcf0e587Fix minor code mistakesd6de52fUpdate SMS Sender class2b00463Fix admin documentation3ed0cf1Implement Android GSM Modem9a0f102Add protocol support5498106Merge branch 'master' of https://github.com/11harveyj/twofactor_gateway📊 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.