Commit Graph

884 Commits

Author SHA1 Message Date
Chris Caron
e5e7ab0784 Added SendPulse Support 2024-08-31 21:13:02 -04:00
Chris Caron
e3e34c4211
WxPusher Support Added (#1135) 2024-08-29 18:09:15 -04:00
Chris Caron
98fb4865fc
Refactored base64 attachment handling (#1191) 2024-08-27 18:58:56 -04:00
Chris Caron
ca50cb7820
SendGrid Attachment Support Added (#1190) 2024-08-27 16:32:52 -04:00
Chris Caron
3cb270cee8
Documentation and CLI Tidying (#1187) 2024-08-24 19:12:23 -04:00
Chris Caron
9addff8cfb
mqtt:// support for publishing retain flag (#1185) 2024-08-23 16:14:42 -04:00
Chris Caron
827db528d0
Persistent Storage (#1131) 2024-08-22 21:44:14 -04:00
Chris Caron
5cee11ac84
Escape unsupported Telegram MarkdownV2 characters if required (#1181) 2024-08-05 16:49:05 -04:00
Chris Caron
1ee08d14fe
Fixed mattermost channel handling (#1180) 2024-08-05 11:28:49 -04:00
Chris Caron
47540523e0
Fix Telegram Thread/Topic handling (#1177)
* Fix Telegram Thread/Topic handling

* fixed test coverage
2024-07-28 12:23:59 -04:00
Kevin Haffner
65f9caed87
Fix typo in readme (#1176)
I assume the L is missing by mistake
2024-07-26 04:31:39 -04:00
Chris Caron
6dafecdb19 bumped version to v1.8.1 2024-07-25 20:19:02 -04:00
Chris Caron
a0328274f3
Microsoft Power Automate / Workflows Support (#1172)
Co-authored-by: Toby Coleman <toby-coleman@users.noreply.github.com>
2024-07-25 17:33:25 -04:00
phantom943
9620901afc
#1170 allow json data in OneSignal template arguments (#1171)
Co-authored-by: phantom <phantom@sictamil.com>
2024-07-22 18:26:28 -04:00
Chris Caron
1e4b4355ce
Twilio WhatsApp support added (#1173) 2024-07-22 18:23:39 -04:00
Chris Caron
7efb6c5132
Added Africas Talking Support (#1167) 2024-07-18 11:59:30 -04:00
Chris Caron
313a70bf58
setup.py deprecation workaround with --use-pep517 (#1168) 2024-07-17 21:19:20 -04:00
Fabio Lucattini
e30adb4dee
fix: conversion html_to_text hr tags rstrip non string object (#1162)
Co-authored-by: Fabio Lucattini <f.lucattini@desys.it>
2024-07-17 15:45:56 -04:00
Chris Caron
ddb5b52d17
Fixes random matrix:// unittest failures (#1166) 2024-07-17 15:41:58 -04:00
Chris Caron
d22ce8d5b7
OneSignal to support custom data in payload (#1163)
Co-authored-by: phantom943 <105282577+phantom943@users.noreply.github.com>
2024-07-16 16:16:26 -04:00
Chris Caron
631ce107cd
Refactored the way Notifiarr Discord users are mentioned (#1153) 2024-07-10 06:11:58 -04:00
Ikko Eltociear Ashimine
e053484fd1
Update spelling mistake in streamlabs logging (#1160)
occured -> occurred
2024-07-10 06:11:03 -04:00
Chris Caron
bca25c9ece
Dropped Python v3.6 (and EPEL8) support (#1155) 2024-07-06 19:51:23 -04:00
Jan-Philipp Benecke
75660322f4
Add missing % string in import failed trace message (#1151) 2024-07-02 16:40:04 -04:00
Chris Caron
6733953cc2
Fixed series of PEP8 E502 errors surfacing in Python 3.11 flake8 checks (#1149) 2024-07-01 22:13:46 -04:00
Easy
35ed4d266e
Update token regex (#1148)
The new version of the token contains the - sign
2024-07-01 19:57:24 -04:00
Chris Caron
4b4a983750 SFR Documentation cleanup 2024-06-11 16:07:53 -04:00
Anghille
3896b4a3e8
Add Société Française du Radiotéléphone (SFR) Support (#1132) 2024-06-09 16:44:44 -04:00
Chris Caron
81caf9299b Refactored v3 matrix transaction test from #1128 2024-06-01 23:07:44 -04:00
Chris Caron
de3acafef9
Turn large ntfy messages into a attachments (#1136) 2024-06-01 21:43:38 -04:00
Chris Caron
e289279896
Slack now supports <@userid> in message body (#1134) 2024-05-27 20:50:37 -04:00
Delena Malan
da14b3a54f
Fixed Slack file upload deprecation (#1130) 2024-05-27 20:10:34 -04:00
Niccolò Maggioni
d3c13fd619
Automatically increment Matrix v3 transaction IDs (#1128) 2024-05-21 21:35:58 -04:00
Chris Caron
286a4374c0 manager classes accessible from apprise base 2024-05-19 15:25:01 -04:00
Chris Caron
e98f65790c ascii() lookup added to plugin base 2024-05-19 15:07:45 -04:00
Chris Caron
9569fe1c52 Updated template to reflect new naming convention (#1119) 2024-05-19 15:06:12 -04:00
Chris Caron
6afdd81a27 fixed typo with sparkpost/splunk introduced in #1125 2024-05-16 17:58:57 -04:00
Chris Caron
45e67beae3
Added Splunk/VictorOps Support (#1125) 2024-05-16 17:55:04 -04:00
Chris Caron
9d98347dcb bumped version to v1.8.0 2024-05-11 16:25:58 -04:00
Chris Caron
fa2d338568
Do not sanitize http:// attachment URLs (#1122) 2024-05-11 16:03:01 -04:00
Chris Caron
5fd912f5fe
clicksend:// authentication bugfix (#1121) 2024-05-05 12:42:08 -04:00
Toni Wells
fcd70ff84c
Bugfix: Update apprise:// token length (#1120) 2024-05-03 08:03:22 -04:00
Chris Caron
b8da1334ab
Refactor: Python Module Naming & Namespace Harmonization (#1119) 2024-04-27 13:02:27 -04:00
Han Wang
08cb018e11
Refactor Test Code for Efficiency and Quality (#1100) 2024-04-20 19:00:31 -04:00
Chris Caron
1f77254d71
Custom Plugin Attachment Support Enforced + Added Testing (#1115) 2024-04-20 16:05:14 -04:00
Chris Caron
2316a4b415
Fix mailto://ip.addr support (#1114) 2024-04-20 09:53:42 -04:00
Chris Caron
22c979d4a3
Added JSON Content-Type header to freemobile:// (#1109) 2024-04-14 11:19:16 -04:00
Chris Caron
50c1a0d0ba bumped version to v1.7.6 2024-04-13 21:10:07 -04:00
Chris Caron
33c756979f
RocketChat Token Support (#1060) 2024-04-13 19:59:43 -04:00
Chris Caron
7a985ea787
Added delay= switch to aprs:// plugin (#1107) 2024-04-13 19:23:50 -04:00