dgtlmoon
18f0b63b7d
Ability to specify a list of proxies to choose from, always using the first one by default, See wiki ( #591 )
2022-05-08 20:35:36 +02:00
dgtlmoon
501183e66b
Fix "Add email" button in main global notification settings
2022-04-22 10:51:52 +02:00
dgtlmoon
def74f27e6
Test notification button fixed in main settings ( #556 )
2022-04-21 21:36:10 +02:00
dgtlmoon
9e71f2aa35
Discord:// notification size limit - also includes the notification title
2022-04-20 17:00:21 +02:00
dgtlmoon
2cc6955bc3
Miscellaneous settings form visual improvements ( #535 )
2022-04-09 12:15:34 +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
a440eece9e
Make long reports in the notification error log easier to read
2022-04-08 14:12:42 +02:00
dgtlmoon
34c83f0e7c
[Add email] button in notification settings with a prefix set from NOTIFICATION_MAIL_BUTTON_PREFIX env variable when defined. ( #528 )
2022-04-07 18:18:23 +02:00
dgtlmoon
3034d047c2
Introduce an AJAX button for sending test notifications instead of the checkbox ( #519 )
2022-04-05 18:04:26 +02:00
dgtlmoon
1a19fba07d
Minor tweak to notification token table
2022-03-06 17:10:30 +01: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
14db60e518
Add notification note - tgram:// bots cant send messages to other bots, so you should specify chat ID of non-bot user.
2022-02-04 17:31:32 +01:00
dgtlmoon
03f776ca45
#323 Adding note about discord:// 2000 char limit ( #392 )
...
* Adding note about discord:// 2000 char limit
2022-01-28 10:38:04 +01:00
dgtlmoon
0b0cdb101b
Closes #323 adds link to wiki
2021-12-27 10:14:40 +01:00
dgtlmoon
5a10acfd09
Send diff in notifications ( #296 )
2021-12-10 12:08:51 +01:00
dgtlmoon
3956b3fd68
Re #269 - Show current/correct BASE_URL information ( #271 )
...
* Re #269 - Show current/correct BASE_URL information
2021-12-04 15:23:23 +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