[PR #34] [MERGED] Telegram integration #159

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/34
Author: @ChristophWurst
Created: 2/19/2018
Status: Merged
Merged: 3/19/2018
Merged by: @ChristophWurst

Base: masterHead: feature/telegram


📝 Commits (6)

  • c782f8f Add files via upload
  • d25fc3c Add files via upload
  • 4e7ab1a Update README.md
  • e43b78b Merge branch 'master' of github.com:nextcloud/twofactor_sms into HEAD
  • acfc78a Fix coding style and use HTTP client
  • c71b017 Merge branch 'master' of github.com:nextcloud/twofactor_sms into feature/telegram

📊 Changes

3 files changed (+96 additions, -0 deletions)

View changed files

📝 README.md (+27 -0)
📝 lib/AppInfo/Application.php (+3 -0)
lib/Service/SmsProvider/Telegram.php (+66 -0)

📄 Description

This was developed by @Dretech. Since I could not push to #27, I've created this PR to fix the coding style and make use of the HTTP client for the Telegram API call.

@Dretech please test again. I do not use/have Telegram so I cannot.


🔄 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/34 **Author:** [@ChristophWurst](https://github.com/ChristophWurst) **Created:** 2/19/2018 **Status:** ✅ Merged **Merged:** 3/19/2018 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `feature/telegram` --- ### 📝 Commits (6) - [`c782f8f`](https://github.com/nextcloud/twofactor_gateway/commit/c782f8f40e78e7c39e7b482b39be52afa8fea90c) Add files via upload - [`d25fc3c`](https://github.com/nextcloud/twofactor_gateway/commit/d25fc3c64fd58e50936010a76b920f9abaea0756) Add files via upload - [`4e7ab1a`](https://github.com/nextcloud/twofactor_gateway/commit/4e7ab1a26542c655fcfcf251b6fe52ccd7ecf3ba) Update README.md - [`e43b78b`](https://github.com/nextcloud/twofactor_gateway/commit/e43b78b1dff3eaba8218aabfbc0dd2fe25fa3fd7) Merge branch 'master' of github.com:nextcloud/twofactor_sms into HEAD - [`acfc78a`](https://github.com/nextcloud/twofactor_gateway/commit/acfc78a6403af23ea04eeda06b4d77aae875841d) Fix coding style and use HTTP client - [`c71b017`](https://github.com/nextcloud/twofactor_gateway/commit/c71b017ed10e767e45013784e08f3e375c51f317) Merge branch 'master' of github.com:nextcloud/twofactor_sms into feature/telegram ### 📊 Changes **3 files changed** (+96 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+27 -0) 📝 `lib/AppInfo/Application.php` (+3 -0) ➕ `lib/Service/SmsProvider/Telegram.php` (+66 -0) </details> ### 📄 Description This was developed by @Dretech. Since I could not push to #27, I've created this PR to fix the coding style and make use of the HTTP client for the Telegram API call. @Dretech please test again. I do not use/have Telegram so I cannot. --- <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:46 +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#159
No description provided.