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

@@ -13,14 +13,18 @@ a {
justify-content: center;
flex-wrap: nowrap;
flex-direction: column;
margin-top: 0px;
margin: 0 0 0 0;
min-height: 100vh;
}
#header {
text-align: center;
margin-top: 0px;
margin-bottom: 10px;
box-shadow: 0px 0px 7px rgb(14, 15, 17);
padding: 0px 10px 0px 10px;
margin-top: -10px;
margin-left: -8px;
margin-right: -8px;
margin-bottom: 0px;
}
#content {