owncast/controllers
Gabe Kangas 4a17f30da8
Outbound live stream notifications (#1663)
* First pass at browser, discord, twilio notifications

* Commit updated Javascript packages

* Remove twilio notification support

* Email notifications/smtp support

* Fix Firefox notification support, remove chrome checks

* WIP more email work

* Add support for twitter notifications

* Add stream title to discord and twitter notifications

* Update notification registration modal

* Fix hide/show email section

* Commit updated API documentation

* Commit updated Javascript packages

* Fix post-rebase missing var

* Remove unused var

* Handle unsubscribe errors for browser push

* Standardize email config prop names

* Allow overriding go live email template

* Some notifications cleanup

* Commit updated Javascript packages

* Remove email/smtp/mailjet support

* Remove more references to email notifications

Co-authored-by: Owncast <owncast@owncast.online>
2022-03-18 13:33:23 -07:00
..
admin Outbound live stream notifications (#1663) 2022-03-18 13:33:23 -07:00
admin.go
chat.go
config.go Outbound live stream notifications (#1663) 2022-03-18 13:33:23 -07:00
constants.go
controllers.go Remove unnecessary var data in log messages. Closes #1640 2022-02-25 15:22:52 -08:00
embed.go
emoji.go
followers.go Handle pagination for the federated actions & followers responses (#1731) 2022-03-06 17:18:51 -08:00
hls.go Add support for active viewer details API. Closes #1477 (#1747) 2022-03-06 17:31:47 -08:00
index.go
logo.go Remove unused var 2022-02-25 15:25:07 -08:00
notifications.go Outbound live stream notifications (#1663) 2022-03-18 13:33:23 -07:00
pagination.go Handle pagination for the federated actions & followers responses (#1731) 2022-03-06 17:18:51 -08:00
ping.go Add support for active viewer details API. Closes #1477 (#1747) 2022-03-06 17:31:47 -08:00
playbackMetrics.go Stream performance metrics (#1785) 2022-03-16 17:34:44 -07:00
remoteFollow.go
status.go
video.go