[PR #316] [MERGED] Add OVH SMS gateway #382

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/316
Author: @piti-diablotin
Created: 1/17/2020
Status: Merged
Merged: 2/3/2020
Merged by: @ChristophWurst

Base: masterHead: master


📝 Commits (5)

  • 2772cbe Bump css-loader from 3.4.1 to 3.4.2
  • e2942b1 Ovh SMS gateway integration
  • fa06de3 Merge branch 'master' into master
  • 10c002a What happened to this file ?!
  • c1e40fb Merge remote-tracking branch 'nextcloud/master'

📊 Changes

6 files changed (+363 additions, -6 deletions)

View changed files

📝 composer.lock (+5 -5)
📝 doc/Admin Documentation.md (+26 -0)
📝 lib/Command/Configure.php (+36 -1)
lib/Service/Gateway/SMS/Provider/Ovh.php (+185 -0)
lib/Service/Gateway/SMS/Provider/OvhConfig.php (+109 -0)
📝 lib/Service/Gateway/SMS/Provider/ProviderFactory.php (+2 -0)

📄 Description

  • Add the ovh api to be able to use the gateway sms with ovh (website)
  • Documentation added of OVH in the Administration file.
  • It has been tested with the test function and on my testing setting (NC16)

PS:Sorry for the different names in the commits I did not take care of it.


🔄 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/316 **Author:** [@piti-diablotin](https://github.com/piti-diablotin) **Created:** 1/17/2020 **Status:** ✅ Merged **Merged:** 2/3/2020 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`2772cbe`](https://github.com/nextcloud/twofactor_gateway/commit/2772cbeee7edee3f147b61077e22010518b065d6) Bump css-loader from 3.4.1 to 3.4.2 - [`e2942b1`](https://github.com/nextcloud/twofactor_gateway/commit/e2942b1549d5129574f1633642aba85e0bc9dcb3) Ovh SMS gateway integration - [`fa06de3`](https://github.com/nextcloud/twofactor_gateway/commit/fa06de3c791e30b974f8ec57621a22374219965a) Merge branch 'master' into master - [`10c002a`](https://github.com/nextcloud/twofactor_gateway/commit/10c002a96919aba4d74eb681642c3b2e6b9fb6c7) What happened to this file ?! - [`c1e40fb`](https://github.com/nextcloud/twofactor_gateway/commit/c1e40fb618a5ea13f8d03f68291bf55cace43f7c) Merge remote-tracking branch 'nextcloud/master' ### 📊 Changes **6 files changed** (+363 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+5 -5) 📝 `doc/Admin Documentation.md` (+26 -0) 📝 `lib/Command/Configure.php` (+36 -1) ➕ `lib/Service/Gateway/SMS/Provider/Ovh.php` (+185 -0) ➕ `lib/Service/Gateway/SMS/Provider/OvhConfig.php` (+109 -0) 📝 `lib/Service/Gateway/SMS/Provider/ProviderFactory.php` (+2 -0) </details> ### 📄 Description * Add the ovh api to be able to use the gateway sms with ovh [(website)](https://www.ovhtelecom.fr/sms/) * Documentation added of OVH in the Administration file. * It has been tested with the test function and on my testing setting (NC16) PS:Sorry for the different names in the commits I did not take care of it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:30:31 +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#382
No description provided.