Commit Graph

149 Commits

Author SHA1 Message Date
Andreas Motl
c81d2465e4
Tests: Use global no_throttling_everywhere fixture (#701)
Instead of needing to individually disable throttling on a per-plugin
basis, this fixture takes care of all notifiers in `NOTIFY_MODULE_MAP`
automatically. With `autouse=True`, there is no need to activate it
manually.
2022-10-16 10:48:44 -04:00
Andreas Motl
c797d1e2eb Tests: Use no_throttling fixture everywhere 2022-10-14 14:51:44 +02:00
Andreas Motl
41b4ddb942
Use super() instead of super(__class__, self) (#686)
Removes some further Python 2 intricicanties.

It is `ruff` rule SPR001, taken from `flake8-super`.
- https://github.com/charliermarsh/ruff#rules
- https://pypi.org/project/flake8-super/

Implemented with:

  ruff --select SPR001 apprise test --fix
2022-10-09 10:00:24 -04:00
Andreas Motl
00afe4e5b6
Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680) 2022-10-07 20:28:36 -04:00
Chris Caron
4a87d45879
Apprise HTML/MARKDOWN/TEXT Translation Handling Refactoring (#575) 2022-04-28 19:14:49 -04:00
Chris Caron
fe83c62669
Refactored Unit Testing and Dependencies (#483) 2021-11-25 15:20:22 -05:00
Chris Caron
76700bfa1d
Refactored Slack plugin to allow users to switch between payload types (#482) 2021-11-13 08:33:38 -05:00
Chris Caron
245e57cca9
Apprise API Integration (#459) 2021-10-30 16:59:20 -04:00
Chris Caron
ac7eb86185
Telegram Silent Notification and Web Page Preview Controls Added (#466) 2021-10-24 22:20:30 -04:00
Spencer Phillip Young
e8add7b95a
Add supplementary url support for pushover (#468) 2021-10-24 22:20:05 -04:00
t-900-a
5badfadf7f
Add support for streamlabs (#427) 2021-09-18 14:49:05 -04:00
Chris Caron
1916a9105d
Added HTML support for Pushover plugin (#437) 2021-09-06 13:55:40 -04:00
Chris Caron
81d1ea72bc
Nextcloud versioning support added (#432) 2021-08-29 12:02:56 -04:00
Chris Caron
a888b85f8e
Matrix HTML and Markdown Support (#431) 2021-08-29 11:29:30 -04:00
Chris Caron
06b6ed4d2c
Added DingTalk Support (#200) 2021-08-11 07:37:58 -04:00
Chris Caron
bca44c02a5
ModuleNotFoundError exception on sys.exit() bugfix (#417) 2021-08-08 12:09:59 -04:00
Chris Caron
0b26d1c884
Rocket.Chat basic message structure fix (#419)
You only can send alias and avatar properties if your user has the bot role. We implement this rule to avoid users to impersonate other users. - quoted from Rocket.Chat website

This update accounts for this restriction
2021-08-08 11:44:12 -04:00
Chris Caron
8a455695ba
Refactored the way phone numbers are managed (#408) 2021-07-28 10:32:10 -04:00
Chris Caron
51f91972c2
Added SMTP2Go (with Attachment) Support (#389) 2021-05-15 20:29:37 -04:00
Chris Caron
975b1721af
Fixed MSTeams webhook handling for new format (#380) 2021-05-02 10:11:51 -04:00
Chris Caron
9af0050ca1
Reddit Notification Support (#366) 2021-03-04 10:02:26 -05:00
Chris Caron
9e9b140642
Microsoft Teams Webhook to include team name in URL (#361) 2021-02-22 14:35:28 -05:00
Chris Caron
62dd5bab5c test coverage added 2021-02-17 17:44:10 -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
Chris Caron
5f945ceef7
Cleaned up Mattermost Integration (#355) 2021-02-06 14:55:49 -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
Chris Caron
4037d8726e OneSignal code cleanup 2020-12-30 16:29:23 -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
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
Chris Caron
54c3f6d9df
Added Parse Platform Support (#212) 2020-10-19 20:01:06 -04:00
Chris Caron
89eaffa286
Mailgun cc, bcc, batch processing, and attachment support (#308) 2020-10-06 10:43:46 -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
Chris Caron
a853546f0f
Strict enforcing of +, -, and : prefixed kwargs in URLs (#302) 2020-09-26 20:14:55 -04:00
Chris Caron
784e073eea
Discord markdown enhancements (#295) 2020-09-13 23:06:41 -04:00
Chris Caron
49faa9a201
Lametric Time cloud mode support fixed (#293) 2020-09-13 22:13:27 -04:00
Chris Caron
397ad4de0f
LaMetric Time supports icon= for custom defined ones (#287) 2020-09-01 21:46:21 -04:00
Chris Caron
66d285a57e
Honor deprecation notices by removing them and accompanied code (#283) 2020-08-28 16:49:09 -04:00
Chris Caron
ad6316bda0
Improved URL parsing; introducing IPV6 support (#269) 2020-08-08 09:08:49 -04:00
Chris Caron
bc44bdca84
Lametric Time/Clock support added (#267) 2020-08-07 15:27:58 -04:00
Chris Caron
3b8b790871
Added Spontit support (#253) 2020-08-01 09:36:34 -04:00
Chris Caron
84feb163aa
Gotify supports extended URL paths beyond just the hostname (#259) 2020-07-27 11:10:54 -04:00
Chris Caron
70b3f51f6a
PopcornNotify Support added (#148) 2020-07-23 10:04:59 -04:00
Chris Caron
154839e791
Updated Discord API Endpoint for Nov 7th, 2020 Deadline (#250) 2020-07-19 11:08:41 -04:00
Chris Caron
3af32412df
added avatar_url keyword support to Discord; refs #234 (#237) 2020-06-07 14:08:57 -04:00
Chris Caron
b318c4d208
flake8 InvocationError's resolved (#238) 2020-06-07 13:37:07 -04:00