[PR #92] [MERGED] Allow multiple providers and other enhancements #204

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

📋 Pull Request Information

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

Base: masterHead: refactor/multiple-providers


📝 Commits (10+)

  • efdc89d Extract configuration from gateways
  • f2fab19 Add command to check configuration of gateways
  • de724a0 Add test command to send messages via all gateways
  • bd8e9bc Add command to configure the gateways
  • 8612cfd Add a separate provider for each gateway type
  • 8525833 Add Telegram CLI configuration dialogue
  • e023eb7 Use Signal gateway URL from config
  • 2fc2e7f Update docs to use interactive CLI
  • c15e1e8 Fix license header author
  • 743c69e Split settings to work with all three gateway types independently

📊 Changes

50 files changed (+2088 additions, -627 deletions)

View changed files

📝 appinfo/app.php (+0 -2)
📝 appinfo/info.xml (+7 -0)
📝 appinfo/routes.php (+4 -4)
📝 composer.lock (+44 -39)
📝 doc/admin/README.md (+8 -21)
js/components/GatewaySettings.vue (+128 -0)
📝 js/components/L10n.vue (+0 -0)
📝 js/init.js (+1 -1)
📝 js/service/registration.js (+18 -11)
js/view/settings.vue (+0 -139)
js/views/Settings.vue (+29 -0)
📝 lib/AppInfo/Application.php (+1 -33)
lib/Command/Configure.php (+158 -0)
lib/Command/Status.php (+62 -0)
lib/Command/Test.php (+108 -0)
📝 lib/Controller/SettingsController.php (+10 -8)
lib/Exception/ConfigurationException.php (+35 -0)
lib/Exception/InvalidSmsProviderException.php (+30 -0)
lib/Provider/AProvider.php (+143 -0)
lib/Provider/Factory.php (+62 -0)

...and 30 more files

📄 Description

Fixes #90.
Fixes #84.
Fixes #83.

Goal: https://github.com/nextcloud/twofactor_gateway/projects/2


🔄 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/92 **Author:** [@ChristophWurst](https://github.com/ChristophWurst) **Created:** 8/22/2018 **Status:** ✅ Merged **Merged:** 8/24/2018 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `refactor/multiple-providers` --- ### 📝 Commits (10+) - [`efdc89d`](https://github.com/nextcloud/twofactor_gateway/commit/efdc89dd6fd07b7c221f0ccc47e186085c1043c1) Extract configuration from gateways - [`f2fab19`](https://github.com/nextcloud/twofactor_gateway/commit/f2fab19e78cf10c6b16ca1f48775c9d88f12bb47) Add command to check configuration of gateways - [`de724a0`](https://github.com/nextcloud/twofactor_gateway/commit/de724a0e8085b405684a67b04c22fc07b27743af) Add test command to send messages via all gateways - [`bd8e9bc`](https://github.com/nextcloud/twofactor_gateway/commit/bd8e9bc6821092d6b6049d43b53f0e1f5512dcca) Add command to configure the gateways - [`8612cfd`](https://github.com/nextcloud/twofactor_gateway/commit/8612cfde1dc43b7bed026735eb056617211d16b1) Add a separate provider for each gateway type - [`8525833`](https://github.com/nextcloud/twofactor_gateway/commit/8525833a2b577921949cf20b079f5639b8f6627e) Add Telegram CLI configuration dialogue - [`e023eb7`](https://github.com/nextcloud/twofactor_gateway/commit/e023eb7f5fa0a1eb3f2ec644340ace630a6d488a) Use Signal gateway URL from config - [`2fc2e7f`](https://github.com/nextcloud/twofactor_gateway/commit/2fc2e7f51a99474d31bcae4bb5ed19eb79dbeea8) Update docs to use interactive CLI - [`c15e1e8`](https://github.com/nextcloud/twofactor_gateway/commit/c15e1e879e9854c5feaae71a8681878a099ed408) Fix license header author - [`743c69e`](https://github.com/nextcloud/twofactor_gateway/commit/743c69e9a9dad819445020c96c1b8fc0102a3d6e) Split settings to work with all three gateway types independently ### 📊 Changes **50 files changed** (+2088 additions, -627 deletions) <details> <summary>View changed files</summary> 📝 `appinfo/app.php` (+0 -2) 📝 `appinfo/info.xml` (+7 -0) 📝 `appinfo/routes.php` (+4 -4) 📝 `composer.lock` (+44 -39) 📝 `doc/admin/README.md` (+8 -21) ➕ `js/components/GatewaySettings.vue` (+128 -0) 📝 `js/components/L10n.vue` (+0 -0) 📝 `js/init.js` (+1 -1) 📝 `js/service/registration.js` (+18 -11) ➖ `js/view/settings.vue` (+0 -139) ➕ `js/views/Settings.vue` (+29 -0) 📝 `lib/AppInfo/Application.php` (+1 -33) ➕ `lib/Command/Configure.php` (+158 -0) ➕ `lib/Command/Status.php` (+62 -0) ➕ `lib/Command/Test.php` (+108 -0) 📝 `lib/Controller/SettingsController.php` (+10 -8) ➕ `lib/Exception/ConfigurationException.php` (+35 -0) ➕ `lib/Exception/InvalidSmsProviderException.php` (+30 -0) ➕ `lib/Provider/AProvider.php` (+143 -0) ➕ `lib/Provider/Factory.php` (+62 -0) _...and 30 more files_ </details> ### 📄 Description Fixes #90. Fixes #84. Fixes #83. Goal: https://github.com/nextcloud/twofactor_gateway/projects/2 --- <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:58 +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#204
No description provided.