mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-26 01:25:48 +03:00
[PR #59] [MERGED] Let providers specify their name to cause less confusion #175
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#175
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/59
Author: @ChristophWurst
Created: 6/25/2018
Status: ✅ Merged
Merged: 6/25/2018
Merged by: @ChristophWurst
Base:
master← Head:enhancement/provider-name-description📝 Commits (2)
d5dbee3Rename gateway interface2bd74e9Let gateways tell their name to make it more clear how users receive codes📊 Changes
13 files changed (+99 additions, -34 deletions)
View changed files
📝
js/view/settings.vue(+12 -5)📝
lib/AppInfo/Application.php(+2 -2)📝
lib/Provider/SmsProvider.php(+3 -3)📝
lib/Provider/State.php(+6 -1)📝
lib/Service/Gateway/PlaySMSGateway.php(+11 -2)📝
lib/Service/Gateway/SignalGateway.php(+11 -2)📝
lib/Service/Gateway/TelegramGateway.php(+12 -3)📝
lib/Service/Gateway/TestGateway.php(+11 -2)📝
lib/Service/Gateway/WebSmsGateway.php(+12 -3)📝
lib/Service/IGateway.php(+10 -2)📝
lib/Service/SetupService.php(+3 -3)📝
tests/Unit/Provider/SmsProviderTest.php(+3 -3)📝
tests/Unit/Service/SetupServiceTest.php(+3 -3)📄 Description
Otherwise
SMSwas wrong in many cases (e.g. when using Telegram as gateway).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.