Commit Graph

810 Commits (429788ef87d010ced19e69cf2262d59b55f504cf)

Author SHA1 Message Date
hunterlong 429788ef87 fixes, go mod 2019-11-22 13:17:37 -08:00
hunterlong dd2f3bed66 go modules 2019-11-22 11:20:19 -08:00
Hunter Long 89a69927a9
go mod 2019-11-22 11:08:12 -08:00
hunterlong 97b30c2418 go modules 2019-11-22 11:01:58 -08:00
hunterlong 59011277ed go modules 2019-11-22 10:48:34 -08:00
hunterlong 47bda5215f go modules 2019-11-22 10:42:58 -08:00
Hunter Long 6d78fceffc quick notifier fix 2019-11-05 19:35:01 -08:00
Hunter Long c4d1cdcf0e
Merge pull request #268 from zeeZ/fix-server-name-verification
Use hostname from request URL for server name verification.
2019-11-05 12:25:42 -08:00
Hunter Long 869fb35ab7
Merge branch 'master' into fix-server-name-verification 2019-11-05 12:25:22 -08:00
hunterlong f5ceed84cf xgo 2019-11-05 11:27:49 -08:00
hunterlong b25b96ef02 fixed mobile issue 2019-11-05 09:59:14 -08:00
Hunter Long f0447d6736
Update FUNDING.yml 2019-11-05 09:00:33 -08:00
Hunter Long 462373b761
Merge pull request #271 from hunterlong/update
Update
2019-10-28 08:22:47 -07:00
Hunter Long f301325f2a
Merge branch 'master' into update 2019-10-28 08:22:39 -07:00
hunterlong 006f02d4d4 tests 2019-10-25 16:58:12 -07:00
Hunter Long b640bae63f
Create FUNDING.yml 2019-10-25 15:34:29 -07:00
Hunter Long 417ec091a7
Update .gitattributes 2019-10-25 15:32:46 -07:00
zeeZ 5bdc254bef Honor header override in hostname verification 2019-10-25 23:05:26 +02:00
zeeZ 5469c01fff Use hostname from request URL for server name verification. 2019-10-25 19:21:45 +02:00
Hunter Long 8aa2dba41c update 2019-10-25 08:13:32 -07:00
hunterlong 2fd1332906 minor fix - package updates 2019-10-24 16:17:05 -07:00
Hunter Long c6da1ad683
Update version.txt 2019-10-15 08:58:33 -07:00
Hunter Long 4c7e360c40
Merge pull request #143 from v4lerio/patch-1
Update main.js
2019-10-15 08:58:17 -07:00
Hunter Long ef0d9594b6
Merge branch 'master' into patch-1 2019-10-15 08:58:09 -07:00
Hunter Long 37ed995fb4
Merge pull request #241 from tufanbarisyildirim/feature/notify-state-change
bypass notifier limits if the state is changing first time with that event
2019-10-15 08:56:53 -07:00
Hunter Long c1cc5b5179
Merge branch 'master' into feature/notify-state-change 2019-10-15 08:56:46 -07:00
Hunter Long d73a957e83
Merge pull request #242 from tufanbarisyildirim/fix/back-online
fix back online scenario we broke in pull request #234
2019-10-15 08:55:44 -07:00
Hunter Long 81ebf51a70
Merge branch 'master' into fix/back-online 2019-10-15 08:55:33 -07:00
Hunter Long bbd553c5bb
Merge pull request #253 from tufanbarisyildirim/feature/custom-dialer
Feature/custom dialer
2019-10-15 08:53:53 -07:00
Hunter Long a9e9c36510
Merge branch 'master' into feature/custom-dialer 2019-10-15 08:53:15 -07:00
Hunter Long bac38da703
Merge pull request #256 from tufanbarisyildirim/feature/verify-ssl-to-bulk-import
add verifyssl field to csv import handler.
2019-10-15 08:51:50 -07:00
Hunter Long 02fae1a239
Merge branch 'master' into feature/verify-ssl-to-bulk-import 2019-10-15 08:51:34 -07:00
Hunter Long c06c3233d9
Merge pull request #257 from jimmycasey/master
Fixed incorrect service status on prompt.
2019-10-15 08:49:32 -07:00
Hunter Long d63ed869b5
Merge branch 'master' into master 2019-10-15 08:49:27 -07:00
Hunter Long fbaae2f12d
Merge pull request #258 from l0nax/feature/status_updates
Add "Notify User only on Change"-Feature
2019-10-15 08:49:01 -07:00
Hunter Long a3ef0bc016
Merge branch 'master' into feature/status_updates 2019-10-15 08:47:15 -07:00
Hunter Long d7736d28d6
Merge pull request #261 from dogrocker/patch-1
Update line_notify.go
2019-10-15 08:46:37 -07:00
Kanin Peanviriyakulkit ca2a7e69ba
Update line_notify.go
I think we should send notify when update the Access token.
2019-10-09 15:46:40 +07:00
Emanuel Bennici d462e54053
Replace all `core.*` Code Lines from notifier Package
Replace all `core.*` Code Lines from notifier Package with the new
Fields of the Service-Struct.
2019-10-04 17:25:57 +02:00
Emanuel Bennici 6ba5d53a50
Remove `/core` include from notifier Package
Since we have special Fields for that prupose we can remove the `core`
Package include.
2019-10-04 17:25:03 +02:00
Emanuel Bennici 2534078e11
Switch to new Service-Fields in events.go 2019-10-04 17:24:28 +02:00
Emanuel Bennici e1c41966e4
Add implementation of new `Service` Fields in checker.go
Add Variable Value changes of `SuccessNOtified`, `UpdateNotify` and
`DownText` to checker.go.
So the Values can be used in other packages.
2019-10-04 17:23:20 +02:00
Emanuel Bennici d81c525d71
Add new Fields to `Service` Struct
Add `UpdateNotify` Field to allow the Notifiers to check if
`UpdateNotify` has been enabled in `CoreApp`.

Add `DownText` Field to have a default Downtime Text which also has the
'Service has been down for n-Seconds' Text.

Add `SuccessNotified` Field to check if a "Success" Message has already
been send.
This is because the `s.Online` Field is always "false" if the
OnSuccess() Function is called of an Notifier.
2019-10-04 17:18:33 +02:00
Emanuel Bennici 786bfe75fc
Update Online Message for Twilio Notifier 2019-10-04 15:40:34 +02:00
Emanuel Bennici a9b559262a
Update Online Message for Line-Notify Notifier 2019-10-04 15:38:40 +02:00
Emanuel Bennici df3eb914ed
Add Email, Mobile and Discord Online Messages 2019-10-04 15:36:45 +02:00
Emanuel Bennici c9f140f2dc
Update Online Message for Telegram Notifier 2019-10-04 15:29:26 +02:00
Emanuel Bennici 2a3c682013
Add implementation for `UpdateNotified` Check 2019-10-04 14:48:56 +02:00
Emanuel Bennici d062839b52
Add Field `UserNotified` to Service Struct
The Field `UserNotified` is to indicate if a User has already been
notified about the Downtime of a Service.
2019-10-04 14:47:56 +02:00
Emanuel Bennici cdb55e6bff
Merge branch 'master' into feature/status_updates 2019-10-04 14:24:59 +02:00