aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm
Commit message (Expand)AuthorAgeFilesLines
* just return a future from the handler functionJesse Luehrs2019-12-181-27/+51
* make the oauth client a struct instead of a traitJesse Luehrs2019-12-188-171/+182
* move client id file manipulation out of oauthJesse Luehrs2019-12-164-42/+41
* bump seedJesse Luehrs2019-12-072-1/+1
* bump oauth2Jesse Luehrs2019-12-072-7/+9
* bump depsJesse Luehrs2019-12-073-4/+4
* simplifyJesse Luehrs2019-11-281-6/+6
* fix confusing type signatureJesse Luehrs2019-11-283-4/+4
* simplifyJesse Luehrs2019-11-271-17/+19
* refactor a bitJesse Luehrs2019-11-272-84/+132
* pull auth_client out into its own fieldJesse Luehrs2019-11-277-36/+61
* rethink how oauth logins need to workJesse Luehrs2019-11-274-150/+81
* better error messagesJesse Luehrs2019-11-272-2/+20
* make the oauth methods return both tokensJesse Luehrs2019-11-272-10/+14
* add oauth endpointJesse Luehrs2019-11-272-0/+62
* implement logging in with the oauth tokens on the server sideJesse Luehrs2019-11-272-10/+83
* fix method nameJesse Luehrs2019-11-271-2/+2
* actually, the token response needs to send both tokensJesse Luehrs2019-11-271-7/+23
* simplifyJesse Luehrs2019-11-273-18/+4
* calculate the redirect_url for web oauth tooJesse Luehrs2019-11-273-18/+23
* make the web client use raw clients for everythingJesse Luehrs2019-11-272-22/+20
* the server doesn't need to know about the web oauth configsJesse Luehrs2019-11-273-39/+24
* split oauth_response into two different messagesJesse Luehrs2019-11-273-14/+39
* fix error messageJesse Luehrs2019-11-261-4/+1
* make plain logins also hit the serverJesse Luehrs2019-11-261-5/+129
* read the oauth method configs in the webfaceJesse Luehrs2019-11-262-1/+1
* store more information about the login stateJesse Luehrs2019-11-265-9/+20
* simplify oauth url handlingJesse Luehrs2019-11-262-15/+22
* rename this structJesse Luehrs2019-11-261-5/+5
* allow creating raw clients that don't handle the login processJesse Luehrs2019-11-261-37/+77
* pass oauth login urls along to the browserJesse Luehrs2019-11-264-11/+89
* allow multiple oauth configurations using the same auth typeJesse Luehrs2019-11-2610-64/+212
* add a logout buttonJesse Luehrs2019-11-264-1/+16
* allow configuring the allowed login methods for the web serverJesse Luehrs2019-11-264-1/+37
* remove title from webconfigJesse Luehrs2019-11-263-5/+1
* use the correct username to log in on the server sideJesse Luehrs2019-11-252-10/+11
* also build the wasm with -OzJesse Luehrs2019-11-252-1/+1
* remove a format! callJesse Luehrs2019-11-252-1/+1
* move value extraction logic into the viewJesse Luehrs2019-11-252-1/+1
* make logins persistentJesse Luehrs2019-11-254-4/+38
* autofocus the username text boxJesse Luehrs2019-11-252-1/+1
* a bit more refactoringJesse Luehrs2019-11-252-1/+1
* add a basic login screenJesse Luehrs2019-11-242-1/+1
* simplify the update logic a bitJesse Luehrs2019-11-242-1/+1
* refactorJesse Luehrs2019-11-242-1/+1
* start working on the login flowJesse Luehrs2019-11-237-1/+171
* declare a character encodingJesse Luehrs2019-11-231-0/+1
* minify the wasm-bindgen generated jsJesse Luehrs2019-11-231-1068/+1
* strip out most logging in release buildsJesse Luehrs2019-11-232-29/+29
* remove unicode-normalization from the wasm buildJesse Luehrs2019-11-233-25/+24