Customisable notifications (#123)

* Customisable notifications (#121)
* Test improvements
* Setup BASE_URL environment in test

Co-authored-by: dtomlinson91 <53234158+dtomlinson91@users.noreply.github.com>
This commit is contained in:
dgtlmoon
2021-07-13 18:48:21 +10:00
committed by GitHub
parent 655a350f50
commit dad48402f1
14 changed files with 330 additions and 92 deletions

View File

@@ -152,3 +152,6 @@ class globalSettingsForm(Form):
notification_urls = StringListField('Notification URL List')
extract_title_as_title = BooleanField('Extract <title> from document and use as watch title')
trigger_check = BooleanField('Send test notification on save')
notification_title = StringField('Notification Title')
notification_body = TextAreaField('Notification Body')