[PR #58] [MERGED] Telegram rework #176

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

📋 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: masterHead: enhancement/telegram-rework


📝 Commits (4)

  • d0b2a6a Add inofficial but recommended Telegram PHP API lib
  • 7deaa36 Use a Telegram API lib instread of raw URLs
  • 7650d5e Let the user specify their identifier/phone number
  • cbc663d Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/58 **Author:** [@ChristophWurst](https://github.com/ChristophWurst) **Created:** 6/25/2018 **Status:** ✅ Merged **Merged:** 6/25/2018 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `enhancement/telegram-rework` --- ### 📝 Commits (4) - [`d0b2a6a`](https://github.com/nextcloud/twofactor_gateway/commit/d0b2a6acc487ca98936a20da443d5925700cbf29) Add inofficial but recommended Telegram PHP API lib - [`7deaa36`](https://github.com/nextcloud/twofactor_gateway/commit/7deaa36ca4e0d2d0a45313b8a169011952ebfd18) Use a Telegram API lib instread of raw URLs - [`7650d5e`](https://github.com/nextcloud/twofactor_gateway/commit/7650d5e083571d20d2f73e59dc1fb5c7e36d61cf) Let the user specify their identifier/phone number - [`cbc663d`](https://github.com/nextcloud/twofactor_gateway/commit/cbc663d9b12320802ea81ba4f3d151a4cdb0adb7) Fix tests ### 📊 Changes **17 files changed** (+5940 additions, -1924 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Ref https://github.com/ChristophWurst/twofactor_gateway/projects/1 --- <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:50 +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#176
No description provided.