aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm-web/src
Commit message (Expand)AuthorAgeFilesLines
* restrict the api a bit moreJesse Luehrs2019-11-235-44/+33
* move some things aroundJesse Luehrs2019-11-232-53/+61
* also draw the cursorJesse Luehrs2019-11-221-3/+15
* resize the browser terminal if the streamer terminal is resizedJesse Luehrs2019-11-223-1/+11
* add a button to stop watching the current streamJesse Luehrs2019-11-225-327/+341
* implement colors and text attributesJesse Luehrs2019-11-221-0/+299
* more web display improvementsJesse Luehrs2019-11-222-10/+16
* start working on watch displayJesse Luehrs2019-11-222-7/+20
* more information on the list pageJesse Luehrs2019-11-224-19/+73
* handle streamer disconnectsJesse Luehrs2019-11-223-0/+9
* move views out into separate modulesJesse Luehrs2019-11-227-14/+46
* remove no longer necessary directiveJesse Luehrs2019-11-221-1/+0
* use vt100 to render the terminal data in the browser(!)Jesse Luehrs2019-11-222-6/+19
* parse the websocket message in the browserJesse Luehrs2019-11-222-0/+20
* improve some loggingJesse Luehrs2019-11-221-4/+4
* switch to the log crateJesse Luehrs2019-11-221-17/+13
* don't manually disconnect on disconnect eventsJesse Luehrs2019-11-222-5/+0
* make sure we close old websocket connectionsJesse Luehrs2019-11-221-0/+6
* thread through the id to the actual message eventsJesse Luehrs2019-11-223-28/+16
* connect to the teleterm server on watch requestsJesse Luehrs2019-11-221-1/+5
* refactorJesse Luehrs2019-11-222-45/+77
* implement listing and watching on the web sideJesse Luehrs2019-11-221-21/+78
* this variant should take an ErrorEventJesse Luehrs2019-11-221-1/+1
* refactor a bitJesse Luehrs2019-11-222-36/+48
* start using seed on the web sideJesse Luehrs2019-11-223-38/+118
* rename some stuffJesse Luehrs2019-11-211-1/+1
* shorter namesJesse Luehrs2019-11-161-3/+4
* add basic websocket clientJesse Luehrs2019-11-151-0/+49