summaryrefslogtreecommitdiffhomepage
path: root/app/lib
AgeCommit message (Collapse)AuthorFilesLines
2017-12-05Fix annotation for RelaySettingsNormal.tunnelAndrej Mihajlov1-1/+3
2017-12-05Add RelayLocation annotationAndrej Mihajlov1-1/+2
2017-11-23Pass protocol and port to Backend#connectAndrej Mihajlov2-18/+10
2017-11-23Change default udp port to 1301Linus Färnstrand1-1/+1
2017-11-23Fix lint issuesAndrej Mihajlov1-2/+2
2017-11-23Fix flow annotationsAndrej Mihajlov1-11/+8
2017-11-23Fix logical bug in then() statementsAndrej Mihajlov1-2/+2
2017-11-23Refactor `RelaySettingsUpdate` typeAndrej Mihajlov1-39/+35
2017-11-23Fix Backend.connect() logicAndrej Mihajlov1-13/+17
2017-11-23Another case of constraints -> settingsAndrej Mihajlov1-2/+2
2017-11-23Update RelaySettings annotationAndrej Mihajlov1-5/+19
2017-11-23Add custom endpoint handling in syncRelaySettingsAndrej Mihajlov1-10/+12
2017-11-23Update RelaySettingsSchema and RelaySettingsUpdateAndrej Mihajlov1-14/+51
2017-11-23Rename getRelayConstraints() to getRelaySettings()Andrej Mihajlov1-2/+2
2017-11-23Rename RelayConstraints -> RelaySettingsLinus Färnstrand2-17/+17
2017-11-23Rename get_location -> get_current_locationLinus Färnstrand1-1/+3
2017-11-23Rename get_ip -> get_public_ipLinus Färnstrand2-4/+4
2017-11-21Add account history IPCAndrej Mihajlov2-2/+42
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ärnstrand2-4/+4
2017-11-09Problem reportErik Larkö2-4/+31
2017-11-09Redid the settings state and inlined a few componentsErik Larkö2-3/+13
2017-11-08tcp and portErik Larkö3-44/+105
2017-10-20Shutdown instead of disconnecting the backend on exitErik Larkö2-0/+13
2017-10-16Stupid authentication missErik Larkö1-1/+1
2017-10-16rename auth -> authenticationErik Larkö2-3/+3
2017-10-13Move the auth flow into backend.js and write testsErik Larkö2-212/+240
2017-10-12Add transparent authenticationAndrej Mihajlov3-83/+126
2017-10-12Parse credentials and authenticateAndrej Mihajlov1-0/+11
2017-10-12Add IPC address parser helperAndrej Mihajlov1-0/+17
2017-10-12Add auth call to IPCAndrej Mihajlov1-0/+6
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ö3-4/+6
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-14Replace object dicts with Maps to increase securityErik Larkö1-12/+12
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ö2-12/+14
2017-09-08Replace setCountry with setCustomRelayErik Larkö2-5/+9
2017-09-04Change accountNumber to accountTokenLinus Färnstrand2-19/+19
2017-08-29Increase default ipc timeoutErik Larkö1-1/+1
2017-08-29Use 30s timeout when getting account data since the BE won\'t reply until it ↵Erik Larkö1-1/+4
has completed a HTTP request to master
2017-08-28Allow each IPC call to have a different timeoutErik Larkö1-9/+18