mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 00:55:52 +03:00
[PR #352] Add Plivo as SMS Provider #411
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#411
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/352
Author: @cdjenkins
Created: 5/31/2020
Status: 🔄 Open
Base:
master← Head:master📝 Commits (10+)
dab96f01st draft impl of Plivo SMS provider6545e7efinish Plivo implementation2d44d85fix compilation issues8cd0c96add plivo to documentationd22c44dfix indentation. sort providers alphabetically.0e99191improve use of variable inside string83cb8b4fix bug. referenced const array incorrectly16c9729fix bug. calling wrong functions209cb8aadd logger. post doesn't work, but get does on IClientf126375fix bug. don't pass 'url' param to plivo unless you have a valid url📊 Changes
5 files changed (+221 additions, -2 deletions)
View changed files
📝
doc/Admin Documentation.md(+11 -0)📝
lib/Command/Configure.php(+41 -2)➕
lib/Service/Gateway/SMS/Provider/Plivo.php(+91 -0)➕
lib/Service/Gateway/SMS/Provider/PlivoConfig.php(+76 -0)📝
lib/Service/Gateway/SMS/Provider/ProviderFactory.php(+2 -0)📄 Description
@ChristophWurst @MorrisJobke @boppy @killerbees19
Added code to use Plivo as a SMS Provider.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.