[PR #464] [MERGED] Add SerwerSMS.pl provider #503

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

📋 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: masterHead: master


📝 Commits (4)

  • c125c38 add SerwerSMS.pl provider
  • f465ef4 add SerwerSMS.pl API response error handling
  • 993fcdb Merge branch 'master' into master
  • 449885a Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/464 **Author:** [@kffl](https://github.com/kffl) **Created:** 10/4/2021 **Status:** ✅ Merged **Merged:** 5/6/2022 **Merged by:** [@vitormattos](https://github.com/vitormattos) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`c125c38`](https://github.com/nextcloud/twofactor_gateway/commit/c125c389a9af06defc6a6d70b607fe701a8e4c4c) add SerwerSMS.pl provider - [`f465ef4`](https://github.com/nextcloud/twofactor_gateway/commit/f465ef41b2f738d0c357349685bfeec59c370020) add SerwerSMS.pl API response error handling - [`993fcdb`](https://github.com/nextcloud/twofactor_gateway/commit/993fcdb258588631d47a6173914f0da2f3834626) Merge branch 'master' into master - [`449885a`](https://github.com/nextcloud/twofactor_gateway/commit/449885a9276c1f6d5076f95b3ce897bb01bde006) Update SerwerSMS.php ### 📊 Changes **5 files changed** (+207 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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). --- <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:05 +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#503
No description provided.