summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main/daemon-rpc.ts
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Update GUI to not show update info if the app is too newEmīls1-3/+1
2020-05-14Always enable the beta program in beta versionsDavid Lönnhager1-1/+1
2020-04-30Fix deserialization of AppVersionInfo in GUIDavid Lönnhager1-2/+3
2020-04-06Add submitVoucher callOskar Nyberg1-0/+25
2020-04-03Create new account when pressing create account buttonOskar Nyberg1-0/+5
2020-03-26Add beta program toggle in preferencesOskar Nyberg1-0/+4
2020-03-11Use beta program flag in the GUIDavid Lönnhager1-1/+1
2020-03-10Add wireguard mtu callOskar Nyberg1-0/+4
2020-02-21Fix linter problems caused by @typescript-eslint/no-floating-promisesOskar Nyberg1-3/+3
2020-02-21Fix linter problems caused by require-awaitOskar Nyberg1-1/+1
2020-02-19Fix linter problems caused by @typescript-eslint/no-explicit-anyOskar Nyberg1-12/+13
2020-02-06Pass function for reconnecting to TunnelControlOskar Nyberg1-0/+4
2019-12-09Adjust desktop GUI code to use new error stateEmīls1-26/+29
2019-10-07Stub for supporting AppVersionInfo pushing to Electron GUILinus Färnstrand1-0/+3
2019-10-07Use authentication token in URLsEmīls Piņķis1-0/+9
2019-09-13Migrate UI to use the new "active" flag in the relay list v3 schemaAndrej Mihajlov1-0/+1
2019-09-09Add current_is_outdated support to Electron frontendLinus Färnstrand1-0/+1
2019-09-05Add button to regenerate keyEmīls Piņķis1-3/+12
2019-09-02Add set_bridge_settings RPC callAndrej Mihajlov1-0/+5
2019-08-22Add method to unsubscribe from daemon eventsAndrej Mihajlov1-6/+24
2019-08-11Parse tunnel parameter block reason in GUIEmīls Piņķis1-1/+9
2019-07-26Adjust GUI code to the new settings schemaEmīls Piņķis1-15/+8
2019-07-05Add daemon RPCs to gui to generate and verify keysEmīls Piņķis1-6/+43
2019-07-01Make relay location broadcast optionalJanito Vaqueiro Ferreira Filho1-1/+1
2019-06-28Rename `StateTransition` event into `TunnelState`Janito Vaqueiro Ferreira Filho1-1/+1
2019-06-28Include location in `TunnelState`Janito Vaqueiro Ferreira Filho1-0/+1
2019-06-28Change how tunnel endpoint is broadcastedJanito Vaqueiro Ferreira Filho1-11/+13
2019-06-28Rename `TunnelState` in GUIJanito Vaqueiro Ferreira Filho1-7/+5
2019-06-26Support new key events in GUIEmīls Piņķis1-0/+8
2019-06-06Add bridge_hostname to GeoIpLocationEmīls Piņķis1-0/+1
2019-06-05Add BridgeEndpoint to TunnelEndpoint in GUIEmīls Piņķis1-0/+7
2019-05-29Call daemon RPC to set bridge state in GUIEmīls Piņķis1-0/+5
2019-05-29Fix GUI settings schemaEmīls Piņķis1-2/+2
2019-05-29Adjust RPC dataypes for bridge settingsEmīls Piņķis1-28/+50
2019-03-28Handle relay_list events in GUIAndrej Mihajlov1-0/+3
2019-03-27Update GUI to use a new daemon_event subscriptionAndrej Mihajlov1-20/+17
2019-03-26Update GUI with new GeoIpLocation struct layoutLinus Färnstrand1-1/+2
2019-03-08Update relay list type and schema to allow for containing tunnel dataEmīls Piņķis1-1/+15
2019-03-07Fix custom relay settings schema in daemon-rpc.tsEmīls Piņķis1-1/+2
2019-03-04Update GUI to use new appVersionInfo layoutLinus Färnstrand1-4/+2
2019-03-01Properly handle the edge case when the daemon is not able to return the locationAndrej Mihajlov1-1/+6
2019-03-01Move desktop to the rootAndrej Mihajlov1-0/+510