[PR #1037] [CLOSED] Adding telegram bot notification on client connection #1197

Closed
opened 2026-02-27 15:53:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/1037
Author: @UserWithoutAuth
Created: 11/26/2021
Status: Closed

Base: masterHead: master


📝 Commits (7)

  • a876988 Update Settings.cs to add support for telegram bot
  • cfcb2ba Update Settings.cs to add support for telegram bot
  • 88daa24 Update FrmSettings.cs add support for telegram bot
  • cfe6464 add support for telegram bot
  • 5efd68a Add telegram bot
  • 096cdca Update FrmMain.cs
  • 9d6c51f Add Telegram Bot Support

📊 Changes

4 files changed (+530 additions, -395 deletions)

View changed files

📝 Quasar.Server/Forms/FrmMain.cs (+94 -2)
📝 Quasar.Server/Forms/FrmSettings.Designer.cs (+210 -285)
📝 Quasar.Server/Forms/FrmSettings.cs (+176 -107)
📝 Quasar.Server/Models/Settings.cs (+50 -1)

📄 Description

Quasar Bot

Added Support for a telegram bot.

Quasar Settings


🔄 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/quasar/Quasar/pull/1037 **Author:** [@UserWithoutAuth](https://github.com/UserWithoutAuth) **Created:** 11/26/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`a876988`](https://github.com/quasar/Quasar/commit/a8769884833112ddfe0f8d6525465ba0de27d6cf) Update Settings.cs to add support for telegram bot - [`cfcb2ba`](https://github.com/quasar/Quasar/commit/cfcb2bab6c129167ffca89bc2e045e2d95e75ba3) Update Settings.cs to add support for telegram bot - [`88daa24`](https://github.com/quasar/Quasar/commit/88daa24f2974053a7cf4d9eba9233667f4f20beb) Update FrmSettings.cs add support for telegram bot - [`cfe6464`](https://github.com/quasar/Quasar/commit/cfe646416daca7cd12d8a1a1bae700a04cbaf160) add support for telegram bot - [`5efd68a`](https://github.com/quasar/Quasar/commit/5efd68a9e81b1cfe6e9f4d3236719287529cce0f) Add telegram bot - [`096cdca`](https://github.com/quasar/Quasar/commit/096cdca29cc3996aed3437456bcab3fa79e7b3db) Update FrmMain.cs - [`9d6c51f`](https://github.com/quasar/Quasar/commit/9d6c51fc39be3b3fa9d5fba7f79d31cebe4d3a4b) Add Telegram Bot Support ### 📊 Changes **4 files changed** (+530 additions, -395 deletions) <details> <summary>View changed files</summary> 📝 `Quasar.Server/Forms/FrmMain.cs` (+94 -2) 📝 `Quasar.Server/Forms/FrmSettings.Designer.cs` (+210 -285) 📝 `Quasar.Server/Forms/FrmSettings.cs` (+176 -107) 📝 `Quasar.Server/Models/Settings.cs` (+50 -1) </details> ### 📄 Description ![Quasar Bot](https://user-images.githubusercontent.com/19386566/143660976-fca7395c-b23e-4ebc-8b30-54b5b0558bc2.jpg) Added Support for a telegram bot. ![Quasar Settings](https://user-images.githubusercontent.com/19386566/143661054-db409377-e3b5-4e2a-83a4-619b47b1e06e.jpg) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:28 +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/Quasar#1197
No description provided.