summaryrefslogtreecommitdiffhomepage
path: root/app/lib/ipc-facade.js
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransportAndrej Mihajlov1-356/+0
2018-06-12Add ShutdownHandler for Main and RendererAndrej Mihajlov1-5/+0
2018-06-05Add formatted source codeAndrej Mihajlov1-137/+151
2018-02-20Add generic parameter to constraint helperAndrej Mihajlov1-6/+9
2018-01-15Add timeout for get_current_locationAndrej Mihajlov1-1/+4
2018-01-15Add optional attribute to Location.cityAndrej Mihajlov1-3/+3
2018-01-15Adapt frontend to removed ip call and changed location structLinus Färnstrand1-20/+12
2018-01-03Add getAllowLan and setAllowLan RPC callsAndrej Mihajlov1-8/+24
2017-12-19Render two level location listAndrej Mihajlov1-2/+4
2017-12-19Add IPC method to fetch relay locationsAndrej Mihajlov1-0/+39
2017-12-05Refine RelaySettingsAndrej Mihajlov1-12/+12
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 Mihajlov1-1/+1
2017-11-23Refactor `RelaySettingsUpdate` typeAndrej Mihajlov1-39/+35
2017-11-23Update RelaySettings annotationAndrej Mihajlov1-5/+19
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ärnstrand1-11/+11
2017-11-23Rename get_location -> get_current_locationLinus Färnstrand1-1/+3
2017-11-23Rename get_ip -> get_public_ipLinus Färnstrand1-3/+3
2017-11-21Add account history IPCAndrej Mihajlov1-0/+19
2017-11-14Rename latlong to positionLinus Färnstrand1-2/+2
2017-11-09Problem reportErik Larkö1-4/+4
2017-11-09Redid the settings state and inlined a few componentsErik Larkö1-1/+1
2017-11-08tcp and portErik Larkö1-8/+46
2017-10-20Shutdown instead of disconnecting the backend on exitErik Larkö1-0/+6
2017-10-16Stupid authentication missErik Larkö1-1/+1
2017-10-16rename auth -> authenticationErik Larkö1-2/+2
2017-10-13Move the auth flow into backend.js and write testsErik Larkö1-109/+52
2017-10-12Add transparent authenticationAndrej Mihajlov1-50/+112
2017-10-12Add auth call to IPCAndrej Mihajlov1-0/+6
2017-09-27Send [null] with the logout call instead of []Erik Larkö1-2/+2
2017-09-12Move the hardcoded relay endpoint data to the Connect componentErik Larkö1-7/+9
2017-09-08Replace setCountry with setCustomRelayErik Larkö1-3/+7
2017-09-04Change accountNumber to accountTokenLinus Färnstrand1-9/+9
2017-08-29Use 30s timeout when getting account data since the BE won\'t reply until it ...Erik Larkö1-1/+4
2017-08-24Rename paid_until to expiryLinus Färnstrand1-3/+3
2017-07-17Start the backend againErik Larkö1-0/+5
2017-07-11New backend statesErik Larkö1-3/+18
2017-07-10AutologinErik Larkö1-0/+12
2017-07-07The Backend class is no longer an EventEmitterErik Larkö1-3/+6
2017-07-07Add tests for the notifcation states AND add the getState endpoint. No tests ...Erik Larkö1-0/+26
2017-07-06Improve error output in RpcServerErik Larkö1-2/+2
2017-06-09Use `validated/object` to validate the IPC responsesErik Larkö1-1/+1
2017-06-09Allow unused args starting with _Erik Larkö1-1/+1
2017-06-09Remove all "any" typesErik Larkö1-4/+12
2017-06-07Validate the IPC API responsesErik Larkö1-8/+25
2017-05-28Prepare for tests: Allow Ipc to accept a WebSocketFactoryErik Larkö1-1/+1
2017-05-28IPC facadeErik Larkö1-0/+71