summaryrefslogtreecommitdiffhomepage
path: root/test/mocks
AgeCommit message (Collapse)AuthorFilesLines
2018-07-16Remove dead codeAndrej Mihajlov1-103/+0
2018-07-03Remove tests that we are not going to fixAndrej Mihajlov2-21/+20
2018-07-03Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransportAndrej Mihajlov1-31/+27
2018-06-20Rename strange variable `l` to `listener`Andrej Mihajlov1-4/+4
2018-06-05Add formatted source codeAndrej Mihajlov2-36/+39
2018-02-20Fix flow annotations to work on flow v0.66Andrej Mihajlov1-5/+5
2018-01-15Adapt frontend to removed ip call and changed location structLinus Färnstrand1-5/+4
2018-01-03Add getAllowLan and setAllowLan RPC callsAndrej Mihajlov1-3/+7
2017-12-19Add IPC method to fetch relay locationsAndrej Mihajlov1-0/+4
2017-11-23Change default udp port to 1301Linus Färnstrand1-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ärnstrand1-1/+1
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-21Add account history IPCAndrej Mihajlov1-2/+6
2017-11-20Always connect to the server set in the settingsErik Larkö1-19/+0
2017-11-14Rename latlong to positionLinus Färnstrand1-1/+1
2017-11-08tcp and portErik Larkö1-1/+9
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-16rename auth -> authenticationErik Larkö1-2/+2
2017-10-13Move the auth flow into backend.js and write testsErik Larkö1-2/+14
2017-10-12Add transparent authenticationAndrej Mihajlov1-5/+2
2017-10-12Add IPC address parser helperAndrej Mihajlov1-0/+3
2017-09-08Replace setCountry with setCustomRelayErik Larkö1-1/+1
2017-09-04Change accountNumber to accountTokenLinus Färnstrand2-3/+3
2017-08-24Rename paid_until to expiryLinus Färnstrand1-1/+1
2017-08-07Use new actions in autologinErik Larkö1-1/+2
2017-07-31Remove isomorphic-fetch since 'electron-mocha --renderer' runs tests in WebkitAndrej Mihajlov1-5/+1
2017-07-17Start the backend againErik Larkö1-0/+1
2017-07-13Add tests for Account componentAndrej Mihajlov1-34/+0
2017-07-11New backend statesErik Larkö1-1/+4
2017-07-10AutologinErik Larkö1-0/+4
2017-07-07The Backend class is no longer an EventEmitterErik Larkö1-1/+1
2017-07-07Add tests for the notifcation states AND add the getState endpoint. No tests ↵Erik Larkö1-32/+52
for it though
2017-07-03Rename account.account -> account.accountNumberErik Larkö1-1/+1
2017-07-03Moved the redux stuff into separate folder and renamed user->account and ↵Erik Larkö1-2/+2
connect->connection
2017-06-21Replace ConnectionState & LoginState with Flow alternativeAndrej Mihajlov1-3/+2
2017-05-28Rename backend mockErik Larkö1-0/+0
2017-05-28IPC facadeErik Larkö2-32/+37
2017-05-19Update the tests to use the new APIErik Larkö1-8/+8
2017-04-03Mock backendErik Larkö1-5/+27
2017-03-21Filter out isOnline updates for main testsAndrej Mihajlov1-1/+5
2017-03-10Fix paths in mocks for backendAndrej Mihajlov1-3/+3
2017-03-09- Add basic tests for AccountInputAndrej Mihajlov2-0/+87
- Add JSDOM