mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 17:15:53 +03:00
[PR #92] [MERGED] Allow multiple providers and other enhancements #204
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#204
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:refactor/multiple-providers📝 Commits (10+)
efdc89dExtract configuration from gatewaysf2fab19Add command to check configuration of gatewaysde724a0Add test command to send messages via all gatewaysbd8e9bcAdd command to configure the gateways8612cfdAdd a separate provider for each gateway type8525833Add Telegram CLI configuration dialoguee023eb7Use Signal gateway URL from config2fc2e7fUpdate docs to use interactive CLIc15e1e8Fix license header author743c69eSplit 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.