Simon Nilsson
5361626aed
Update server/notification-providers/cellsynt.js
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
8 months ago
Simon Nilsson
c39348aea3
Merge branch 'master' into notification-provider-cellsynt
8 months ago
Simon Nilsson
f5e7d438d8
Fixed errors
8 months ago
Simon Nilsson
9c66c46d51
Fixed errors
8 months ago
Simon Nilsson
0e39ebe567
Fix errors
8 months ago
Simon Nilsson
d92918c67d
Fix errors
8 months ago
Simon Nilsson
8004c650be
Notification provider cellsynt ready
8 months ago
Simon Nilsson
23af76c43d
Modified files and last correction
8 months ago
Simon Nilsson
300c21d3ab
Remove timestamp in notification because phone already show it in SMS log
8 months ago
Simon Nilsson
cbda7c6379
Notification provider testing now working
8 months ago
Simon Nilsson
21bbf3e1da
added files
8 months ago
Elliot Matson
5bc68fe0a7
Google chat cards ( #3928 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
8 months ago
OptimusGREEN
bc077cc536
add notification channel for home assistant ( #4541 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Seb <144435+rmtsrc@users.noreply.github.com>
8 months ago
Frank Elsinga
0e3b3a9ab8
Made sure that more of the async usages are awaited ( #4574 )
8 months ago
Frank Elsinga
a9a1cf1353
Chore: General notification reformatting ( #3182 )
...
- I unified where in file the name of `NotificationProvider.name` is placed
- I made sure that all the providers adhere to the signature of `NotificationProvider.send()`
- I made sure that all the providers use `okMsg` if returning success messages directly from the function.
Here a discussion should be had:
Should this be refactored into a constant of `NotificationProvider`? I could imagine that `NotificationProvider.SENDING_SUCCESSFULL` could be a suitable alternative.
- I made sure all providers have the URL they `POST`/`GET` to be extraced into a variable.
=> refactored this way due to Nelsons suggestion
8 months ago
Frank Elsinga
1db750a2e1
Merge branch 'master' into hevans/add-heii-on-call-notification-provider
8 months ago
Simon Nilsson
d4d353ccfd
Adding template files
8 months ago
taschenuhr
9789931edf
Merge branch 'master' into feature/msteams-adaptivecards
8 months ago
taschenuhr
4aaa0b92fb
fix test notification after method refactoring
8 months ago
Frank Elsinga
e2239bc7b7
Merge branch 'master' into hevans/add-heii-on-call-notification-provider
8 months ago
taschenuhr
8bd69d78a8
some more tweaking of the card content and notification summary
9 months ago
taschenuhr
cc09147b4b
fix adding optional ActionSet
9 months ago
taschenuhr
b8941403d1
code cleanup
9 months ago
taschenuhr
5b87da94b3
push notificationMessage to card header and add action button to dashboard
9 months ago
taschenuhr
7756070c57
refactor MS-Teams notification to use adaptive cards
9 months ago
Frank Elsinga
1fdb7e48ed
Formatting fixes
9 months ago
Frank Elsinga
cc000117ca
Updated the code to look more like the other notification providers
9 months ago
Humberto Evans
5a9c3ad353
move try/catch into main control flow and more from code review comments
9 months ago
Humberto Evans
4cdc8f344b
Apply suggestions from code review
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
9 months ago
Humberto Evans
f254940b64
spell things correctly
9 months ago
Humberto Evans
71dd5e2369
do not assume missing heartbeat is a test
9 months ago
Humberto Evans
e8fada9386
set url to heii on call prod
9 months ago
Humberto Evans
93ac212aef
Add Heii On-Call
9 months ago
Philip Klostermann
95125cc417
[Ntfy] don't include url action with defaut URL value
10 months ago
Philip Klostermann
20b69acde2
[Ntfy] Only include action link if monitor url is defined #3274
10 months ago
AnnAngela
b4e45c7ce8
fix(notification-dingding): throw error when failed ( #3598 )
10 months ago
Louis Lam
2a315d4c84
Merge branch '1.23.X' into merge
...
# Conflicts:
# package-lock.json
# package.json
11 months ago
Louis Lam
8151ac0e25
Fix Async child process output issue ( #4231 )
11 months ago
Louis Lam
c5d9c54a04
Merge branch 'master' into 1.23.X-merge-to-2.X.X-2
...
# Conflicts:
# package.json
12 months ago
Louis Lam
81c9900e23
Merge branch '1.23.X' into 1.23.X-merge-to-2.X.X-2
...
# Conflicts:
# docker/debian-base.dockerfile
12 months ago
Louis Lam
1708b67949
Change execSync/spawnSync to async ( #4123 )
...
* WIP
* Add missing await
* Update package-lock.json
12 months ago
Nenad Gal
01855e0ffe
monitor path as a notification title mattermost ( #3801 )
12 months ago
atmaniak
9b599ccd1d
Add Grafana Oncall notification provider ( #2783 )
...
* Add Grafana Oncall notification provider
* Fix linter errors
* Remove useless variables
* Remove test message
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* spelling consistency
* Update server/notification-providers/grafana-oncall.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Update server/notification-providers/grafana-oncall.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* eslint requirements
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
* Add Grafana Oncall translation
* Update src/components/notifications/GrafanaOncall.vue
Co-authored-by: Frank Elsinga <frank@elsinga.de>
* Check empty url
---------
Co-authored-by: Emmanuel Cohen <emmanuel.cohen@bso.co>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
1 year ago
Frank Elsinga
3fcb7bf181
Feature: SMTP-templating of `customBody` and `customHeader` via liquidjs ( #3414 )
...
* replaced the regex replacement engine with `Liquid`
* added custom bodys
* fixed a typo
* formatting fixes
* switched all template-variables to be camelCase
1 year ago
Frank Elsinga
0fe8d04f78
made the way telegram handles axios errors like all the other notification providers ( #3623 )
1 year ago
Chongyi Zheng
499429858c
Use API v2 for Bark notification ( #2759 )
...
* Use API v2 for Bark notification
* API v2 endpoint should end with path `/push`
* Support both v1 and v2
* Flip the bool
* Allow selecting api version
* Apply review suggestion
Co-authored-by: Nelson Chan <3271800+chakflying@users.noreply.github.com>
* Add translated string to `en.json`
* Apply review suggestion
Co-authored-by: Nelson Chan <3271800+chakflying@users.noreply.github.com>
---------
Co-authored-by: Nelson Chan <3271800+chakflying@users.noreply.github.com>
1 year ago
Louis Lam
a13fc7079e
Merge branch 'master' into 2.0.X
...
# Conflicts:
# package-lock.json
1 year ago
Lior Slakman
c0e273df5b
Show hostname:port for gamedig monitor on Discord notification ( #3643 )
1 year ago
Frank Elsinga
1772158d62
fixed opsgenieRegion not being the same enum between the frontend and backend ( #3616 )
1 year ago
Louis Lam
31c00081fa
Merge branch 'master' into 2.0.X
1 year ago