summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-09-22Validate the owner and permissions of the rpc address file before reading its...Erik Larkö1-0/+23
2017-09-21Merge branch 'update-metadata-and-version'Linus Färnstrand2-5/+8
2017-09-21Updating version and artifact nameLinus Färnstrand1-1/+4
2017-09-21Update license, author and descriptionLinus Färnstrand1-4/+4
2017-09-21Merge branch 'disconnect-on-exit'Erik Larkö2-0/+8
2017-09-19Disconnect the tunnel when quitting the appErik Larkö2-0/+8
2017-09-19Merge branch 'maps-instead-of-obj-dicts'Erik Larkö1-12/+12
2017-09-14Replace object dicts with Maps to increase securityErik Larkö1-12/+12
2017-09-13Merge branch 'set_custom_relay'Erik Larkö11-32/+62
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ö9-29/+55
2017-09-08Replace setCountry with setCustomRelayErik Larkö4-9/+13
2017-09-08Merge branch 'license'Linus Färnstrand2-0/+681
2017-09-08License notice and GPLv3 textDaniel Berntsson2-0/+681
2017-09-07Merge branch 'fix-logging-format'Linus Färnstrand3-4/+7
2017-09-07Update yarn.lockLinus Färnstrand1-3/+3
2017-09-06Fix loggin format to .<milliseconds>Linus Färnstrand2-1/+4
2017-09-06Merge branch 'remove-map'Erik Larkö1-6/+10
2017-09-06Remove map from the first beta. MAKE SURE TO INCLUDE IT IN LATER RELEASESErik Larkö1-6/+10
2017-09-05Merge branch 'linux-BE-binary'Erik Larkö1-5/+1
2017-09-05Find the backend binary on LinuxErik Larkö1-5/+1
2017-09-04Merge branch 'hardcode-rpc-address-file-path'Linus Färnstrand1-1/+4
2017-09-04Make macOS and Linux use hardcoded /tmp for RPCLinus Färnstrand1-1/+4
2017-09-04Merge branch 'use-account-token-variable-name'Linus Färnstrand14-60/+60
2017-09-04Change accountNumber to accountTokenLinus Färnstrand14-60/+60
2017-09-04Merge branch 'rename-remove-neue'Linus Färnstrand2-2/+2
2017-09-04Rename product bundle to MullvadVPNLinus Färnstrand2-2/+2
2017-08-29Merge branch 'ipc-timeout'Erik Larkö3-15/+26
2017-08-29Increase default ipc timeoutErik Larkö2-3/+3
2017-08-29Use 30s timeout when getting account data since the BE won\'t reply until it ...Erik Larkö1-1/+4
2017-08-28Allow each IPC call to have a different timeoutErik Larkö2-11/+19
2017-08-28Merge branch 'reset-login-error'Erik Larkö3-4/+20
2017-08-28Fixed failed loginChange action when resetting login errorErik Larkö3-4/+20
2017-08-28Merge branch 'connect-tests-4'Erik Larkö1-6/+61
2017-08-28Connected, connecting and location info testsErik Larkö1-6/+61
2017-08-28Merge branch 'connect-tests-3'Erik Larkö1-4/+41
2017-08-28Refactor tests and add first location testErik Larkö1-4/+41
2017-08-28Merge branch 'connect-tests-2'Erik Larkö1-0/+11
2017-08-28onConnect testErik Larkö1-0/+11
2017-08-24Merge branch 'rename-to-expiry'Linus Färnstrand16-43/+42
2017-08-24Replace paidUntil with expiryLinus Färnstrand11-31/+30
2017-08-24Fix tests to have ending 'Z' in datetime stringsLinus Färnstrand2-2/+2
2017-08-24Rename paid_until to expiryLinus Färnstrand6-10/+10
2017-08-23Merge branch 'connect-tests-1'Erik Larkö3-8/+66
2017-08-23Refactor Connect props and first disconnected testErik Larkö3-8/+66
2017-08-23Merge branch 'autologin-ux-fix'Erik Larkö3-6/+10
2017-08-22Failed autologins no longer prompts the user with LOGIN FAILEDErik Larkö3-6/+10
2017-08-22Merge branch 'login-refactor-and-tests'Erik Larkö7-108/+799
2017-08-21Refactor Login component and add footer and account input testsErik Larkö7-108/+799
2017-08-18Merge branch 'login-failure-notification-test'Erik Larkö4-2/+352