Commit Graph
1945 Commits
Author SHA1 Message Date
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
Gabe Kangas 168ba9277e Do not use loopback as an example ip 2020-10-07 23:27: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
John HobbsandGitHub 31c5f8241c Inital OpenAPIv3 Spec (#223) 2020-10-04 18:59:43 -07:00
Gabe KangasandGitHub 27a4c8c895 Move all remote dependencies to be local (#220)
* Experiment with javascript bundling

* Experiment with snowpack. Making progress

* Success!  Uses local js modules and assets and no cdns

* Missing local css
2020-10-04 18:43:31 -07:00
Jannik 4c02b6eea1 Move socialIconsList to its own component 2020-10-04 20:48:44 +02:00
gingervitisandGitHub e7f39a0113 Merge pull request #213 from ahmadkarlam/add-title-chat
Add timestamp to title chat
2020-10-04 01:15:45 -07:00
Gabe Kangas bb9c788306 Support CORS+Basic auth together 2020-10-03 23:06:48 -07:00
Ahmad Karlam 29ef90e384 fix: check if date is invalid 2020-10-04 10:58:02 +07:00
Ahmad Karlam 8c380f118a refactor: declare format timestamp as variable for consistency 2020-10-04 10:57:45 +07:00
Ahmad Karlam 1c03e83c31 Typo 2020-10-04 09:08:40 +07:00
Ahmad Karlam 2abde9186c refactoring 2020-10-04 09:08:05 +07:00
Ahmad Karlam d27d4a798f Remove moment js and use standard library date from javascript 2020-10-04 09:01:46 +07:00
Gabe KangasandGitHub 922dfec77a Remove custom paths and add constants (#216) 2020-10-03 14:35:03 -07:00
Ginger Wong f30cfcf20f includes fix for #210
Merge branch 'gw/1003-firefoxscrollbars'
2020-10-03 13:51:52 -07:00
Ginger Wong ff3a50dc03 linty stuff 2020-10-03 13:50:08 -07:00
Ginger Wong ab1eb69fd1 apply scrollbar tricks to moz browser; make scroll colors on emoji picker easier to see; make emoji hover color easier to see 2020-10-03 13:42:48 -07:00
Ahmad Karlam 63a757ef23 Use moment js for diff and format date 2020-10-03 20:29:29 +07:00
Jannik d6dadcabf8 Fix: Optional socialHandles and tags 2020-10-02 21:28:35 +02:00
Gabe KangasandGitHub e042c85f88 Hardware status admin api (#218)
* Add metrics for disk usage

* Add admin API for hardware metrics

* Fix error message alert
2020-10-02 12:18:08 -07:00
Gabe KangasandGitHub f4fdc6c951 Current broadcaster details admin api (#206)
* Add support for ending the inbound stream. Closes #191

* Add a simple success response to API requests

* Store inbound broadcast details for admin purposes

* Add /api/admin/broadcaster endpoint

* Reset broadcaster on disconnect

* Move controller to admin directory
2020-10-02 00:12:47 -07:00