I don't even know.

Filled out API for user management
Proper escaping of user input for SQL queries (stream keys aren't user input)
Filled out frontend with profile management, vods, etc.
I don't remember there's probably more, fuck.
This commit is contained in:
knotteye
2019-10-05 14:34:57 -05:00
parent eefa7c8dc7
commit f9e4a7a5c6
25 changed files with 323 additions and 104 deletions

View File

@ -8,7 +8,8 @@ name = ''
domain = ''
registration = false
webFormat = 'hls'
restrictedNames = ['live','stream']
restrictedNames = ['live']
rootredirect = '/users/live'
[ircd]
enable = false
@ -45,7 +46,6 @@ allow_origin = '*'
directory = './site'
[media]
streamKeys = false
record = false
publicEndpoint = 'live'
privateEndpoint = 'stream'