aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/src/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* calculate the redirect_url for web oauth tooJesse Luehrs2019-11-271-15/+5
| | | | | a bit more complicated because it needs to use the configured public_address, etc
* allow multiple oauth configurations using the same auth typeJesse Luehrs2019-11-261-35/+64
| | | | | 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/+26
|
* stop hardcoding the list and watch urlsJesse Luehrs2019-11-231-0/+25
|
* move server address to configurationJesse Luehrs2019-11-231-3/+24
|
* add an endpoint that is able to list available streamsJesse Luehrs2019-11-211-1/+2
|
* shorter namesJesse Luehrs2019-11-161-1/+1
|
* use workspacesJesse Luehrs2019-11-151-0/+877