aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* minify the wasm-bindgen generated jsJesse Luehrs2019-11-232-1069/+5
* strip out most logging in release buildsJesse Luehrs2019-11-233-30/+30
* remove unicode-normalization from the wasm buildJesse Luehrs2019-11-235-28/+27
* stop hardcoding the list and watch urlsJesse Luehrs2019-11-237-78/+104
* refactor a bitJesse Luehrs2019-11-233-409/+409
* also rely on the middleware for template renderingJesse Luehrs2019-11-231-18/+12
* use middleware insteadJesse Luehrs2019-11-231-22/+13
* move server address to configurationJesse Luehrs2019-11-235-27/+74
* pass configuration from the web server to the web appJesse Luehrs2019-11-239-201/+256