owncast/models
Gabe Kangas d7c3991b59
Render and sanitize chat messages server-side. (#237)
* Render and sanitize chat messages server-side. Closes #235

* Render content.md server-side and return it in the client config

* Remove showdown from web project

* Update api spec

* Move example user content file
2020-10-13 16:45:52 -07:00
..
baseAPIResponse.go
broadcaster.go Current broadcaster details admin api (#206) 2020-10-02 00:12:47 -07:00
chatListener.go Connected clients admin API (#217) 2020-10-06 23:14:33 -07:00
chatMessage.go Render and sanitize chat messages server-side. (#237) 2020-10-13 16:45:52 -07:00
client.go Connected clients admin API (#217) 2020-10-06 23:14:33 -07:00
emoji.go
nameChangeEvent.go
pingMessage.go
playlist.go
stats.go Connected clients admin API (#217) 2020-10-06 23:14:33 -07:00
status.go Fixes #211: Update mod paths (#221) 2020-10-05 10:07:09 -07:00
storageProvider.go