aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/src/web
Commit message (Collapse)AuthorAgeFilesLines
* just return a future from the handler functionJesse Luehrs2019-12-181-27/+51
|
* pull auth_client out into its own fieldJesse Luehrs2019-11-273-4/+18
| | | | | | it doesn't hurt anything even though it's not super necessary for plain logins, and it's more convenient to access without needing to deconstruct the enum value
* add oauth endpointJesse Luehrs2019-11-271-0/+56
| | | | no functionality yet
* simplifyJesse Luehrs2019-11-271-17/+3
|
* make the web client use raw clients for everythingJesse Luehrs2019-11-272-22/+20
|
* make plain logins also hit the serverJesse Luehrs2019-11-261-5/+129
| | | | this also provides a foundation for how to handle oauth logins
* store more information about the login stateJesse Luehrs2019-11-263-5/+8
| | | | | | 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
|
* add a logout buttonJesse Luehrs2019-11-261-0/+13
|
* use the correct username to log in on the server sideJesse Luehrs2019-11-252-10/+11
| | | | now that we're persisting it properly
* make logins persistentJesse Luehrs2019-11-251-2/+12
| | | | so if the server knows we're logged in, don't show the login page
* start working on the login flowJesse Luehrs2019-11-234-0/+151
|
* refactor a bitJesse Luehrs2019-11-232-0/+403
|
* pass configuration from the web server to the web appJesse Luehrs2019-11-231-0/+37
|
* hyper knows about these headers tooJesse Luehrs2019-11-221-4/+5
|
* shorter namesJesse Luehrs2019-11-161-1/+1
|
* use workspacesJesse Luehrs2019-11-151-0/+61