summaryrefslogtreecommitdiffhomepage
path: root/app/lib/backend.js
AgeCommit message (Expand)AuthorFilesLines
2017-11-23Fix logical bug in then() statementsAndrej Mihajlov1-2/+2
2017-11-23Fix Backend.connect() logicAndrej Mihajlov1-13/+17
2017-11-23Another case of constraints -> settingsAndrej Mihajlov1-2/+2
2017-11-23Add custom endpoint handling in syncRelaySettingsAndrej Mihajlov1-10/+12
2017-11-23Rename RelayConstraints -> RelaySettingsLinus Färnstrand1-6/+6
2017-11-23Rename get_ip -> get_public_ipLinus Färnstrand1-1/+1
2017-11-21Add account history IPCAndrej Mihajlov1-2/+23
2017-11-21Refine flow types across projectAndrej Mihajlov1-3/+2
2017-11-20Always connect to the server set in the settingsErik Larkö1-6/+9
2017-11-14Rename latlong to positionLinus Färnstrand1-2/+2
2017-11-09Redid the settings state and inlined a few componentsErik Larkö1-2/+12
2017-11-08tcp and portErik Larkö1-35/+58
2017-10-20Shutdown instead of disconnecting the backend on exitErik Larkö1-0/+7
2017-10-16rename auth -> authenticationErik Larkö1-1/+1
2017-10-13Move the auth flow into backend.js and write testsErik Larkö1-103/+188
2017-10-12Add transparent authenticationAndrej Mihajlov1-33/+5
2017-10-12Parse credentials and authenticateAndrej Mihajlov1-0/+11
2017-10-12Add IPC address parser helperAndrej Mihajlov1-0/+17
2017-10-05Move autologin connect into the backendErik Larkö1-0/+1
2017-10-05Autoconnect on loginErik Larkö1-0/+1
2017-10-02Remove fastest and nearest serversErik Larkö1-26/+1
2017-09-29Show the BrowserWindow if no account is set in the backendErik Larkö1-2/+4
2017-09-27Don't autoconnect if the autologin failsErik Larkö1-0/+2
2017-09-27Send [null] with the logout call instead of []Erik Larkö1-1/+1
2017-09-27Improve error messagesErik Larkö1-6/+6
2017-09-27Actually implement autoconnectErik Larkö1-10/+19
2017-09-25Replace domain names with IPsLinus Färnstrand1-7/+7
2017-09-22Change fastest server to SwedenLinus Färnstrand1-3/+3
2017-09-12Rename uk.mullvad.net to gb.mullvad.netErik Larkö1-1/+1
2017-09-12Move the hardcoded relay endpoint data to the Connect componentErik Larkö1-5/+5
2017-09-08Replace setCountry with setCustomRelayErik Larkö1-2/+2
2017-09-04Change accountNumber to accountTokenLinus Färnstrand1-10/+10
2017-08-24Rename paid_until to expiryLinus Färnstrand1-2/+2
2017-08-22Failed autologins no longer prompts the user with LOGIN FAILEDErik Larkö1-1/+1
2017-08-08Add ONLINE and OFFLINE actions and remove generic connection actionErik Larkö1-3/+7
2017-08-08RPC notification actionsErik Larkö1-3/+11
2017-08-08Add DISCONNECTED actionErik Larkö1-3/+1
2017-08-08Add CONNECTING actionErik Larkö1-6/+3
2017-08-08Added NEW_LOCATION actionErik Larkö1-1/+1
2017-08-08Add LOGGED_OUT actionErik Larkö1-5/+1
2017-08-07Use new actions in autologinErik Larkö1-21/+4
2017-07-28Add LOGIN_FAILED actionErik Larkö1-4/+1
2017-07-28Add LOGIN_SUCCESSFUL actionErik Larkö1-6/+1
2017-07-28Added START_LOGIN actionErik Larkö1-7/+4
2017-07-28Added NEW_PUBLIC_IP actionErik Larkö1-1/+1
2017-07-17Start the backend againErik Larkö1-1/+5
2017-07-11New backend statesErik Larkö1-9/+8
2017-07-10AutologinErik Larkö1-0/+46
2017-07-07Move geoIP from account to connectionErik Larkö1-1/+1
2017-07-07Rename loginstate connecting->logging inErik Larkö1-1/+1