aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm-web/src/model.rs
Commit message (Expand)AuthorAgeFilesLines
* simplifyJesse Luehrs2019-11-271-7/+3
* read the oauth method configs in the webfaceJesse Luehrs2019-11-261-0/+14
* add a logout buttonJesse Luehrs2019-11-261-0/+17
* remove title from webconfigJesse Luehrs2019-11-261-4/+0
* move value extraction logic into the viewJesse Luehrs2019-11-251-5/+1
* make logins persistentJesse Luehrs2019-11-251-8/+34
* a bit more refactoringJesse Luehrs2019-11-251-13/+21
* simplify the update logic a bitJesse Luehrs2019-11-241-43/+38
* refactorJesse Luehrs2019-11-241-21/+46
* start working on the login flowJesse Luehrs2019-11-231-0/+22
* stop hardcoding the list and watch urlsJesse Luehrs2019-11-231-11/+6
* pass configuration from the web server to the web appJesse Luehrs2019-11-231-1/+13
* remove some flickeringJesse Luehrs2019-11-231-1/+14
* restrict the api a bit moreJesse Luehrs2019-11-231-32/+22
* move some things aroundJesse Luehrs2019-11-231-0/+59
* resize the browser terminal if the streamer terminal is resizedJesse Luehrs2019-11-221-0/+6
* start working on watch displayJesse Luehrs2019-11-221-6/+2
* more information on the list pageJesse Luehrs2019-11-221-9/+6
* handle streamer disconnectsJesse Luehrs2019-11-221-0/+4
* move views out into separate modulesJesse Luehrs2019-11-221-0/+4
* remove no longer necessary directiveJesse Luehrs2019-11-221-1/+0
* use vt100 to render the terminal data in the browser(!)Jesse Luehrs2019-11-221-1/+17
* don't manually disconnect on disconnect eventsJesse Luehrs2019-11-221-4/+0
* make sure we close old websocket connectionsJesse Luehrs2019-11-221-0/+6
* thread through the id to the actual message eventsJesse Luehrs2019-11-221-13/+2
* connect to the teleterm server on watch requestsJesse Luehrs2019-11-221-1/+5
* refactorJesse Luehrs2019-11-221-0/+62