owncast/controllers
leo 958c78641e
Replaces redirect of /embed URLs to return content directly. (#1453)
- Removes relative imports from embedded player, chat.
- Replaces `Redirect` calls with `ServeFile` in `embed.go`.
2021-10-05 13:29:18 -07:00
..
admin Feature/oc 1316 add support for system message to single user (#1351) 2021-09-13 01:26:28 -07:00
admin.go
chat.go do not pass http.ResponseWriter as pointer to EnableCors (#1440) 2021-10-01 12:40:13 -07:00
config.go do not pass http.ResponseWriter as pointer to EnableCors (#1440) 2021-10-01 12:40:13 -07:00
constants.go
controllers.go
embed.go Replaces redirect of /embed URLs to return content directly. (#1453) 2021-10-05 13:29:18 -07:00
emoji.go
hls.go do not pass http.ResponseWriter as pointer to EnableCors (#1440) 2021-10-01 12:40:13 -07:00
index.go do not pass http.ResponseWriter as pointer to EnableCors (#1440) 2021-10-01 12:40:13 -07:00
logo.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
ping.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
status.go do not pass http.ResponseWriter as pointer to EnableCors (#1440) 2021-10-01 12:40:13 -07:00
video.go