aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
* move client id file manipulation out of oauthJesse Luehrs2019-12-162-2/+2
| | | | it doesn't actually have anything to do with the oauth flow
* pull auth_client out into its own fieldJesse Luehrs2019-11-272-5/+13
| | | | | | 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
* calculate the redirect_url for web oauth tooJesse Luehrs2019-11-271-3/+14
| | | | | a bit more complicated because it needs to use the configured public_address, etc
* the server doesn't need to know about the web oauth configsJesse Luehrs2019-11-271-10/+13
|
* simplify oauth url handlingJesse Luehrs2019-11-261-1/+8
|
* pass oauth login urls along to the browserJesse Luehrs2019-11-261-0/+14
|
* allow multiple oauth configurations using the same auth typeJesse Luehrs2019-11-263-3/+14
| | | | | this should allow us to configure a separate oauth application for tt web than normal (since the redirect_url needs to be different)
* allow configuring the allowed login methods for the web serverJesse Luehrs2019-11-261-0/+1
|
* stop hardcoding the list and watch urlsJesse Luehrs2019-11-231-0/+1
|
* move server address to configurationJesse Luehrs2019-11-231-1/+4
|
* resize the browser terminal if the streamer terminal is resizedJesse Luehrs2019-11-221-0/+3
|
* make sure our terminal size is updated correctlyJesse Luehrs2019-11-221-0/+1
| | | | a couple of our in-memory terminal parsers were being stuck at 80x24
* move extracting term type out of the clientJesse Luehrs2019-11-212-2/+10
| | | | so that we can use the client outside of a direct terminal context
* start refactoring into a structJesse Luehrs2019-11-161-7/+1
|
* shorter namesJesse Luehrs2019-11-166-22/+14
|
* use literal \r\n instead of *ln! macrosJesse Luehrs2019-11-161-11/+14
|
* refactorJesse Luehrs2019-11-161-4/+6
|
* stop translating crlf during watchJesse Luehrs2019-11-161-13/+0
| | | | this was moved to the server end
* use workspacesJesse Luehrs2019-11-156-0/+2553