Commit graph

66 commits

Author SHA1 Message Date
Jeffrey Koehler
fb67dc71cd signal tests 2021-10-25 22:56:35 -05:00
Jeffrey Koehler
8b0116b9f2 rocket chat tests 2021-10-25 20:47:22 -05:00
Jeffrey Koehler
60ad28592d pushy tests 2021-10-25 20:27:06 -05:00
Jeffrey Koehler
a6f14f57cf pushover tests 2021-10-25 02:56:22 -05:00
Jeffrey Koehler
b229f36ea1 pushbullet test 2021-10-25 02:44:22 -05:00
Jeffrey Koehler
d818ce866d promosms tests 2021-10-25 02:37:31 -05:00
Jeffrey Koehler
6ce6d034a8 octopush tests 2021-10-24 04:51:35 -05:00
Jeffrey Koehler
ba3fefa7b8 mattermost tests 2021-10-24 04:16:23 -05:00
Jeffrey Koehler
e0d211cbb4 Matrix tests 2021-10-24 04:05:36 -05:00
Jeffrey Koehler
4f12e942a7 lunasea tests 2021-10-24 01:24:24 -05:00
Jeffrey Koehler
37f486d4e4 Line Tests 2021-10-23 06:49:41 -05:00
Jeffrey Koehler
266333e4f9 gotify tests 2021-10-23 06:05:08 -05:00
Jeffrey Koehler
66f2847937 Feishu tests 2021-10-23 04:55:17 -05:00
Jeffrey Koehler
9a2d47679f aliyun-sms tests 2021-10-22 01:28:31 -05:00
Jeffrey Koehler
2dac1e95a2 discord tests 2021-10-21 22:45:15 -05:00
Jeffrey Koehler
965ce6213b dingding tests and minor fix 2021-10-21 21:57:09 -05:00
Jeffrey Koehler
833feaf073 apprise tests 2021-10-21 19:29:14 -05:00
Jeffrey Koehler
bc4f0f94fa Test for calling notification from Notification.send 2021-10-21 18:19:58 -05:00
Jeffrey Koehler
6be97fbb4d Starting test file for all notifications. 2021-10-21 02:56:52 -05:00
Jeffrey Koehler
1ff1fc6edf add tests for SMTP errors 2021-10-21 02:31:17 -05:00
Jeffrey Koehler
27ce95daf8 add check for what email data was passed to nodemailer 2021-10-21 01:15:06 -05:00
Jeffrey Koehler
bfff6d0207 SMTP notification tests 2021-10-20 23:26:33 -05:00
Louis Lam
c593a962c2
Merge pull request #627 from NixNotCastey/smtp-subject
Add support for custom subject in emails
2021-10-15 00:54:31 +08:00
Louis Lam
c9b4d2ae2a
Merge pull request #698 from erktime/master
Add monitor name context to Slack fallback text.
2021-10-14 23:31:48 +08:00
Louis Lam
f51156f18e run eslint for #687 2021-10-14 16:24:03 +08:00
Louis Lam
8338881927 [SMTP] change {{HOSTNAME}} to {{HOSTNAME_OR_URL}}, support for http montior type, some UI improvements 2021-10-14 16:07:25 +08:00
Louis Lam
674b387c95 Merge branch 'master' into smtp-subject 2021-10-14 14:59:54 +08:00
xJoker
6e04ec436e
Update server/notification-providers/dingding.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
2021-10-14 07:34:45 +08:00
xJoker
2d471a5e84
Update server/notification-providers/dingding.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
2021-10-14 07:34:33 +08:00
xJoker
cae194f58f
Update server/notification-providers/dingding.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
2021-10-14 07:34:24 +08:00
Aaron Erkenswick
655ccc86b9 Add monitor name context to Slack fallback text.
The text block of a slack notification payload is used for mobile
devices and plain text previews. This change allows slack users to see
the name of the failing service without having to open up Slack to read
the entire message.
2021-10-13 11:47:23 -07:00
Lukas
89b34b5748 Use double curly brackets and sanity check for customSubject 2021-10-13 18:05:18 +02:00
wuwenjing
843992c410 Add DingDing notification 2021-10-13 16:13:46 +08:00
wuwenjing
57a76e6129 remove alicloud/pop-core keep simple 2021-10-13 14:41:59 +08:00
Lukas
330cd6e058
Minor rehabilitanty impedyment
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
2021-10-13 07:32:09 +02:00
wuwenjing
a2f2253221 Add aliyun sms notification 2021-10-13 11:55:01 +08:00
Lukas
30d8aadf12 Slightly refactor 2021-10-12 23:24:34 +02:00
xJoker
1bc77a06e5
Update server/notification-providers/feishu.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
2021-10-11 20:38:32 +08:00
xJoker
69c623ac2b
Update server/notification-providers/feishu.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
2021-10-11 20:38:19 +08:00
wuwenjing
ce2df137e6 change text to using variable msg 2021-10-11 17:53:13 +08:00
wuwenjing
6d9b71c054 Add Feishu notification 2021-10-11 17:20:09 +08:00
Lukas
792f3c7c5c Add support for values of Name, Hostname and Status 2021-10-09 21:48:28 +02:00
Lukas
5e3ea3293c Very basic email subject customization 2021-10-09 20:32:45 +02:00
Lukas
db791c880a
Don't use then with await. 2021-10-08 11:49:12 +02:00
Lukas
dfd63386ba
Make PromoSMS actually working
Make PromoSMS actually working and inform on success only when API return 0
2021-10-08 09:11:13 +02:00
Lukas
12b5489eb5 PromoSMS as Notification Provider
Add PromoSMS (Polish SMS Gateway) as new notification provider
2021-10-07 21:56:32 +02:00
LouisLam
ddad2dcb4a Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/languages/en.js
2021-10-08 01:40:34 +08:00
LouisLam
5b4af550fb Merge branch 'master' into DeeJayPee_master 2021-10-08 01:27:06 +08:00
LouisLam
3a0143ac46 [matrix] use encodeURIComponent to handle the url encode 2021-10-08 01:11:33 +08:00
LouisLam
2ce5c28ed4 Merge branch 'master' into feature/matrix-notifications
# Conflicts:
#	src/languages/en.js
2021-10-08 00:59:39 +08:00