aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rename this structJesse Luehrs2019-11-261-5/+5
* allow creating raw clients that don't handle the login processJesse Luehrs2019-11-261-37/+77
* pass oauth login urls along to the browserJesse Luehrs2019-11-264-11/+89
* allow multiple oauth configurations using the same auth typeJesse Luehrs2019-11-2611-70/+225
* add a logout buttonJesse Luehrs2019-11-267-1/+39
* allow configuring the allowed login methods for the web serverJesse Luehrs2019-11-264-1/+37
* remove title from webconfigJesse Luehrs2019-11-266-11/+2
* styleJesse Luehrs2019-11-261-3/+1
* use the correct username to log in on the server sideJesse Luehrs2019-11-252-10/+11
* also build the wasm with -OzJesse Luehrs2019-11-253-1/+2
* remove a format! callJesse Luehrs2019-11-253-2/+2
* move value extraction logic into the viewJesse Luehrs2019-11-255-9/+11
* make logins persistentJesse Luehrs2019-11-2510-18/+97
* autofocus the username text boxJesse Luehrs2019-11-253-4/+6
* a bit more refactoringJesse Luehrs2019-11-254-16/+26
* add a basic login screenJesse Luehrs2019-11-244-4/+13
* simplify the update logic a bitJesse Luehrs2019-11-244-47/+42
* refactorJesse Luehrs2019-11-243-22/+47
* start working on the login flowJesse Luehrs2019-11-2312-3/+205
* declare a character encodingJesse Luehrs2019-11-231-0/+1
* minify the wasm-bindgen generated jsJesse Luehrs2019-11-232-1069/+5
* strip out most logging in release buildsJesse Luehrs2019-11-233-30/+30
* remove unicode-normalization from the wasm buildJesse Luehrs2019-11-235-28/+27
* stop hardcoding the list and watch urlsJesse Luehrs2019-11-237-78/+104
* refactor a bitJesse Luehrs2019-11-233-409/+409
* also rely on the middleware for template renderingJesse Luehrs2019-11-231-18/+12
* use middleware insteadJesse Luehrs2019-11-231-22/+13
* move server address to configurationJesse Luehrs2019-11-235-27/+74
* pass configuration from the web server to the web appJesse Luehrs2019-11-239-201/+256
* precompile the templatesJesse Luehrs2019-11-231-8/+17
* add basic template rendering abilityJesse Luehrs2019-11-237-173/+282
* remove some flickeringJesse Luehrs2019-11-234-23/+40
* enable lto for release buildsJesse Luehrs2019-11-233-397/+399
* i don't think rlib is necessary?Jesse Luehrs2019-11-233-41/+42
* shuffle some of the view structure aroundJesse Luehrs2019-11-237-100/+106
* rename a variableJesse Luehrs2019-11-231-4/+4
* commentJesse Luehrs2019-11-231-0/+7
* restrict the api a bit moreJesse Luehrs2019-11-237-76/+66
* move some things aroundJesse Luehrs2019-11-234-84/+92
* also draw the cursorJesse Luehrs2019-11-223-27/+39
* changelogJesse Luehrs2019-11-221-0/+13
* resize the browser terminal if the streamer terminal is resizedJesse Luehrs2019-11-228-47/+66
* make sure our terminal size is updated correctlyJesse Luehrs2019-11-222-1/+3
* add a button to stop watching the current streamJesse Luehrs2019-11-227-358/+372
* implement colors and text attributesJesse Luehrs2019-11-224-40/+338
* remove annoying log lineJesse Luehrs2019-11-221-2/+0
* more web display improvementsJesse Luehrs2019-11-229-54/+93
* start working on watch displayJesse Luehrs2019-11-224-49/+61
* more information on the list pageJesse Luehrs2019-11-226-57/+112
* also rebuild when a view changesJesse Luehrs2019-11-221-1/+1