Commit Graph

463 Commits

Author SHA1 Message Date
Chris Caron
9e9b140642
Microsoft Teams Webhook to include team name in URL (#361) 2021-02-22 14:35:28 -05:00
Chris Caron
221e304a73
Better asyncio handling in Python <3.7 using threading (#364) 2021-02-22 14:16:35 -05:00
Chris Caron
0649754096 better escape interpretation for Python 2.7.5 (EL7) users 2021-02-22 11:36:19 -05:00
Chris Caron
62dd5bab5c test coverage added 2021-02-17 17:44:10 -05:00
Chris Caron
986a19d542 coverage no longer fails if we're not the ideal 100% 2021-02-17 09:56:19 -05:00
Chris Caron
4a2f60e338
Improved FCM Support Supporting both Legacy and OAuth2 Methods (#353) 2021-02-14 14:03:12 -05:00
Chris Caron
ca22b931ca
Home Assistant Integration (#354) 2021-02-14 14:01:30 -05:00
RemiRigal
48cac98d3b
Added support for markdown in Gotify plugin (#358)
Co-authored-by: Rémi Rigal <remi.rigal@orange.com>
2021-02-11 11:10:20 -05:00
Chris Caron
073dad68d0 escape handling tests in Python v2.x fixed 2021-02-07 11:32:57 -05:00
Chris Caron
b322e24b1b properly escape subtitle in Spontit integration 2021-02-06 15:27:13 -05:00
Chris Caron
5f945ceef7
Cleaned up Mattermost Integration (#355) 2021-02-06 14:55:49 -05:00
Chris Caron
f18b7c83ac mailgun http error code lookup bugfix 2021-02-04 11:30:16 -05:00
Chris Caron
fec6de1403
Added support for interpretable escapes via CLI (#349) 2021-01-31 17:15:18 -05:00
Chris Caron
c7f015bf7c improved test coverage 2021-01-23 17:35:04 -05:00
Chris Caron
b69ed1dfa9 Added Google Chat Support (#346) 2021-01-11 14:56:59 -05:00
Chris Caron
23957a3337
Added support for Slack email address targets (#345) 2021-01-10 15:55:59 -05:00
Jonathan Marcus
ca3629f2e1
Update README.md; there/their grammer fix (#342) 2021-01-08 12:38:21 -05:00
Chris Caron
5e002044a4 fixed failing unit test 2020-12-31 10:16:03 -05:00
Chris Caron
ef2057c10a bumped version to v0.9.0 2020-12-30 16:35:45 -05:00
Chris Caron
4037d8726e OneSignal code cleanup 2020-12-30 16:29:23 -05:00
Chris Caron
ed04898ec4 reduced msteams api/parsing restrictions 2020-12-30 16:29:01 -05:00
Chris Caron
287cb27d6f better support for priorities with Growl/Prowl 2020-12-30 16:27:32 -05:00
Chris Caron
e997c11382
Added Opsgenie Support (#337) 2020-12-30 15:55:16 -05:00
Chris Caron
a023361db4
Added OneSignal Support (#335) 2020-12-29 10:49:33 -05:00
Chris Caron
87d4b8a26c fixed FCM log message 2020-12-28 10:29:20 -05:00
Chris Caron
c7d6aefebb
APPRISE_URLS & APPRISE_CONFIG env variable support added (#334) 2020-12-26 17:36:33 -05:00
Chris Caron
e40c83dfd1 FCM message size restrictions 2020-12-26 11:51:10 -05:00
Chris Caron
21d7ef1ff4 Zoho emails use port 587; support zohomail.com too 2020-12-26 11:36:39 -05:00
Chris Caron
83e3fdc048
Added Google Firebase Cloud Messaging (FCM) Support (#329) 2020-12-23 14:56:28 -05:00
Chris Caron
f68c414801
Zulip to reference the word 'stream' and not 'channel' (#330) 2020-12-14 18:45:54 -05:00
Sebastian Thomschke
fa05cfa81e
Allow hostnames with underscores when parsing URLs (#324) 2020-11-23 19:36:08 -05:00
Chris Caron
2c2722f61f
Use unicode responses recieved from Amazon (#320) 2020-11-14 13:52:00 -05:00
Chris Caron
3531912991
Fix version of cryptography to v3.1.1 for Travis CI PyPy3.5 runner (#322) 2020-11-14 12:29:32 -05:00
Chris Caron
a823e250c1 typo in README.md fixed 2020-10-20 16:38:29 -04:00
Chris Caron
54c3f6d9df
Added Parse Platform Support (#212) 2020-10-19 20:01:06 -04:00
Chris Caron
f6ce71c65d
Eliminated Pushover API Token and User Key validation (#314) 2020-10-13 17:06:24 -04:00
Chris Caron
26c9e14bda cryptography bought back in; used for spush:// tests -oops 2020-10-13 15:19:17 -04:00
Chris Caron
52a8317356
LogCapture() class for those wishing to capture notification output (#311) 2020-10-13 14:27:42 -04:00
Chris Caron
4d6cd73452 dropped cryptography dev dependency 2020-10-13 13:41:45 -04:00
Chris Caron
72786c3197 inline documentation correction 2020-10-11 11:14:09 -04:00
Chris Caron
53a8d046ce
Header/Meta support added to email plugin (#310) 2020-10-06 16:32:00 -04:00
Chris Caron
68adae39d1 typo in Mailgun header reference 2020-10-06 14:16:53 -04:00
Chris Caron
3091669b85 SparkPost cc and bcc improvements + test cases (#309) 2020-10-06 14:02:00 -04:00
Chris Caron
89eaffa286
Mailgun cc, bcc, batch processing, and attachment support (#308) 2020-10-06 10:43:46 -04:00
Chris Caron
b450e98e72 bumped version to v0.8.9 2020-10-04 15:39:34 -04:00
Chris Caron
a2525f671e
SparkPost Notification Support (#307) 2020-10-04 11:14:09 -04:00
Chris Caron
8ca8e51833
MSTeams/Apprise custom template support (#299) 2020-10-02 20:50:27 -04:00
Raman Gupta
525f386959
Run synchronous code asynchronously (#304) 2020-09-29 21:27:19 -04:00
Chris Caron
c732b16d43
Added support for Yandex Email (#303) 2020-09-29 15:16:02 -04:00
Chris Caron
b83bc37522
Copywrite update & support boolean based asset values in YAML config (#301) 2020-09-26 20:26:45 -04:00