summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main
AgeCommit message (Expand)AuthorFilesLines
2020-02-06Enable monochrome icons setting for all platformsOskar Nyberg2-18/+11
2020-02-06Add support for .ico filesOskar Nyberg1-12/+13
2020-02-06Pass function for reconnecting to TunnelControlOskar Nyberg2-0/+5
2020-01-27Fix deprecated Electron APIsAndrej Mihajlov2-8/+3
2019-12-09Adjust desktop GUI code to use new error stateEmīls3-45/+43
2019-10-23Show relay name in notificationsDavid Lönnhager1-2/+32
2019-10-23Use larger PNG icon in notifications on WindowsDavid Lönnhager1-0/+10
2019-10-09Adapt to problem-report binary being called mullvad-problem-reportLinus Färnstrand1-2/+2
2019-10-08Don't log args when a problem report send failsLinus Färnstrand1-5/+5
2019-10-07Update GUI when new version info is receivedEmīls Piņķis1-29/+1
2019-10-07Stub for supporting AppVersionInfo pushing to Electron GUILinus Färnstrand2-0/+9
2019-10-07Use authentication token in URLsEmīls Piņķis2-0/+10
2019-09-25Move "system" constant to SYSTEM_PREFERRED_LOCALE_KEY and remove MULLVAD_LOCA...Andrej Mihajlov2-21/+9
2019-09-25Add language selectorAndrej Mihajlov2-28/+65
2019-09-25Add language settingAndrej Mihajlov1-0/+8
2019-09-13Add "Closest to exit server" option in bridge selectorAndrej Mihajlov1-13/+3
2019-09-13Reset bridge constraints to `any` when the state is set to auto or offAndrej Mihajlov1-3/+12
2019-09-13Migrate UI to use the new "active" flag in the relay list v3 schemaAndrej Mihajlov2-30/+33
2019-09-12Add bridge selectorAndrej Mihajlov1-17/+63
2019-09-09Add current_is_outdated support to Electron frontendLinus Färnstrand2-16/+2
2019-09-05Add button to regenerate keyEmīls Piņķis2-5/+15
2019-09-03Rename Mullvad label to "Mullvad VPN"Andrej Mihajlov1-2/+2
2019-09-03Set app menu on LinuxAndrej Mihajlov1-0/+12
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