[PR #91] [MERGED] Refactor gateway namespaces in preparation for #90 #202

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/91
Author: @ChristophWurst
Created: 8/21/2018
Status: Merged
Merged: 8/21/2018
Merged by: @ChristophWurst

Base: masterHead: refactor/move-gateways


📝 Commits (1)

  • 6de6fca Refactor gateway namespaces in preparation to #90

📊 Changes

14 files changed (+24 additions, -22 deletions)

View changed files

📝 lib/AppInfo/Application.php (+5 -5)
📝 lib/Provider/SmsProvider.php (+1 -1)
📝 lib/Provider/State.php (+1 -1)
📝 lib/Service/Gateway/IGateway.php (+1 -1)
📝 lib/Service/Gateway/SMS/PlaySMSGateway.php (+2 -2)
📝 lib/Service/Gateway/SMS/WebSmsGateway.php (+2 -2)
📝 lib/Service/Gateway/Signal/Gateway.php (+3 -3)
📝 lib/Service/Gateway/Telegram/Gateway.php (+3 -3)
📝 lib/Service/Gateway/TestGateway.php (+1 -1)
📝 lib/Service/SetupService.php (+1 -0)
📝 lib/Service/StateStorage.php (+1 -0)
📝 tests/Unit/Provider/SmsProviderTest.php (+1 -1)
📝 tests/Unit/Service/SetupServiceTest.php (+1 -1)
📝 tests/Unit/Service/StateStorageTest.php (+1 -1)

📄 Description

Ref #90.


🔄 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/91 **Author:** [@ChristophWurst](https://github.com/ChristophWurst) **Created:** 8/21/2018 **Status:** ✅ Merged **Merged:** 8/21/2018 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `refactor/move-gateways` --- ### 📝 Commits (1) - [`6de6fca`](https://github.com/nextcloud/twofactor_gateway/commit/6de6fca2486413d9d92c2756b8d25583aed82780) Refactor gateway namespaces in preparation to #90 ### 📊 Changes **14 files changed** (+24 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `lib/AppInfo/Application.php` (+5 -5) 📝 `lib/Provider/SmsProvider.php` (+1 -1) 📝 `lib/Provider/State.php` (+1 -1) 📝 `lib/Service/Gateway/IGateway.php` (+1 -1) 📝 `lib/Service/Gateway/SMS/PlaySMSGateway.php` (+2 -2) 📝 `lib/Service/Gateway/SMS/WebSmsGateway.php` (+2 -2) 📝 `lib/Service/Gateway/Signal/Gateway.php` (+3 -3) 📝 `lib/Service/Gateway/Telegram/Gateway.php` (+3 -3) 📝 `lib/Service/Gateway/TestGateway.php` (+1 -1) 📝 `lib/Service/SetupService.php` (+1 -0) 📝 `lib/Service/StateStorage.php` (+1 -0) 📝 `tests/Unit/Provider/SmsProviderTest.php` (+1 -1) 📝 `tests/Unit/Service/SetupServiceTest.php` (+1 -1) 📝 `tests/Unit/Service/StateStorageTest.php` (+1 -1) </details> ### 📄 Description Ref #90. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:33:57 +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#202
No description provided.