aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/src/web/list.rs
Commit message (Collapse)AuthorAgeFilesLines
* make the web client use raw clients for everythingJesse Luehrs2019-11-271-11/+7
|
* store more information about the login stateJesse Luehrs2019-11-261-2/+2
| | | | | | we need to know both who we are (so that the webface can display it) and also how to log back in as that user (since oauth methods log back in without specifying the username at all)
* rename this structJesse Luehrs2019-11-261-5/+5
|
* use the correct username to log in on the server sideJesse Luehrs2019-11-251-7/+6
| | | | now that we're persisting it properly
* start working on the login flowJesse Luehrs2019-11-231-0/+13
|
* refactor a bitJesse Luehrs2019-11-231-0/+136