aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/src/protocol.rs
Commit message (Expand)AuthorAgeFilesLines
* make the oauth client a struct instead of a traitJesse Luehrs2019-12-181-15/+9
* refactor a bitJesse Luehrs2019-11-271-0/+16
* pull auth_client out into its own fieldJesse Luehrs2019-11-271-25/+18
* rethink how oauth logins need to workJesse Luehrs2019-11-271-50/+55
* actually, the token response needs to send both tokensJesse Luehrs2019-11-271-7/+23
* split oauth_response into two different messagesJesse Luehrs2019-11-271-11/+36
* store more information about the login stateJesse Luehrs2019-11-261-1/+3
* pass oauth login urls along to the browserJesse Luehrs2019-11-261-0/+20
* allow multiple oauth configurations using the same auth typeJesse Luehrs2019-11-261-9/+87
* allow configuring the allowed login methods for the web serverJesse Luehrs2019-11-261-1/+1
* send terminal output messages back to the web pageJesse Luehrs2019-11-221-2/+2
* make it return jsonJesse Luehrs2019-11-211-1/+1
* shorter namesJesse Luehrs2019-11-161-6/+4
* use workspacesJesse Luehrs2019-11-151-0/+947