mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 17:15:53 +03:00
[PR #464] [MERGED] Add SerwerSMS.pl provider #503
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#503
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/464
Author: @kffl
Created: 10/4/2021
Status: ✅ Merged
Merged: 5/6/2022
Merged by: @vitormattos
Base:
master← Head:master📝 Commits (4)
c125c38add SerwerSMS.pl providerf465ef4add SerwerSMS.pl API response error handling993fcdbMerge branch 'master' into master449885aUpdate SerwerSMS.php📊 Changes
5 files changed (+207 additions, -1 deletions)
View changed files
📝
doc/Admin Documentation.md(+11 -0)📝
lib/Command/Configure.php(+20 -1)📝
lib/Service/Gateway/SMS/Provider/ProviderFactory.php(+2 -0)➕
lib/Service/Gateway/SMS/Provider/SerwerSMS.php(+87 -0)➕
lib/Service/Gateway/SMS/Provider/SerwerSMSConfig.php(+87 -0)📄 Description
This PR adds support for SerwerSMS.pl provider via its HTTPS JSON API (docs: https://dev.serwersms.pl/https-api-v2/wprowadzenie).
I have successfully tested it in a sandbox instance (NC22) as well as a production instance (NC20).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.