[PR #482] [MERGED] Feature/add sipgate sms support #521

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/482
Author: @rotdrop
Created: 2/14/2022
Status: Merged
Merged: 2/14/2022
Merged by: @vitormattos

Base: masterHead: feature/add-sipgate-sms-support


📝 Commits (1)

  • 7f1e999 Add support for sipgate through their REST-api

📊 Changes

4 files changed (+195 additions, -6 deletions)

View changed files

📝 lib/Command/Configure.php (+24 -6)
📝 lib/Service/Gateway/SMS/Provider/ProviderFactory.php (+2 -0)
lib/Service/Gateway/SMS/Provider/SipGate.php (+84 -0)
lib/Service/Gateway/SMS/Provider/SipGateConfig.php (+85 -0)

📄 Description

No description provided


🔄 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/482 **Author:** [@rotdrop](https://github.com/rotdrop) **Created:** 2/14/2022 **Status:** ✅ Merged **Merged:** 2/14/2022 **Merged by:** [@vitormattos](https://github.com/vitormattos) **Base:** `master` ← **Head:** `feature/add-sipgate-sms-support` --- ### 📝 Commits (1) - [`7f1e999`](https://github.com/nextcloud/twofactor_gateway/commit/7f1e999aad72b48f0b1a88e166c245c16cccede4) Add support for sipgate through their REST-api ### 📊 Changes **4 files changed** (+195 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `lib/Command/Configure.php` (+24 -6) 📝 `lib/Service/Gateway/SMS/Provider/ProviderFactory.php` (+2 -0) ➕ `lib/Service/Gateway/SMS/Provider/SipGate.php` (+84 -0) ➕ `lib/Service/Gateway/SMS/Provider/SipGateConfig.php` (+85 -0) </details> ### 📄 Description _No description provided_ --- <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:11 +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#521
No description provided.