aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/src
Commit message (Expand)AuthorAgeFilesLines
* just return a future from the handler functionJesse Luehrs2019-12-181-27/+51
* make the oauth client a struct instead of a traitJesse Luehrs2019-12-188-171/+182
* move client id file manipulation out of oauthJesse Luehrs2019-12-164-42/+41
* bump oauth2Jesse Luehrs2019-12-071-6/+8
* simplifyJesse Luehrs2019-11-281-6/+6
* fix confusing type signatureJesse Luehrs2019-11-283-4/+4
* simplifyJesse Luehrs2019-11-271-17/+19
* refactor a bitJesse Luehrs2019-11-272-84/+132
* pull auth_client out into its own fieldJesse Luehrs2019-11-277-36/+61
* rethink how oauth logins need to workJesse Luehrs2019-11-274-150/+81
* better error messagesJesse Luehrs2019-11-272-2/+20
* make the oauth methods return both tokensJesse Luehrs2019-11-272-10/+14
* add oauth endpointJesse Luehrs2019-11-272-0/+62
* implement logging in with the oauth tokens on the server sideJesse Luehrs2019-11-272-10/+83
* fix method nameJesse Luehrs2019-11-271-2/+2
* actually, the token response needs to send both tokensJesse Luehrs2019-11-271-7/+23
* simplifyJesse Luehrs2019-11-271-17/+3
* calculate the redirect_url for web oauth tooJesse Luehrs2019-11-273-18/+23
* make the web client use raw clients for everythingJesse Luehrs2019-11-272-22/+20
* the server doesn't need to know about the web oauth configsJesse Luehrs2019-11-273-39/+24
* split oauth_response into two different messagesJesse Luehrs2019-11-273-14/+39
* fix error messageJesse Luehrs2019-11-261-4/+1
* make plain logins also hit the serverJesse Luehrs2019-11-261-5/+129
* store more information about the login stateJesse Luehrs2019-11-265-9/+20
* simplify oauth url handlingJesse Luehrs2019-11-262-15/+22
* 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-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