summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main
AgeCommit message (Collapse)AuthorFilesLines
2019-09-03Only allow dev tools in developmentAndrej Mihajlov1-0/+1
2019-09-03Update menu rolesAndrej Mihajlov1-2/+2
2019-09-03Patch typescript typings and enable node integration (it's off by default now)Andrej Mihajlov1-26/+29
2019-09-02Add set_bridge_settings RPC callAndrej Mihajlov2-1/+8
2019-08-28Switch build pipeline to GulpAndrej Mihajlov1-0/+3
2019-08-23Hide the menubar window when other program captures the focusAndrej Mihajlov1-0/+7
2019-08-22Remove $FlowFixMe commentAndrej Mihajlov1-1/+0
2019-08-22Unsubscribe from daemon events during shutdownAndrej Mihajlov1-3/+20
2019-08-22Add method to unsubscribe from daemon eventsAndrej Mihajlov2-7/+43
2019-08-22Make sure to clean up the connection on closeAndrej Mihajlov1-18/+27
2019-08-16Localize "Invalid account number" errorAndrej Mihajlov1-1/+5
2019-08-16Remove unused errorAndrej Mihajlov1-6/+0
2019-08-16Move login to the main processAndrej Mihajlov2-8/+218
2019-08-16Add IPC handlers for window shape paramsAndrej Mihajlov1-1/+3
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ņķis2-18/+18
2019-07-05Handle wireguard keygen events and fetch public key in main GUI processEmīls Piņķis1-3/+45
2019-07-05Add notifications about failed key generationEmīls Piņķis1-0/+10
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 Filho2-2/+2
2019-07-01Fix a bug in the notifications configuration loadingAndrej Mihajlov1-1/+1
2019-06-28Use broadcasted location in GUIJanito Vaqueiro Ferreira Filho1-9/+17
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 Filho3-19/+14
2019-06-27Add notification settingsAndrej Mihajlov2-5/+28
2019-06-26Support new key events in GUIEmīls Piņķis2-0/+12
2019-06-10Patch frontend to not collect the paths for its own logsAndrej Mihajlov1-12/+5
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-06-05Fix import orderLinus Färnstrand1-1/+1
2019-06-05Log deserialization errorAndrej Mihajlov1-1/+10
2019-05-31Fix gray line issueAndrej Mihajlov1-0/+12
2019-05-29Call daemon RPC to set bridge state in GUIEmīls Piņķis2-0/+9
2019-05-29Fix GUI settings schemaEmīls Piņķis1-2/+2
2019-05-29Adjust RPC dataypes for bridge settingsEmīls Piņķis2-32/+66
2019-04-29Set app menu on macOS only to make hotkeys workAndrej Mihajlov1-5/+5
2019-04-26Add window chrome on LinuxAndrej Mihajlov1-4/+12
2019-04-25Update electron-logAndrej Mihajlov1-50/+22
2019-04-16Migrate to stream-json libraryAndrej Mihajlov1-4/+4
2019-04-11Suppress the message from `execFile` since it may contain sensitive informationAndrej Mihajlov1-1/+1
2019-04-09Translate the map and relay listAndrej Mihajlov2-11/+13
2019-04-02Update the tray icon to `unsecured` state when losing connectivity with daemonAndrej Mihajlov1-0/+3
2019-04-01Fix testsAndrej Mihajlov2-73/+25
2019-03-28Handle relay_list events in GUIAndrej Mihajlov2-27/+5
2019-03-27Update GUI to use a new daemon_event subscriptionAndrej Mihajlov2-37/+27
2019-03-26Update GUI with new GeoIpLocation struct layoutLinus Färnstrand1-1/+2
2019-03-08Pass processed relay list to GUIEmīls Piņķis1-1/+1
2019-03-08Add locale override via env variableAndrej Mihajlov1-1/+21