Commit Graph

299 Commits (8448dbb63aec7614081db1b7df99b036301680a7)

Author SHA1 Message Date
Chris Caron d5dfbf74fa
Token details + internationalization (i18n) support; refs #59
6 years ago
Chris Caron 4c375c8a05
Added sound support to Pushover Notifications; refs #113
6 years ago
Chris Caron 554c7f0b10
Rocket.Chat Refactored for Webhook Support; refs #107
6 years ago
Chris Caron ac56a409a0
Added default configuration paths for Microsoft users (#111)
6 years ago
Chris Caron 9a26de53c3 disabled logging for subsequent tests
6 years ago
Chris Caron 51a5ce344a
Support Slack URLs missing channel references (#108)
6 years ago
Chris Caron 55fb17280e
Added Twilio Support (#106)
6 years ago
Chris Caron 28b67d42f3
Better handling of multiple URLs delimited by space/comma
6 years ago
Chris Caron 25f5066e27
Added Mailgun support; refs #101
6 years ago
Chris Caron 22735babea added missing assert check
6 years ago
Chris Caron 2c080d7269 fixed bug preventing email as userid for custom emails; refs #101
6 years ago
Chris Caron 4e35d5fe48 Cisco Webex Teams Notification Support; refs #95
6 years ago
Chris Caron 5997f6d6c5
Merge pull request #97 from caronc/logging-customization
6 years ago
Chris Caron 4a86a724b0 Microsoft Teams Notification Support; refs #94
6 years ago
Chris Caron de5c5e4331 Added deprecate and trace logging directives
6 years ago
Chris Caron 02dd6dd8b3 test to verify no double url str escaping occurs
6 years ago
Chris Caron 842de28191 normalize plugin classes mass code cleanup
6 years ago
Chris Caron 1c757d8032 Gitter Notification Support
6 years ago
Chris Caron ab2bd92aed XMPP Notification Support; refs #40
6 years ago
Chris Caron 27c793d301
Merge pull request #88 from caronc/80-matrix-refactoring-part-two
6 years ago
Chris Caron 3cc060f3ea Added Flock Notification Support
6 years ago
Chris Caron 28e490ab67 Merged Matrix Webhook functionality with server config; refs #80
6 years ago
Chris Caron 96064cff25 Dynamic module loading; just drop in plugins now
6 years ago
Chris Caron d2262e9167 Added Gotify Support; refs #23
6 years ago
Chris Caron 6b875ac093 Complete refactoring of entire Matrix plugin; refs #80
6 years ago
Chris Caron 741d244c5a escape_html bulletproofing
6 years ago
Chris Caron 268d11f181 title handling and bulletproofing
6 years ago
Chris Caron 643dc3f561 updated granularity of logging - include warning
6 years ago
Chris Caron 1f9daeaa2b Config file support added for http & file (yaml); refs #55
6 years ago
Chris Caron 0ab86c2115 Config file support added for http & file (text); refs #55
6 years ago
Chris Caron 81b6e7a212 handle ValueError Exception via Gnome import; refs #75
6 years ago
Chris Caron 9f1f2059d9 handle ValueError Exception via Dbus import; refs #75
6 years ago
Chris Caron 8e284f159f random test failing on split() fix
6 years ago
Chris Caron 9bd0144112 experimented with sphinx function inline doc
6 years ago
Chris Caron 75bde9d2a7 travis-ci set to run pep8 tests as part of CI
6 years ago
Chris Caron eb4c83f3f8 NotifyBase() home of notify(); calls send() in children
6 years ago
Chris Caron 7d9715aa5a refactored and drastically improved throttling functionality
6 years ago
Chris Caron b1133be85b refactored how +/- prefixed url arguments are handled
6 years ago
Chris Caron cdd72086ee Implimented overflow support (upstream, truncate, and split)
6 years ago
Chris Caron 0d56da9ac8 added service.url(), apprise.urls(), iter support and pop()
6 years ago
Kaustubh Phatak 761291e65c
Issue 69: Tests for Headers support
6 years ago
Chris Caron 669940390e
Merge branch 'master' into 54-ryver-notifications
6 years ago
Chris Caron bb7b2dd4ca Phase No 2 - AWS SNS Support using requests; refs #43
6 years ago
Chris Caron 90d421cbc8 Phase No 1 - AWS SNS Support using boto3; refs #43
6 years ago
Chris Caron d515f99881 Added Ryver support; refs #54
6 years ago
Chris Caron 43f6aa33e5
Merge pull request #66 from caronc/34-tag-notification-support
6 years ago
Chris Caron 7661b34f9c
Merge pull request #65 from caronc/36-kde-notifications
6 years ago
Chris Caron e95bfcf6fd DBus Support - kde://, qt://, dbus://, and glib:// added; refs #36
6 years ago
Chris Caron fd81829d97 added ability to tag notifications; refs #34
6 years ago
Chris Caron c2507617cd
Merge pull request #58 from caronc/53-discord-formatting-bug
6 years ago
Chris Caron 5092819849 text clarification (copy/paste leftover fix)
6 years ago
Chris Caron bf1b61d23c
Merge branch 'master' into 56-decommission-stride
6 years ago
Chris Caron d943a7c0a0
Merge branch 'master' into 46-decommission-palot
6 years ago
Chris Caron 23e7a58ff7
Merge branch 'master' into 46-decommission-toasty
6 years ago
Chris Caron 1b924d09b1
Merge branch 'master' into 46-pjet-selfhost-support-only
6 years ago
Chris Caron 084997d33e Removal of stride:// as service is going down on 2019.02.15; refs #56
6 years ago
Chris Caron 7345481a4e Updated of pjet:// docs+url as online service is no longer available; refs #46
6 years ago
Chris Caron fa6e34eb86 Removal of palot:// as service is no longer available; refs #46
6 years ago
Chris Caron 37c100c10f Removal of toasty:// as service is no longer available; refs #46
6 years ago
Chris Caron a97bc50ee4 Added Pushed Notification support; refs #45
6 years ago
Chris Caron bfdeb340f5 updated discord to default to notify_text; refs #53
6 years ago
Chris Caron a2c44cf90b telegram markdown support added; refs #52
6 years ago
Chris Caron b5066e90a0 NotifyGnome code cleanup + pep8 fixes; refs #36
6 years ago
Chris Caron 5efba29730 Gnome Notification Support added; refs #36
6 years ago
Chris Caron 0a0ce64ad7 Converted to MIT Licensing; refs #47
6 years ago
Chris Caron da902c228c Added contributions file and docs for Matrix support; refs #28
6 years ago
Wim de With e857600d55 Add Matrix notify plugin
6 years ago
lead2gold 0621e2ff4a Merge pull request #24 from sentriz/patch-1
6 years ago
Chris Caron e02940dab4 finished applying meta data for details() function; refs #21
6 years ago
Chris Caron 4479a7f71b details() preview commit for review; refs #21
6 years ago
Chris Caron 5970eb590a coverage updates (keep to 100%)
6 years ago
Chris Caron 68270459d0 Windows notification support; refs #14
6 years ago
Chris Caron 804e27c5fd deprication warning cleanup
6 years ago
Chris Caron dbab994f37 pep8 fixes
6 years ago
Chris Caron 83200d6e58 bulletproof added to socket handling of email; refs #15
6 years ago
Chris Caron 6177e6553f EmailPlugin now better supports to= variable; fixes #11
7 years ago
geeseven 97c18d2c3b remove NMA, see #9
7 years ago
Chris Caron 7e38921835 refactored how plugins inheritied properties
7 years ago
Chris Caron b040e232ae enhanced Discord formatting with markdown; refs #10
7 years ago
Chris Caron 2a64c6bafb refactored cli; renaming notify.py to apprise + testing
7 years ago
Chris Caron 1002f60be1 skip tests that fail when ran as root user
7 years ago
Chris Caron afddd9e897 Added IFTTT support; fixes #7
7 years ago
Chris Caron c4b3d1768b Added Stride Support + Testing; refs #6
7 years ago
Chris Caron 16f1c2b78c Emby Support + testing; refs #2
7 years ago
Chris Caron 5b9be6bcc4 Telegram improvements; AppriseAsset refactoring
7 years ago
Chris Caron 87e6eb6cf2 Added Discord Support; refs #4
7 years ago
Chris Caron 602b9bab6f markdown support
7 years ago
Chris Caron a03525a859 100% test coverage
7 years ago
Chris Caron cc79763b3f more unit tests; 90% coverage
7 years ago
Chris Caron f8c3d35f8c more tests 70% coverage now!
7 years ago
Chris Caron 82c5a11e5b more unittesting + bugfixes
7 years ago
Chris Caron 6cca5946e1 NotifyEmail unit tests
7 years ago
Chris Caron 0f6905a2cf added MatterMost unit tests
7 years ago
Chris Caron d767c3a95c added NotifyJSON unittests
7 years ago
Chris Caron a65a8a8373 more refactoring and unittest completion
7 years ago
Chris Caron 9c4502a18b python v3 support + refactored testing and ci
7 years ago
Chris Caron 1311782bed Apprise and AppriseAsset unittesting + bugfixes
7 years ago
Chris Caron 88ea283b95 massive refactoring; pep8 enhancments refs #1
7 years ago
Chris Caron a8f57a8b6e initial commit
7 years ago