aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/src/server.rs
Commit message (Expand)AuthorAgeFilesLines
* implement logging in with the oauth tokens on the server sideJesse Luehrs2019-11-271-0/+53
* fix method nameJesse Luehrs2019-11-271-2/+2
* the server doesn't need to know about the web oauth configsJesse Luehrs2019-11-271-25/+10
* split oauth_response into two different messagesJesse Luehrs2019-11-271-2/+2
* fix error messageJesse Luehrs2019-11-261-4/+1
* pass oauth login urls along to the browserJesse Luehrs2019-11-261-6/+5
* allow multiple oauth configurations using the same auth typeJesse Luehrs2019-11-261-12/+27
* resize the browser terminal if the streamer terminal is resizedJesse Luehrs2019-11-221-7/+16
* make sure our terminal size is updated correctlyJesse Luehrs2019-11-221-1/+2
* shorter namesJesse Luehrs2019-11-161-14/+11
* use workspacesJesse Luehrs2019-11-151-0/+1073