aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/src
Commit message (Expand)AuthorAgeFilesLines
* 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-2610-64/+212
* add a logout buttonJesse Luehrs2019-11-262-0/+15
* allow configuring the allowed login methods for the web serverJesse Luehrs2019-11-264-1/+37
* remove title from webconfigJesse Luehrs2019-11-261-4/+0
* use the correct username to log in on the server sideJesse Luehrs2019-11-252-10/+11
* make logins persistentJesse Luehrs2019-11-252-3/+37
* start working on the login flowJesse Luehrs2019-11-235-0/+170
* stop hardcoding the list and watch urlsJesse Luehrs2019-11-233-0/+29
* 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-233-13/+60
* pass configuration from the web server to the web appJesse Luehrs2019-11-232-44/+50
* precompile the templatesJesse Luehrs2019-11-231-8/+17
* add basic template rendering abilityJesse Luehrs2019-11-231-5/+41
* resize the browser terminal if the streamer terminal is resizedJesse Luehrs2019-11-223-13/+22
* make sure our terminal size is updated correctlyJesse Luehrs2019-11-222-1/+3
* remove annoying log lineJesse Luehrs2019-11-221-2/+0
* more web display improvementsJesse Luehrs2019-11-221-0/+7
* handle streamer disconnectsJesse Luehrs2019-11-221-0/+5
* simplifyJesse Luehrs2019-11-221-20/+8
* send terminal output messages back to the web pageJesse Luehrs2019-11-223-21/+130
* hyper knows about these headers tooJesse Luehrs2019-11-221-4/+5
* connect to the teleterm server on watch requestsJesse Luehrs2019-11-221-7/+74
* make it return jsonJesse Luehrs2019-11-213-14/+3
* add an endpoint that is able to list available streamsJesse Luehrs2019-11-213-1/+144
* rename some stuffJesse Luehrs2019-11-211-2/+2
* move extracting term type out of the clientJesse Luehrs2019-11-213-7/+22
* pull connection stream out into a structJesse Luehrs2019-11-211-13/+64
* simplifyJesse Luehrs2019-11-212-32/+21
* start refactoring into a structJesse Luehrs2019-11-162-8/+43
* shorter namesJesse Luehrs2019-11-1616-72/+51
* use literal \r\n instead of *ln! macrosJesse Luehrs2019-11-161-11/+14
* refactorJesse Luehrs2019-11-161-4/+6
* stop translating crlf during watchJesse Luehrs2019-11-161-13/+0
* move paths around a bitJesse Luehrs2019-11-151-3/+3
* serve the teleterm-web contentJesse Luehrs2019-11-151-4/+33
* use workspacesJesse Luehrs2019-11-1525-0/+7978