Commit Graph

106 Commits

Author SHA1 Message Date
copart
78d5465ff6 Pushover Notification: Added handling of emergency priority (#127) 2019-06-19 13:04:35 -04:00
Chris Caron
e7ba4c03df
ValueError unknown locale error fix (#128) 2019-06-18 20:29:03 -04:00
Chris Caron
603e00bbce
Added Nexmo SMS Notification Support (#123) 2019-06-06 22:59:05 -04:00
Daniel Craigmile
35d2d358e7 Mailgun API key validation removed (#122)
* don't validate the format of the Mailgun API key
* remove test validating Mailgun API key
* remove rather than comment
* remove no-longer-relevant regex for Mailgun API key validation

refs #121
2019-06-06 22:39:38 -04:00
Chris Caron
3b28823b23
Added sub-path support to MatterMost Notifications 2019-06-06 12:40:14 -04:00
Chris Caron
f373e41a91
handles exception thrown when no localization is detected refs #118 2019-06-04 22:13:15 -04:00
Chris Caron
6d9069e106
Notification Service Native URL Support; refs #109 2019-05-31 20:56:54 -04:00
Chris Caron
d5dfbf74fa
Token details + internationalization (i18n) support; refs #59 2019-05-29 20:07:05 -04:00
Chris Caron
4c375c8a05
Added sound support to Pushover Notifications; refs #113 2019-05-28 16:38:26 -04:00
Chris Caron
554c7f0b10
Rocket.Chat Refactored for Webhook Support; refs #107 2019-05-21 21:50:50 -04:00
Chris Caron
ac56a409a0
Added default configuration paths for Microsoft users (#111) 2019-05-14 16:54:45 -04:00
Chris Caron
9a26de53c3 disabled logging for subsequent tests 2019-05-13 21:03:42 -04:00
Chris Caron
51a5ce344a
Support Slack URLs missing channel references (#108) 2019-05-11 15:02:56 -04:00
Chris Caron
55fb17280e
Added Twilio Support (#106) 2019-05-09 10:06:20 -04:00
Chris Caron
28b67d42f3
Better handling of multiple URLs delimited by space/comma 2019-04-27 23:21:35 -04:00
Chris Caron
25f5066e27
Added Mailgun support; refs #101 2019-04-27 17:41:20 -04:00
Chris Caron
22735babea added missing assert check 2019-04-26 21:09:37 -04:00
Chris Caron
2c080d7269 fixed bug preventing email as userid for custom emails; refs #101 2019-04-25 21:28:38 -04:00
Chris Caron
4e35d5fe48 Cisco Webex Teams Notification Support; refs #95 2019-04-07 09:23:55 -04:00
Chris Caron
5997f6d6c5
Merge pull request #97 from caronc/logging-customization
Added deprecate and trace logging directives
2019-04-05 22:56:37 -04:00
Chris Caron
4a86a724b0 Microsoft Teams Notification Support; refs #94 2019-04-05 22:16:22 -04:00
Chris Caron
de5c5e4331 Added deprecate and trace logging directives 2019-04-05 19:57:48 -04:00
Chris Caron
02dd6dd8b3 test to verify no double url str escaping occurs 2019-04-03 20:27:59 -04:00
Chris Caron
842de28191 normalize plugin classes mass code cleanup 2019-03-31 15:10:08 -04:00
Chris Caron
1c757d8032 Gitter Notification Support 2019-03-26 21:11:23 -04:00
Chris Caron
ab2bd92aed XMPP Notification Support; refs #40 2019-03-21 21:20:28 -04:00
Chris Caron
27c793d301
Merge pull request #88 from caronc/80-matrix-refactoring-part-two
Merged Matrix Webhook functionality with server config; refs #80
2019-03-18 12:12:38 -04:00
Chris Caron
3cc060f3ea Added Flock Notification Support 2019-03-17 19:57:01 -04:00
Chris Caron
28e490ab67 Merged Matrix Webhook functionality with server config; refs #80 2019-03-17 15:38:45 -04:00
Chris Caron
96064cff25 Dynamic module loading; just drop in plugins now 2019-03-16 23:35:06 -04:00
Chris Caron
d2262e9167 Added Gotify Support; refs #23 2019-03-12 20:34:45 -04:00
Chris Caron
6b875ac093 Complete refactoring of entire Matrix plugin; refs #80 2019-03-10 14:29:50 -04:00
Chris Caron
741d244c5a escape_html bulletproofing 2019-03-10 12:24:57 -04:00
Chris Caron
268d11f181 title handling and bulletproofing 2019-03-10 12:10:01 -04:00
Chris Caron
643dc3f561 updated granularity of logging - include warning 2019-03-10 10:51:36 -04:00
Chris Caron
1f9daeaa2b Config file support added for http & file (yaml); refs #55 2019-03-04 23:32:47 -05:00
Chris Caron
0ab86c2115 Config file support added for http & file (text); refs #55 2019-03-03 17:41:08 -05:00
Chris Caron
81b6e7a212 handle ValueError Exception via Gnome import; refs #75 2019-02-24 11:43:01 -05:00
Chris Caron
9f1f2059d9 handle ValueError Exception via Dbus import; refs #75 2019-02-23 15:42:29 -05:00
Chris Caron
8e284f159f random test failing on split() fix 2019-02-21 21:13:31 -05:00
Chris Caron
9bd0144112 experimented with sphinx function inline doc 2019-02-18 21:24:30 -05:00
Chris Caron
75bde9d2a7 travis-ci set to run pep8 tests as part of CI 2019-02-17 23:38:00 -05:00
Chris Caron
eb4c83f3f8 NotifyBase() home of notify(); calls send() in children 2019-02-17 22:48:53 -05:00
Chris Caron
7d9715aa5a refactored and drastically improved throttling functionality 2019-02-17 16:35:09 -05:00
Chris Caron
b1133be85b refactored how +/- prefixed url arguments are handled 2019-02-17 13:45:48 -05:00
Chris Caron
cdd72086ee Implimented overflow support (upstream, truncate, and split) 2019-02-17 09:41:55 -05:00
Chris Caron
0d56da9ac8 added service.url(), apprise.urls(), iter support and pop() 2019-02-17 09:41:55 -05:00
Kaustubh Phatak
761291e65c
Issue 69: Tests for Headers support 2019-02-15 14:37:55 -08:00
Chris Caron
669940390e
Merge branch 'master' into 54-ryver-notifications 2019-02-11 19:52:49 -05:00
Chris Caron
bb7b2dd4ca Phase No 2 - AWS SNS Support using requests; refs #43 2019-02-10 17:42:30 -05:00