Commit Graph

786 Commits

Author SHA1 Message Date
Chris Caron
e1fd95ebd4 bumped version v1.7.1 2023-12-28 14:42:08 -05:00
Chris Caron
c8d9750873
Resolved ConfigMemory AttributeError Exception (#1032) 2023-12-28 14:12:06 -05:00
Chris Caron
c47de7fc73 bumped version to v1.7.0 2023-12-27 20:47:29 -05:00
Chris Caron
d6e0d2ee07
tgram:// support for topic values as target arguments (#1028) 2023-12-27 20:10:24 -05:00
Chris Caron
9dcf769397
Load Dynamic Libraries and Emoji Engine on Demand (#1020) 2023-12-27 14:23:13 -05:00
Chris Caron
34a26da4f4
Added BulkVS Support (#1014) 2023-12-22 17:43:49 -05:00
Chris Caron
2228bda1dd
Added SMS Manager Support (#1018) 2023-12-17 14:04:45 -05:00
Chris Caron
cda692594d
Test Coverage and Code Tidy (#1015) 2023-12-17 12:03:29 -05:00
Chris Caron
a175f16eb7
httpSMS Support Added (#1017) 2023-12-17 11:57:04 -05:00
Chris Caron
524eba6455
Added WeCom Bot Support (#1016) 2023-12-16 17:01:00 -05:00
Chris Caron
a8e24eab52
Added APRS document references (#1013) 2023-12-16 10:59:37 -05:00
Joerg Schultze-Lutter
d7166a270f
APRS (Automated Packet Reporting System) Ham Radio plugin (#1005) 2023-12-15 22:06:12 -05:00
Chris Caron
76831f9a8b
Apprise Emoji Support Added (#1011) 2023-12-15 21:59:58 -05:00
Alexandre Detiste
eb4e47cc45
remove leftover bits of Python2 support (#1012) 2023-12-13 17:39:21 -05:00
Chris Caron
a25ff00b9d
Added Synology Chat support (#944) 2023-11-19 12:07:27 -05:00
Chris Caron
ccb97bc92e
Discord user/role ping support added (#1004) 2023-11-19 11:13:27 -05:00
Chris Caron
c49976237a
Updated bark:// documentation to reflect SSL support (#1003) 2023-11-18 15:23:35 -05:00
colin-gourlay
2fd0b2bc44
Update SECURITY.md (#1002) 2023-11-18 14:57:39 -05:00
Chris Caron
f1d697fce0
Added (Simple) Threema Gateway Support (#993) 2023-11-15 21:56:29 -05:00
Chris Caron
0c5bd8afe1
Improved YAML group support (#998) 2023-11-13 21:38:41 -05:00
Chris Caron
7e87807f90
Added test case to test verify complex mailto:// parsing (#991) 2023-11-05 12:49:09 -05:00
rugk
bd90f376eb
Use label to distinguish new notification requests from general enhancements (#987) 2023-11-01 22:10:27 -04:00
Chris Caron
0c0d5da624 bumped version to v1.6.0 2023-10-15 16:11:15 -04:00
Chris Caron
bd28bf9651
Notifiarr footer and icon attributes set (#977) 2023-10-15 15:53:34 -04:00
Chris Caron
97c7af4c4a
Matrix login URL updated to accommodate newer API (#970) 2023-10-15 15:03:08 -04:00
Chris Caron
f6b53ac556
Nextcloud and Nextcloud Talk url_prefix support (#975) 2023-10-15 13:15:52 -04:00
Chris Caron
34e52e5d92
Switch License to BSDv2 (from v3) as it's less restrictive (#976) 2023-10-13 17:08:01 -04:00
Chris Caron
8e54bba4a7 updated handling of parse_url secure flag check 2023-10-08 16:44:46 -04:00
Chris Caron
480d0e0bbc
URLBase() supports calls to url() for generic responses (#973) 2023-10-08 14:15:58 -04:00
Chris Caron
902f39cd58
Twitter supports x:// to align with it's new re-branding (#971) 2023-10-08 08:56:00 -04:00
Chris Caron
ae0c412b41
Notifiarr Support (#953) 2023-10-07 17:40:41 -04:00
Chris Caron
be73b03a98 type-o fixed in LICENSE 2023-10-07 17:22:49 -04:00
Chris Caron
fdc85f502d
Group/Alias Configuration Support (#967) 2023-10-07 17:01:06 -04:00
Chris Caron
c34a44fe5f
MSG91 Complete Refactor to Accommodate Upstream Changes (#966) 2023-10-06 16:30:57 -04:00
Chris Caron
7326c7e08b
Refactored Pushover to better handle devices (less remote queries) (#964) 2023-10-01 09:49:50 -04:00
Chris Caron
b1032226ee
Dropped Novu Sponsor Reference (#960) 2023-09-22 20:10:55 -04:00
Chris Caron
e9c4de4020
Fixed Email password handling when user= specified (#947) 2023-09-17 13:35:17 -04:00
Chris Caron
1b2d1ca824
MQTT Service logs a successful transmission (#946) 2023-09-10 16:17:33 -04:00
Chris Caron
15e16ad53a
Custom XML Service improvements using params (#945) 2023-09-10 11:36:23 -04:00
Peter Dave Hello
f6f73b69b8
Minimize apt installed packages in Dockerfile (#943)
Use `apt-get install` with `--no-install-recommends` to void unnecessary
packages, and manually add `dbus` package to prevent build failure with
command `pip install --no-cache-dir dbus-python PyGObject` like below:

> #0 22.28       Program dbus-run-session found: NO
> #0 22.28
> #0 22.28       ../test/meson.build:72:19: ERROR: Program 'dbus-run-session' not found or not executable
2023-09-09 14:22:51 -04:00
Chris Caron
f799066e0f
Custom JSON wrapper updated to properly remap keys (#920) 2023-09-09 14:20:48 -04:00
Chris Caron
e2f619846d added Fedora 39 and Rawhide Docker files for testing 2023-09-09 11:18:46 -04:00
Chris Caron
524c1e9d4b
EPEL RPM Spec update to build on koji server (#936) 2023-09-09 11:00:29 -04:00
Peter Dave Hello
b34654bc3f
Clean up apt lists after installation in Dockerfile (#940) 2023-09-04 14:43:34 -04:00
Peter Dave Hello
f84d604a22
Use pip install with --no-cache-dir inside Docker (#939) 2023-09-04 08:19:28 -04:00
Chris Caron
be3baed7e3 Default file attachment size restriction increased to 1GB 2023-08-27 16:54:21 -04:00
Chris Caron
5f9752b0a5 bumped version to v1.5.0 2023-08-27 13:20:35 -04:00
Chris Caron
ff6b3cc600 reporting improved when an instantiation test fails 2023-08-27 13:19:36 -04:00
Chris Caron
c41e7e6374 Fixed ResourceWarning: unclosed file with macosx 2023-08-27 12:56:55 -04:00
Chris Caron
f82934a815
Prevent gettext() from installing to global _ namespace (#821) 2023-08-21 20:11:26 -04:00