mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 09:05:55 +03:00
[PR #58] [MERGED] Telegram rework #176
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#176
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/58
Author: @ChristophWurst
Created: 6/25/2018
Status: ✅ Merged
Merged: 6/25/2018
Merged by: @ChristophWurst
Base:
master← Head:enhancement/telegram-rework📝 Commits (4)
d0b2a6aAdd inofficial but recommended Telegram PHP API lib7deaa36Use a Telegram API lib instread of raw URLs7650d5eLet the user specify their identifier/phone numbercbc663dFix tests📊 Changes
17 files changed (+5940 additions, -1924 deletions)
View changed files
📝
composer.json(+2 -1)📝
composer.lock(+798 -2)📝
js/service/registration.js(+48 -45)📝
js/view/settings.vue(+120 -92)📝
lib/Controller/SettingsController.php(+5 -4)📝
lib/Exception/IdentifierMissingException.php(+1 -1)➖
lib/Exception/PhoneNumberMismatchException.php(+0 -31)📝
lib/Provider/SmsProvider.php(+6 -8)📝
lib/Service/Gateway/PlaySMSGateway.php(+6 -2)📝
lib/Service/Gateway/SignalGateway.php(+7 -3)📝
lib/Service/Gateway/TelegramGateway.php(+41 -11)📝
lib/Service/Gateway/TestGateway.php(+3 -2)📝
lib/Service/Gateway/WebSmsGateway.php(+6 -2)📝
lib/Service/ISmsService.php(+7 -2)📝
lib/Service/SetupService.php(+20 -60)📝
package-lock.json(+4863 -1609)📝
tests/Unit/Service/SetupServiceTest.php(+7 -49)📄 Description
Ref https://github.com/ChristophWurst/twofactor_gateway/projects/1
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.