Commit Graph
4824 Commits
Author SHA1 Message Date
Gabe KangasandGitHub 64a85e68aa Update extra page content API (#240)
* Mark change stream key api as pre-release

* Add API for changing extra page content. Renanme usercontent -> pagecontent. closes #236
2020-10-14 09:38:48 -07:00
Jannik Volkland 606ccb6c14 Remove message image from go code 2020-10-14 13:47:39 +02:00
Jannik Volkland 146e6d342c Remove avatars from frontend 2020-10-14 13:33:55 +02:00
Gabe KangasandGitHub 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
Gabe Kangas 9eab6d7553 Specify that these APIs are for v0.0.3 2020-10-12 10:52:12 -07:00
Ginger Wong 654f70dcf9 initial line chart setup with d3 help 2020-10-11 21:46:56 -07:00
Ginger Wong 98ae9c43d3 add notes; remove victory charts, try recharts 2020-10-11 19:46:48 -07:00
Gabe Kangas 962267106e Update demo links 2020-10-11 16:55:39 -07:00
Ginger Wong f001904e35 eslint rule updates for typescript 2020-10-10 18:48:29 -07:00
Ginger Wong e53ea1d6cf add proptypes 2020-10-10 18:25:21 -07:00
Ginger Wong 456d422bd7 add victory graphing lib 2020-10-10 17:52:13 -07:00
gingervitisandGitHub 25ef2fc66e Merge pull request #231 from owncast/gek/remove-status-bar-values
Remove additional viewer counts from status bar.
2020-10-08 21:44:27 -07:00
Gabe Kangas 250dcf1d75 make logo fit size of user image avatar circle. closes #230 2020-10-08 21:15:46 -07:00
Gabe Kangas ce14e0d0a7 Remove additional viewer counts from status bar. Closes #155 2020-10-08 16:39:11 -07:00
Gabe Kangas 2aa9a86e3d Allow non-root paths for index.html when returning server-rendered metadata page. Closes #227 2020-10-08 16:34:40 -07:00
Gabe Kangas dfeba53f08 Reduce the amount of time between start of stream and when we show as online. Can bump this back up if needed. 2020-10-08 14:27:42 -07:00
Ginger Wong e554a2a877 add connectedclients endpoint 2020-10-08 00:26:24 -07:00
Ginger Wong c6c14bf216 initial rough setup 2020-10-08 00:17:40 -07:00
Gabe Kangas 168ba9277e Do not use loopback as an example ip 2020-10-07 23:27:42 -07:00
Ginger Wong c7dc2a4030 blah 2020-10-07 23:09:42 -07:00
Gabe Kangas aac7fa2476 Show YP configuration in the config API 2020-10-07 22:42:14 -07:00
Gabe Kangas 268085e41f I thought I already fixed this. Guess it got lost in a merge. 2020-10-07 20:53:01 -07:00
Gabe Kangas a7d9e2719a Do not try to split ip and port of x-forwarded-for addresses 2020-10-07 20:42:02 -07:00
Gabe Kangas bcf4cb09e7 Break rtmp read loop after disconnect 2020-10-07 19:59:55 -07:00
Gabe Kangas 06f8a01d5e Update our api definitions 2020-10-07 17:24:20 -07:00
gingervitisandGitHub d500f32f5b Merge pull request #219 from jeyemwey/fix-issue-202
Fix: Optional socialHandles and tags
2020-10-07 01:06:57 -07:00
Gabe Kangas 003648ed61 Update .gitignore 2020-10-07 00:28:43 -07:00
Gabe Kangas a5e2b4b934 Remove files 2020-10-07 00:27:41 -07:00
Jannik Volkland a17e507664 Merge branch 'master' into fix-issue-202 2020-10-07 08:49:10 +02:00
Jannik Volkland d4b800c9bb Merge branch 'fix-issue-202' 2020-10-07 08:46:09 +02:00
Jannik Volkland 813884ef21 fix: Use Kebab-Case, and resolve Merge Conflict 2020-10-07 08:42:46 +02:00
Gabe KangasandGitHub d7e355bce1 Connected clients admin API (#217)
* Add support for ending the inbound stream. Closes #191

* Add a simple success response to API requests

* Connected clients API with geo details

* Post-rebase cleanup

* Make setting and reading geo details separate operations to unblock and speed up

* Rename file

* Fire geoip api call behind goroutine

* Add comment

* Post-rebase fixes

* Add support for the MaxMind GeoLite2 GeoIP database
2020-10-06 23:14:33 -07:00
gingervitisandGitHub 1eb7c1985b Merge pull request #228 from SoldierCorp/save-volume-settings
ADD: Save volume settings in localstorage
2020-10-06 22:54:57 -07:00
Gabe Kangas 0445274fbd Do not cache hls playlist files at all. Closes #229 2020-10-06 18:26:11 -07:00
Edgardo Ramírez 38743a9608 UPDATE: Set volume on load 2020-10-06 19:01:59 -05:00
Edgardo Ramírez f0df543def ADD: Handle muted state to update the volume settings 2020-10-06 15:51:30 -05:00
gingervitisandGitHub a36891c465 Merge pull request #226 from Pranav2612000/chat_count_fix
fix: prevents messages ending with spaces to exceed the msg limit
2020-10-06 13:46:07 -07:00
Edgardo Ramírez ac1860d325 UPDATE: Use helpers functions for saving the volume settings 2020-10-06 15:46:07 -05:00
Edgardo Ramírez 66db710761 FIX: Set volume only if it exists in localstorage 2020-10-06 15:03:15 -05:00
Edgardo Ramírez e2200f09d7 Merge remote-tracking branch 'upstream/master' into save-volume-settings 2020-10-06 14:55:56 -05:00
Edgardo Ramírez 84b81e440d ADD: Save volume settings in localstorage 2020-10-06 14:53:08 -05:00
Gabe KangasandGitHub 70c5a8b910 . -> · 2020-10-06 12:12:49 -07:00
Gabe Kangas d39003b88a Add 3rd party web dependency instructions 2020-10-06 10:51:37 -07:00
Gabe Kangas 06e5fe09f4 Fix leftover value when we would deal with cache duration in minutes instead of seconds 2020-10-06 09:17:41 -07:00
Gabe Kangas eb404fba34 Add attributes file 2020-10-05 23:16:11 -07:00
Gabe Kangas a3221aee19 Removing docs as submodule because that was an odd idea 2020-10-05 13:52:58 -07:00
769fc3a561 Fixes #211: Update mod paths (#221)
Co-authored-by: Michael Leow <mleow@moneylion.com>
2020-10-05 10:07:09 -07:00
Gabe Kangas dfc03bc027 Web modules were getting hit by .gitignore. Fixed 2020-10-05 08:43:38 -07:00
Gabe Kangas 5d530ca5a6 Missing showdown module import in app 2020-10-05 00:05:35 -07:00
Pranav 7ac22eb889 fix: prevents messages ending with spaces to exceed the msg limit 2020-10-05 11:12:33 +05:30