summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2017-12-06Fix testsAndrej Mihajlov5-143/+113
2017-12-06Add relay constraint builder and basic testsAndrej Mihajlov1-0/+151
2017-12-05Remove unused connection.serverAddressAndrej Mihajlov2-2/+0
2017-11-23Pass protocol and port to Backend#connectAndrej Mihajlov5-11/+13
2017-11-23Change default udp port to 1301Linus Färnstrand1-1/+1
2017-11-23Patch up testsAndrej Mihajlov1-1/+1
2017-11-23Fix flow annotationsAndrej Mihajlov1-5/+9
2017-11-23Rename getRelayConstraints to getRelaySettings in mocks/ipcAndrej Mihajlov1-1/+1
2017-11-23Rename RelayConstraints -> RelaySettingsLinus Färnstrand5-7/+7
2017-11-23Rename get_location -> get_current_locationLinus Färnstrand1-1/+3
2017-11-23Rename get_ip -> get_public_ipLinus Färnstrand1-1/+1
2017-11-21Remove unused helpersAndrej Mihajlov1-20/+1
2017-11-21Refine Login component testsAndrej Mihajlov1-27/+18
2017-11-21Fix testsAndrej Mihajlov1-18/+12
2017-11-21Add account history IPCAndrej Mihajlov4-2/+12
2017-11-20Always connect to the server set in the settingsErik Larkö3-23/+9
2017-11-14Rename latlong to positionLinus Färnstrand1-1/+1
2017-11-09Redact account token from logsErik Larkö1-0/+6
2017-11-09Problem reportErik Larkö1-4/+54
2017-11-09Redid the settings state and inlined a few componentsErik Larkö3-14/+8
2017-11-08tcp and portErik Larkö6-44/+48
2017-10-20Refactored the mock IPC to use Promise.resolveErik Larkö1-38/+35
2017-10-20Shutdown instead of disconnecting the backend on exitErik Larkö1-0/+1
2017-10-19Add tests for Support componentAndrej Mihajlov1-0/+70
2017-10-19Add test for support item in settingsAndrej Mihajlov1-0/+8
2017-10-19Update tests for settingsAndrej Mihajlov1-1/+1
2017-10-19Add hook to view support formAndrej Mihajlov1-2/+2
2017-10-16Update tests for new IPsLinus Färnstrand1-5/+5
2017-10-16rename auth -> authenticationErik Larkö2-4/+4
2017-10-13Move the auth flow into backend.js and write testsErik Larkö5-20/+127
2017-10-12Add transparent authenticationAndrej Mihajlov1-5/+2
2017-10-12Add IPC address parser helperAndrej Mihajlov1-0/+3
2017-10-05Remove the auto-secure settingErik Larkö2-21/+0
2017-10-03Show the country when securing the connectionErik Larkö1-2/+31
2017-10-02Remove fastest and nearest serversErik Larkö1-14/+1
2017-10-02More realistic mock IPsErik Larkö1-4/+4
2017-10-02Store the unsubmitted account token in the redux storeErik Larkö1-2/+4
2017-09-27Don't autoconnect if the autologin failsErik Larkö1-1/+13
2017-09-27Send [null] with the logout call instead of []Erik Larkö1-2/+2
2017-09-27Show different locations if the user is connected or notErik Larkö1-2/+2
2017-09-27Don't reconnect to the previously preferred serverErik Larkö1-3/+3
2017-09-25Read the city and coutry from the temporary config until we implement it in ↵Erik Larkö1-6/+18
the backend
2017-09-12Move the hardcoded relay endpoint data to the Connect componentErik Larkö2-7/+18
2017-09-08Replace setCountry with setCustomRelayErik Larkö2-4/+4
2017-09-04Change accountNumber to accountTokenLinus Färnstrand8-17/+17
2017-08-29Increase default ipc timeoutErik Larkö1-2/+2
2017-08-28Allow each IPC call to have a different timeoutErik Larkö1-2/+1
2017-08-28Connected, connecting and location info testsErik Larkö1-6/+61
2017-08-28Refactor tests and add first location testErik Larkö1-4/+41
2017-08-28onConnect testErik Larkö1-0/+11