summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/containers
AgeCommit message (Expand)AuthorFilesLines
2021-02-09Open correct part of download page when running a beta versionOskar Nyberg2-0/+2
2021-01-26Pass parsed translations over IPC to rendererOskar Nyberg1-2/+2
2021-01-15Use new loggerOskar Nyberg5-5/+5
2020-12-17Replace usage of Electron APIs in renderer process with IPC callsOskar Nyberg3-8/+5
2020-12-10Move problem report ipc calls to ipc-event-channelOskar Nyberg1-5/+5
2020-11-25Remove use of deprecated function openItemOskar Nyberg1-1/+2
2020-11-19Adjust app to handle window modeOskar Nyberg1-0/+1
2020-11-19Add setting for making app a windowOskar Nyberg1-1/+4
2020-11-16Add custom DNS settingOskar Nyberg1-1/+12
2020-11-02Replace connected-react-router with use of withRouter()Oskar Nyberg9-65/+57
2020-09-25Reload duration since key was generated every minute and when the app is openedOskar Nyberg1-0/+1
2020-08-14Add split-tunneling view on LinuxOskar Nyberg1-0/+1
2020-07-01Convert HeaderBar components from ReactXPOskar Nyberg3-25/+0
2020-06-25Update GUI to not show update info if the app is too newEmīls2-6/+2
2020-06-24Refactor AccountExpiryOskar Nyberg2-8/+2
2020-06-10Change SecuredLabel to 'BLOCKED CONNECTION' when disconnected and always requ...Oskar Nyberg1-0/+1
2020-06-10Categorize notifications and their logic into notification definitionOskar Nyberg1-30/+0
2020-06-04Rename all usages of currentIsSupported to just supportedOskar Nyberg1-1/+1
2020-05-25Disable beta program toggle when running betaOskar Nyberg1-0/+1
2020-05-18Convert RedeemVoucher.tsx to styled components and functional componentsOskar Nyberg1-19/+0
2020-04-15Update to prettier 2.0.4, bump gettext-extractor and gettext-parser to the la...Andrej Mihajlov1-3/+1
2020-04-06Add component for submitting voucherOskar Nyberg1-0/+19
2020-04-06Add "block when disconnected" setting in the out of time viewOskar Nyberg1-0/+7
2020-04-06Merge NewAccountView.tsx into ExpiredAccountErrorView.tsxOskar Nyberg2-7/+15
2020-04-06Make welcome screen disappear after adding time to accountOskar Nyberg1-0/+26
2020-04-06Add view shown after creating accountOskar Nyberg1-0/+2
2020-04-03Create new account when pressing create account buttonOskar Nyberg1-2/+2
2020-03-26Add beta program toggle in preferencesOskar Nyberg1-0/+4
2020-03-17Change message shown when reconnecting with new wireguard keyOskar Nyberg1-0/+1
2020-03-11Use beta program flag in the GUIDavid Lönnhager2-2/+6
2020-03-10Add WireGuard MTU setting to guiOskar Nyberg1-0/+9
2020-02-21Fix linter problems caused by @typescript-eslint/no-floating-promisesOskar Nyberg3-3/+6
2020-02-19Fix linter problems caused by prettier/prettierOskar Nyberg13-72/+13
2020-02-12Add outdated version dialog when navigating to problem reportOskar Nyberg1-0/+2
2020-02-11Add account expiry warning notificationOskar Nyberg2-2/+2
2020-02-06Enable monochrome icons setting for all platformsOskar Nyberg1-1/+0
2020-02-06Pass function for reconnecting to TunnelControlOskar Nyberg1-0/+7
2020-01-31Use language code to display selected languageOskar Nyberg1-6/+11
2020-01-28Disable wireguard if there's no wireguard keyOskar Nyberg1-0/+1
2019-11-25Enable wireguard keys menu on all platformsEmīls Piņķis1-2/+0
2019-10-09Use authenticated URLs in ExpiredAccountErrorViewEmīls Piņķis1-2/+0
2019-10-07Use authenticated URL in componentsEmīls Piņķis4-9/+8
2019-10-07Pass `app` via custom contextAndrej Mihajlov12-77/+89
2019-10-07Add container for NotificationAreaAndrej Mihajlov1-0/+32
2019-09-25Propagate the display name for the preferred locale and show it in the Settin...Andrej Mihajlov1-0/+1
2019-09-25Add language selectorAndrej Mihajlov5-8/+40
2019-09-18Fix relay list sort orderAndrej Mihajlov1-8/+4
2019-09-13Add "Closest to exit server" option in bridge selectorAndrej Mihajlov2-11/+20
2019-09-12Add bridge selectorAndrej Mihajlov1-6/+51
2019-09-09Add current_is_outdated support to Electron frontendLinus Färnstrand1-1/+1