summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main/index.ts
AgeCommit message (Expand)AuthorFilesLines
2020-04-15Update to prettier 2.0.4, bump gettext-extractor and gettext-parser to the la...Andrej Mihajlov1-5/+1
2020-04-06Add submitVoucher callOskar Nyberg1-0/+3
2020-04-06Make welcome screen disappear after adding time to accountOskar Nyberg1-2/+2
2020-04-03Fix tray icon menu on UbuntuOskar Nyberg1-0/+24
2020-04-03Update Electron to 8.2.0Oskar Nyberg1-0/+4
2020-04-03Create new account when pressing create account buttonOskar Nyberg1-0/+10
2020-03-30Create tray icon after tunnel state is knownOskar Nyberg1-6/+13
2020-03-26Add beta program toggle in preferencesOskar Nyberg1-0/+3
2020-03-26Prevent expiry notification from showing if account has expiredOskar Nyberg1-0/+1
2020-03-11Use beta program flag in the GUIDavid Lönnhager1-5/+3
2020-03-10Add wireguard mtu callOskar Nyberg1-0/+3
2020-02-21Fix linter problems caused by @typescript-eslint/no-floating-promisesOskar Nyberg1-8/+13
2020-02-19Fix linter problems caused by @typescript-eslint/no-var-requiresOskar Nyberg1-0/+2
2020-02-19Install and configure eslintOskar Nyberg1-1/+0
2020-02-11Add account expiry warning notificationOskar Nyberg1-0/+32
2020-02-06Enable monochrome icons setting for all platformsOskar Nyberg1-5/+2
2020-02-06Pass function for reconnecting to TunnelControlOskar Nyberg1-0/+1
2020-01-27Fix deprecated Electron APIsAndrej Mihajlov1-7/+2
2019-12-09Adjust desktop GUI code to use new error stateEmīls1-7/+5
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ärnstrand1-0/+6
2019-10-07Use authentication token in URLsEmīls Piņķis1-0/+1
2019-09-25Move "system" constant to SYSTEM_PREFERRED_LOCALE_KEY and remove MULLVAD_LOCA...Andrej Mihajlov1-19/+7
2019-09-25Add language selectorAndrej Mihajlov1-9/+38
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 Mihajlov1-30/+32
2019-09-12Add bridge selectorAndrej Mihajlov1-17/+63
2019-09-09Add current_is_outdated support to Electron frontendLinus Färnstrand1-16/+1
2019-09-05Add button to regenerate keyEmīls Piņķis1-2/+3
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 Mihajlov1-1/+3
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-16Localize "Invalid account number" errorAndrej Mihajlov1-1/+5
2019-08-16Move login to the main processAndrej Mihajlov1-8/+100
2019-07-26Adjust GUI code to the new settings schemaEmīls Piņķis1-3/+10
2019-07-05Handle wireguard keygen events and fetch public key in main GUI processEmīls Piņķis1-3/+45
2019-07-01Make relay location broadcast optionalJanito Vaqueiro Ferreira Filho1-1/+1
2019-06-28Use broadcasted location in GUIJanito Vaqueiro Ferreira Filho1-9/+17
2019-06-28Rename `TunnelState` in GUIJanito Vaqueiro Ferreira Filho1-10/+7
2019-06-27Add notification settingsAndrej Mihajlov1-5/+15