1
0
mirror of https://github.com/caronc/apprise.git synced 2025-03-03 01:21:59 +01:00
Commit Graph

214 Commits

Author SHA1 Message Date
Chris Caron
a023361db4
Added OneSignal Support () 2020-12-29 10:49:33 -05:00
Chris Caron
c7d6aefebb
APPRISE_URLS & APPRISE_CONFIG env variable support added () 2020-12-26 17:36:33 -05:00
Chris Caron
83e3fdc048
Added Google Firebase Cloud Messaging (FCM) Support () 2020-12-23 14:56:28 -05:00
Chris Caron
f68c414801
Zulip to reference the word 'stream' and not 'channel' () 2020-12-14 18:45:54 -05:00
Sebastian Thomschke
fa05cfa81e
Allow hostnames with underscores when parsing URLs () 2020-11-23 19:36:08 -05:00
Chris Caron
2c2722f61f
Use unicode responses recieved from Amazon () 2020-11-14 13:52:00 -05:00
Chris Caron
54c3f6d9df
Added Parse Platform Support () 2020-10-19 20:01:06 -04:00
Chris Caron
52a8317356
LogCapture() class for those wishing to capture notification output () 2020-10-13 14:27:42 -04:00
Chris Caron
53a8d046ce
Header/Meta support added to email plugin () 2020-10-06 16:32:00 -04:00
Chris Caron
3091669b85 SparkPost cc and bcc improvements + test cases () 2020-10-06 14:02:00 -04:00
Chris Caron
89eaffa286
Mailgun cc, bcc, batch processing, and attachment support () 2020-10-06 10:43:46 -04:00
Chris Caron
a2525f671e
SparkPost Notification Support () 2020-10-04 11:14:09 -04:00
Chris Caron
8ca8e51833
MSTeams/Apprise custom template support () 2020-10-02 20:50:27 -04:00
Chris Caron
c732b16d43
Added support for Yandex Email () 2020-09-29 15:16:02 -04:00
Chris Caron
b83bc37522
Copywrite update & support boolean based asset values in YAML config () 2020-09-26 20:26:45 -04:00
Chris Caron
a853546f0f
Strict enforcing of +, -, and : prefixed kwargs in URLs () 2020-09-26 20:14:55 -04:00
Chris Caron
fcd81160be
Added additional security for attachment handling () 2020-09-21 11:26:02 -04:00
Chris Caron
7187af5991
Unit test to prove async_mode flag is behaving as expected () 2020-09-17 19:33:34 -04:00
Chris Caron
784e073eea
Discord markdown enhancements () 2020-09-13 23:06:41 -04:00
Chris Caron
49faa9a201
Lametric Time cloud mode support fixed () 2020-09-13 22:13:27 -04:00
Chris Caron
b1373bf428
Improved YAML configuration parsing () 2020-09-03 13:25:01 -04:00
Chris Caron
8cf638ca9b bumped version to v0.8.8 2020-09-02 07:54:40 -04:00
Chris Caron
397ad4de0f
LaMetric Time supports icon= for custom defined ones () 2020-09-01 21:46:21 -04:00
Chris Caron
cba8599764
YAML extended configuration support for 'include' keyword () 2020-08-28 18:09:32 -04:00
Chris Caron
66d285a57e
Honor deprecation notices by removing them and accompanied code () 2020-08-28 16:49:09 -04:00
Chris Caron
6dfd429b25
Added bulletproofing to configuation parsing () 2020-08-27 17:45:25 -04:00
Chris Caron
25514643f6
Apprise configuration support for 'include' keyword () 2020-08-25 17:54:31 -04:00
Chris Caron
6e1b8a0bd6
Advanced email parsing added; eg: Full Name email@domain.com () 2020-08-18 14:05:29 -04:00
Chris Caron
ca695ed398
Telegram bot owner detection moved from init() to send() () 2020-08-16 22:42:35 -04:00
Chris Caron
aa039e74b2
Python asyncio Integration - Notifications sent Asynchronously () 2020-08-15 20:28:15 -04:00
Chris Caron
4f4b15d47e
Asset passed into AppriseConfig() is now recognized () 2020-08-14 21:40:19 -04:00
Chris Caron
0ef4e45fab
Better Email Internationalization Support () 2020-08-08 21:05:30 -04:00
Chris Caron
ad6316bda0
Improved URL parsing; introducing IPV6 support () 2020-08-08 09:08:49 -04:00
Chris Caron
bc44bdca84
Lametric Time/Clock support added () 2020-08-07 15:27:58 -04:00
Chris Caron
479218da6a
Growl notification library rewrite; gntp now external dependency () 2020-08-04 12:04:23 -04:00
Chris Caron
ffcde046b0
Python 3.9 Beta CI added & Fedora 33 Rawhide support () 2020-08-01 11:58:21 -04:00
Chris Caron
3b8b790871
Added Spontit support () 2020-08-01 09:36:34 -04:00
Chris Caron
a91064af8f
Refactored templating; introduced rto= and cto= URL parameters () 2020-07-31 21:49:38 -04:00
Chris Caron
57cb5f38d2
--input-format (-i) switch added to CLI () 2020-07-28 20:51:05 -04:00
Chris Caron
84feb163aa
Gotify supports extended URL paths beyond just the hostname () 2020-07-27 11:10:54 -04:00
Chris Caron
70b3f51f6a
PopcornNotify Support added () 2020-07-23 10:04:59 -04:00
Chris Caron
9f2f42f715 inline documentation typos/cleanup 2020-07-19 14:59:33 -04:00
Chris Caron
154839e791
Updated Discord API Endpoint for Nov 7th, 2020 Deadline () 2020-07-19 11:08:41 -04:00
Chris Caron
aac8455a5f
Improved CLI parsing; now support keywords containing URLs () 2020-06-09 15:36:03 -04:00
Chris Caron
73046207d5
apprise-api python 3 compatibility bugfix () 2020-06-07 18:13:18 -04:00
Chris Caron
3af32412df
added avatar_url keyword support to Discord; refs () 2020-06-07 14:08:57 -04:00
Chris Caron
b318c4d208
flake8 InvocationError's resolved () 2020-06-07 13:37:07 -04:00
Chris Caron
e9452b6f03
Office 365 Notification (via Email) Support () 2020-05-03 21:34:15 -04:00
Chris Caron
5f3e9462cd
MacOS X Terminal Notifier Support () 2020-03-30 20:13:35 -04:00
Chris Caron
3a8a7711dc ImportErrors thrown if sleekxmpp was missing fixed 2020-03-30 16:59:09 -04:00