[PR #599] [CLOSED] Add support for Cegedim.Cloud Vortext provider #617

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/599
Author: @pierre-lerouge
Created: 11/30/2023
Status: Closed

Base: masterHead: master


📝 Commits (6)

📊 Changes

5 files changed (+243 additions, -1 deletions)

View changed files

📝 doc/Admin Documentation.md (+23 -0)
📝 lib/Command/Configure.php (+21 -1)
lib/Service/Gateway/SMS/Provider/CegedimVortext.php (+109 -0)
lib/Service/Gateway/SMS/Provider/CegedimVortextConfig.php (+88 -0)
📝 lib/Service/Gateway/SMS/Provider/ProviderFactory.php (+2 -0)

📄 Description

  • Add theVortext API from Cegedim.cloud as a SMS Provider doc
  • Documentation add in the administration doc
  • Tested on NC 24->27

🔄 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/599 **Author:** [@pierre-lerouge](https://github.com/pierre-lerouge) **Created:** 11/30/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`bb6d294`](https://github.com/nextcloud/twofactor_gateway/commit/bb6d294fa6cf61d11c4ae0dcafbba3b5e62059d5) Add Cegedim.Cloud's vortext platform support - [`658eb29`](https://github.com/nextcloud/twofactor_gateway/commit/658eb299b003e1910857f7f15ba325f33a5ed42e) fix emptiness check - [`dc90ac7`](https://github.com/nextcloud/twofactor_gateway/commit/dc90ac7239e1c6731a43db49e9a86849ca423981) Merge branch 'master' of https://github.com/nextcloud/twofactor_gateway - [`ff61f66`](https://github.com/nextcloud/twofactor_gateway/commit/ff61f66ced86565dc5eec5dbcc22e0f017434084) bad lib import name - [`67d6285`](https://github.com/nextcloud/twofactor_gateway/commit/67d6285757767b718ab7d7ae5d2b5f8248be9b22) Add Cegedim.Cloud's vortext platform support - [`14bec1a`](https://github.com/nextcloud/twofactor_gateway/commit/14bec1a227ffabfb23548e0899fa1a5dc0e1fa4b) Merge branch 'add-vortext-support' ### 📊 Changes **5 files changed** (+243 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `doc/Admin Documentation.md` (+23 -0) 📝 `lib/Command/Configure.php` (+21 -1) ➕ `lib/Service/Gateway/SMS/Provider/CegedimVortext.php` (+109 -0) ➕ `lib/Service/Gateway/SMS/Provider/CegedimVortextConfig.php` (+88 -0) 📝 `lib/Service/Gateway/SMS/Provider/ProviderFactory.php` (+2 -0) </details> ### 📄 Description * Add theVortext API from Cegedim.cloud as a SMS Provider [doc](https://docs.cegedim.cloud/display/SMS) * Documentation add in the administration doc * Tested on NC 24->27 --- <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:37 +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#617
No description provided.