mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[PR #1056] [CLOSED] [ENH] Add telegram notification webhook when new messages are detected #1230
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1230
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/cypht-org/cypht/pull/1056
Author: @Shadow243
Created: 5/31/2024
Status: ❌ Closed
Base:
master← Head:webhook📝 Commits (10+)
c516fa7[ENH] Preparing webhook token setting3fb1d36[FIX]fixing reset icon to work on Restore current value and Restore default value4ce0bae[ENH]Telegram webhook notificationd822178[REF] Refactor webhook codebase and fix small issues391e40d[FIX]Telegram webhook notification: Notify for unread emails every 5minutes.c9792fe[FIX]Telegram webhook notification: Set an configurable interval for notifications84fdd85Adding phpunit tests9d501bd[ENH]Telegram webhook interval: making it work8ce1ea4Merge branch 'webhook' of github.com:Shadow243/cypht into webhook3d92d40Correct phpunit tests📊 Changes
13 files changed (+259 additions, -6 deletions)
View changed files
➕
lib/telegram_webhook.php(+86 -0)📝
modules/core/functions.php(+14 -0)📝
modules/core/handler_modules.php(+1 -0)📝
modules/core/modules.php(+1 -0)📝
modules/core/output_modules.php(+1 -0)📝
modules/core/site.js(+47 -1)📝
modules/feeds/hm-feed.php(+1 -1)📝
modules/imap/handler_modules.php(+41 -1)📝
modules/imap/output_modules.php(+42 -0)📝
modules/imap/setup.php(+12 -1)📝
modules/imap/site.js(+10 -0)📝
tests/phpunit/bootstrap.php(+1 -0)📝
tests/phpunit/modules/core/output_modules.php(+2 -2)📄 Description
Related issue: https://github.com/cypht-org/cypht/issues/178
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.