summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-28Switch build pipeline to GulpAndrej Mihajlov2-9/+4
2019-08-23Filter out the repeating calls to onDaemonConnectedAndrej Mihajlov1-0/+6
2019-08-23Disable action buttons while collecting a problem reportAndrej Mihajlov1-9/+29
2019-08-23Remove explicit returns of implied resultAndrej Mihajlov1-9/+3
2019-08-23Fix line heightAndrej Mihajlov1-0/+1
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-22Guard the calls to webContents.sendAndrej Mihajlov1-2/+10
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 Mihajlov4-104/+127
2019-08-16Add IPC handlers for window shape paramsAndrej Mihajlov3-11/+20
2019-08-15Make margins around the account label clickableAndrej Mihajlov1-3/+5
2019-08-11Improve wireguard key error messageEmīls Piņķis1-1/+1
2019-08-11Parse tunnel parameter block reason in GUIEmīls Piņķis3-8/+42
2019-08-09Add message about third party software on WindowsLinus Färnstrand1-5/+13
2019-08-08Don't mention "in website" on wireguard key buttonLinus Färnstrand1-1/+1
2019-08-08Only show OpenVPN constraints when OpenVPN is activeLinus Färnstrand1-27/+35
2019-08-08Make setting naming more consistentLinus Färnstrand1-3/+3
2019-08-07Improve no-matching-relay error message in GUIEmīls Piņķis1-1/+1
2019-08-01Show all tunnel constraints options all of the timeEmīls Piņķis1-34/+27
2019-07-30Ensure new options are not shown on WindowsEmīls Piņķis1-2/+3
2019-07-30Allow setting TunnelProtocol constraint from GUIEmīls Piņķis8-65/+258
2019-07-26Adjust GUI code to the new settings schemaEmīls Piņķis6-68/+60
2019-07-17Translate city on switch location buttonLinus Färnstrand1-1/+1
2019-07-15Add transition rule for wireguard-keys pageEmīls Piņķis1-0/+1
2019-07-05Only show WireguardKeysPage on non-windowsEmīls Piņķis2-8/+19
2019-07-05Add routing to get to WireguardKeys pageEmīls Piņķis3-2/+18
2019-07-05Add WireugardKeys pageEmīls Piņķis3-0/+243
2019-07-05Make app listen for keygen eventsEmīls Piņķis1-0/+5
2019-07-05Wire up IPC for generating and verifying wireguard keysEmīls Piņķis1-0/+23
2019-07-05Add key management URL to configEmīls Piņķis1-0/+1
2019-07-05Add wireguard key redux actionsEmīls Piņķis3-4/+188
2019-07-05Add wireguard key RPCs for GUIEmīls Piņķis1-0/+33
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-05Remove duplication in help textLinus Färnstrand1-1/+1
2019-07-05Fix formattingLinus Färnstrand1-5/+5
2019-07-05Separate conditional message as separate footerLinus Färnstrand1-8/+10
2019-07-05Improve help text shown around "Block when disconnected"Linus Färnstrand1-1/+9
2019-07-01Make relay location broadcast optionalJanito Vaqueiro Ferreira Filho3-3/+3
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 Filho2-2/+2
2019-06-28Include location in `TunnelState`Janito Vaqueiro Ferreira Filho2-0/+2
2019-06-28Change how tunnel endpoint is broadcastedJanito Vaqueiro Ferreira Filho5-24/+30