summaryrefslogtreecommitdiffhomepage
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
2017-10-05Move autologin connect into the backendErik Larkö2-6/+1
2017-10-05Autoconnect on loginErik Larkö1-0/+1
2017-10-05Remove the auto-secure settingErik Larkö3-17/+1
2017-10-03Show the country when securing the connectionErik Larkö1-6/+11
2017-10-02Remove fastest and nearest serversErik Larkö4-68/+3
2017-10-02More realistic mock IPsErik Larkö1-1/+4
2017-10-02Remove The from 'The netherlands'Erik Larkö1-2/+2
2017-10-02Include cities in server list for SwedenErik Larkö1-3/+3
2017-10-02Review fixErik Larkö1-11/+3
2017-10-02Store the unsubmitted account token in the redux storeErik Larkö4-16/+44
2017-09-29Review fixErik Larkö1-2/+1
2017-09-29Show the BrowserWindow if no account is set in the backendErik Larkö3-2/+14
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-27Show different locations if the user is connected or notErik Larkö1-1/+3
2017-09-27Improve error messagesErik Larkö1-6/+6
2017-09-27Don't reconnect to the previously preferred serverErik Larkö1-1/+3
2017-09-27Actually implement autoconnectErik Larkö2-13/+26
2017-09-26Add --tunnel-log to backend spawnLinus Färnstrand1-1/+5
2017-09-25Store logs in platform specific logs folderAndrej Mihajlov1-4/+22
2017-09-25Read the city and coutry from the temporary config until we implement it in ↵Erik Larkö1-1/+1
the backend
2017-09-25Replace domain names with IPsLinus Färnstrand2-73/+79
2017-09-22Add lots of countries to hardcoded listLinus Färnstrand1-2/+80
2017-09-22Remove LithuaniaLinus Färnstrand1-10/+0
2017-09-22Log debug messages in production buildsErik Larkö1-2/+2
2017-09-22Change fastest server to SwedenLinus Färnstrand1-3/+3
2017-09-22Use country domains instead of specific serversLinus Färnstrand1-16/+6
2017-09-22Fix Denmark addressLinus Färnstrand1-3/+3
2017-09-22Review fixesErik Larkö1-7/+3
2017-09-22Validate the owner and permissions of the rpc address file before reading ↵Erik Larkö1-0/+23
its contents
2017-09-19Disconnect the tunnel when quitting the appErik Larkö2-0/+8
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ö2-4/+4
2017-09-12Move the hardcoded relay endpoint data to the Connect componentErik Larkö7-22/+37
2017-09-08Replace setCountry with setCustomRelayErik Larkö2-5/+9
2017-09-06Fix loggin format to .<milliseconds>Linus Färnstrand1-0/+3
2017-09-06Remove map from the first beta. MAKE SURE TO INCLUDE IT IN LATER RELEASESErik Larkö1-6/+10
2017-09-05Find the backend binary on LinuxErik Larkö1-5/+1
2017-09-04Make macOS and Linux use hardcoded /tmp for RPCLinus Färnstrand1-1/+4
2017-09-04Change accountNumber to accountTokenLinus Färnstrand6-43/+43
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
2017-08-28Fixed failed loginChange action when resetting login errorErik Larkö3-4/+20
2017-08-24Replace paidUntil with expiryLinus Färnstrand6-22/+22
2017-08-24Rename paid_until to expiryLinus Färnstrand2-5/+5
2017-08-23Refactor Connect props and first disconnected testErik Larkö2-8/+10
2017-08-22Failed autologins no longer prompts the user with LOGIN FAILEDErik Larkö2-2/+6
2017-08-21Refactor Login component and add footer and account input testsErik Larkö2-86/+98
2017-08-08Add ONLINE and OFFLINE actions and remove generic connection actionErik Larkö3-20/+38