Easy
279ddf61ce
add serverchan notification ( #951 )
...
* add serverchan notification
* Update endpoints/cronjobs/sendnotifications.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update endpoints/notifications/testserverchannotifications.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Miguel Ribeiro <k.d.mitnick@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-20 15:06:49 +00:00
Miguel Ribeiro
3247ce2c87
feat: enforce CSRF protection and POST-only policy across endpoints ( #940 )
2025-10-18 23:58:50 +02:00
Dani Bento
75c94ad15c
add support for mattermost notifications ( #923 )
...
Signed-off-by: Daniela Filipe Bento <danibento@overdestiny.com >
2025-10-12 12:42:39 +02:00
xwdj
add646b5a3
pushplus是在中国一个可玩性很高的专用通知服务,特别是可以直接推送到微信这个使用人数最多的平台 ( #911 )
...
支持提交多种格式的消息,例如html样式,makedown文本,以及json格式,特别重要的是非会员用户额度
每天有200条推送机会,个人用户几乎可以免费使用他的服务,但是我在使用该项目webhook方式调用他们的
api时候,却有些水土不服,不能很好的支持,一些样式,为了更简便使用pushplus服务,现将该服务集成进
项目当中,仅需输入pushplus的消息token即可,然后就可以正常推送信息,样式也是正确的,我自己测试是
可以使用了,但是这个创建数据库的文件不知道在哪里改的,我是这样做的,手动创建的数据库。
CREATE TABLE "pushplus_notifications" (
"enabled" BLOB NOT NULL DEFAULT (0),
"token" TEXT,
"user_id" TEXT
);
第一次给别人项目提交代码,如果有什么不好的地方,请提出来。
2025-09-14 11:31:38 +02:00
Miguel Ribeiro
e0f204803e
feat!: simplified webhook notifications without iterator (might break your current webhook settings)
...
feat: use mobile style toggles instead of checkboxes
fix: barely readable placeholder text on textarea on dark the
feat: webhooks can now be used for cancelation notifications
2025-04-27 17:28:29 +02:00
Miguel Ribeiro
2a0e665e77
feat: settings to allow to ignore certificates for some notification methods
2024-10-27 11:58:54 +01:00
Miguel Ribeiro
790defb2b1
feat: add url and notes as variables for the notifications webhook
...
fix: bug when looping multiple subscriptions on the notifications webhook
2024-10-09 22:45:58 +02:00
Miguel Ribeiro
fed0192394
feat: select multiple filters on the dashboard
...
feat: add multi email recipients
feat: add option for also showing the original price on the dashboard
feat: open edit form after cloning subscription
fix: typo on export subscriptions to csv
chore: removed version line from docker-compose file
2024-09-01 22:19:06 +02:00
Pol
0fb8fb272e
add multi email recipients
2024-09-01 15:24:12 +02:00
Miguel Ribeiro
65edf0963b
feat: add ntfy as notification method ( #377 )
2024-06-05 22:08:36 +02:00
Miguel Ribeiro
899482982e
feat: add discord and pushover as notification agents ( #300 )
...
fix: most error messages of the notifications endpoints would not reach the frontend
2024-05-06 18:55:10 +02:00
Miguel Ribeiro
a408031ef8
feat: add new notification methods (telegram, webhooks, gotify) ( #295 )
2024-05-06 00:15:44 +02:00