Brandon Wees
ace44d0e00
Notifications fix - Discord - added discord webhook base url to truncation rules ( #753 )
...
Co-authored-by: bwees <branonwees@gmail.com>
2022-07-14 17:41:12 +02:00
dgtlmoon
5f9e475fe0
Fix notification apprise application name to changedetection.io #731
2022-06-30 23:11:03 +02:00
dgtlmoon
fba2b1a39d
Notifications regression bug in 0.39.15 - only sent the first notification URL
2022-06-15 17:05:03 +02:00
dgtlmoon
2ba00d2e1d
Notifications log - log what was sent after applying all cleanups
2022-06-14 17:01:13 +02:00
dgtlmoon
19c96f4bdd
Re #555 - tgram:// notifications - strip added HTML tag which is not supported by Telegram
2022-06-14 12:00:21 +02:00
dgtlmoon
ead610151f
Notification log - also log normal requests and make the log easier to find
2022-06-11 23:07:09 +02:00
dgtlmoon
37775a46c6
tgram:// be sure total notification size is always under their 4096 size limit
2022-04-21 16:28:15 +02:00
dgtlmoon
9e71f2aa35
Discord:// notification size limit - also includes the notification title
2022-04-20 17:00:21 +02:00
dgtlmoon
1890881977
Specify our Discord avatar_url as default avatar_url
2022-04-08 18:35:59 +02:00
dgtlmoon
165f794595
Discord:// notifications should be cut to 2000 chars or Discord will not process them. ( #531 + #323 )
2022-04-08 16:32:04 +02:00
dgtlmoon
abaec224f6
Notification error log handler ( #403 )
...
* Add a notifications debug/error log interface (Link available under the notification URLs list)
2022-02-04 19:29:39 +01:00
dgtlmoon
5a10acfd09
Send diff in notifications ( #296 )
2021-12-10 12:08:51 +01:00
ghjklw
ecba130fdb
Enable Markdown and HTML notifications. ( #288 )
...
This change enable defining the notification body as HTML or Markdown. This can be very
useful to have more user-friendly notifications such as:
* applying a heading style to the `{watch_title}` to make it stand out
* creating clickable links using the `{watch_url}`, `{preview_url}` and `{diff_url}`.
Changes
=======
* Add a `notification_format` to the notification settings, defaults to plain text.
* Use the `body_format` parameter of Apprise's `notify` method.
Co-authored-by: Malo Jaffré <malo.jaffre@dunnhumby.com>
2021-12-04 14:41:48 +01:00
dgtlmoon
95e39aa727
Configurable BASE_URL ( #228 )
...
Re #152 ability to over-ride env var BASE_URL, with UI+tests
2021-10-05 18:15:36 +02:00
dgtlmoon
b903280cd0
Re #185 - [feature] Custom notifications templates per watch ( #226 )
...
* Re #185 - [feature] Custom text templates for the notification per monitored entry as override.
Bonus points: Adding validation for apprise URLs
2021-09-17 18:37:26 +02:00
dgtlmoon
98f6f0c80d
Re #225 - Notifications refactor token replacement fix possible missing value for watch_title
2021-09-17 16:02:54 +02:00
Minty
b9e0ad052f
New notification tokens - watch_uuid, watch_title, watch_tag, ( #201 )
...
* New notification tokens ; Tokens added: watch_uuid, watch_title, watch_tag, updated settings description
2021-08-22 22:36:10 +02:00
dgtlmoon
fbe9270528
Re #203 - validate tokens ( #204 )
...
* Re #203 - validate tokens
2021-08-22 18:45:32 +02:00
dgtlmoon
a11b6daa2e
Installation via pip ( #186 )
...
Builder for https://pypi.org/project/changedetection.io/
2021-08-16 15:24:37 +02:00