aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* enable backtraces for makefile-run commandsHEADmasterJesse Luehrs2019-12-181-4/+4
* just return a future from the handler functionJesse Luehrs2019-12-181-27/+51
* add a few more makefile targetsJesse Luehrs2019-12-181-0/+8
* 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-075-8/+13
* bump oauth2Jesse Luehrs2019-12-073-39/+18
* bump depsJesse Luehrs2019-12-075-143/+172
* 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-275-26/+8
* calculate the redirect_url for web oauth tooJesse Luehrs2019-11-274-21/+37
* 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-266-2/+61
* 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-2611-70/+225
* add a logout buttonJesse Luehrs2019-11-267-1/+39
* allow configuring the allowed login methods for the web serverJesse Luehrs2019-11-264-1/+37
* remove title from webconfigJesse Luehrs2019-11-266-11/+2
* styleJesse Luehrs2019-11-261-3/+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-253-1/+2
* remove a format! callJesse Luehrs2019-11-253-2/+2
* move value extraction logic into the viewJesse Luehrs2019-11-255-9/+11
* make logins persistentJesse Luehrs2019-11-2510-18/+97
* autofocus the username text boxJesse Luehrs2019-11-253-4/+6
* a bit more refactoringJesse Luehrs2019-11-254-16/+26
* add a basic login screenJesse Luehrs2019-11-244-4/+13
* simplify the update logic a bitJesse Luehrs2019-11-244-47/+42
* refactorJesse Luehrs2019-11-243-22/+47
* start working on the login flowJesse Luehrs2019-11-2312-3/+205
* declare a character encodingJesse Luehrs2019-11-231-0/+1