summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/redux
AgeCommit message (Expand)AuthorFilesLines
2021-02-09Open correct part of download page when running a beta versionOskar Nyberg1-0/+3
2021-01-26Pass env and platform from process API over IPC to rendererOskar Nyberg2-2/+2
2021-01-15Use new loggerOskar Nyberg1-1/+1
2020-11-19Add setting for making app a windowOskar Nyberg1-0/+1
2020-11-16Add custom DNS to frontend RPC and to Redux storeOskar Nyberg2-2/+35
2020-11-02Replace connected-react-router with use of withRouter()Oskar Nyberg1-10/+3
2020-10-30Add custom history implementationOskar Nyberg1-1/+1
2020-10-29Add ESLint rule to force single quotesOskar Nyberg1-1/+1
2020-10-13Remember scroll position when navigating backOskar Nyberg2-1/+45
2020-09-25Reload duration since key was generated every minute and when the app is openedOskar Nyberg2-1/+20
2020-06-25Update GUI to not show update info if the app is too newEmīls2-15/+5
2020-06-05Remove use of spread operator for action data in reducersOskar Nyberg3-41/+32
2020-06-04Rename all usages of currentIsSupported to just supportedOskar Nyberg2-8/+8
2020-05-25Disable beta program toggle when running betaOskar Nyberg2-1/+10
2020-05-25Use null instead of undefined to represent up to date in nextUpdateOskar Nyberg2-3/+3
2020-05-14Always enable the beta program in beta versionsDavid Lönnhager2-4/+4
2020-04-27Upgrade redux, react-redux, react-router and connected-react-routerOskar Nyberg1-6/+3
2020-04-15Update to prettier 2.0.4, bump gettext-extractor and gettext-parser to the la...Andrej Mihajlov6-6/+6
2020-04-03Create new account when pressing create account buttonOskar Nyberg2-14/+76
2020-03-11Use beta program flag in the GUIDavid Lönnhager3-2/+22
2020-03-10Add wireguard mtu callOskar Nyberg2-0/+27
2020-02-19Fix linter problems caused by @typescript-eslint/no-explicit-anyOskar Nyberg1-0/+1
2020-01-31Use language code to display selected languageOskar Nyberg2-19/+0
2020-01-24Reset key errors when validating key or generating new keyOskar Nyberg1-2/+12
2019-12-09Adjust desktop GUI code to use new error stateEmīls2-8/+11
2019-09-25Propagate the display name for the preferred locale and show it in the Settin...Andrej Mihajlov2-1/+25
2019-09-25Add language selectorAndrej Mihajlov3-1/+20
2019-09-13Migrate UI to use the new "active" flag in the relay list v3 schemaAndrej Mihajlov1-0/+1
2019-09-12Add bridge selectorAndrej Mihajlov4-3/+89
2019-09-11Add Constraint<T> and LiftedConstraint<T> helper typesAndrej Mihajlov1-5/+6
2019-09-09Add current_is_outdated support to Electron frontendLinus Färnstrand2-3/+2
2019-09-05Add button to regenerate keyEmīls Piņķis2-25/+88
2019-07-30Allow setting TunnelProtocol constraint from GUIEmīls Piņķis1-4/+12
2019-07-26Adjust GUI code to the new settings schemaEmīls Piņķis1-0/+3
2019-07-05Add wireguard key redux actionsEmīls Piņķis2-3/+187
2019-06-28Change how tunnel endpoint is broadcastedJanito Vaqueiro Ferreira Filho2-9/+9
2019-06-28Rename `TunnelState` in GUIJanito Vaqueiro Ferreira Filho1-2/+2
2019-06-27Add notification settingsAndrej Mihajlov1-0/+1
2019-06-27Refactor connection panel into containerAndrej Mihajlov2-10/+8
2019-06-06Show bridge info in GUIEmīls Piņķis1-0/+2
2019-05-31Refactor SelectorItem in advanced settingsEmīls Piņķis1-3/+3
2019-05-29Add shadowsocks bridge selectorAndrej Mihajlov2-1/+24
2019-03-26Update GUI with new GeoIpLocation struct layoutLinus Färnstrand1-2/+4
2019-03-07Take into account the block_when_connected setting to determine if the connec...Andrej Mihajlov2-6/+22
2019-03-07Remove the legacy ipv4AddrExit fieldAndrej Mihajlov1-1/+0
2019-03-07Improve type safety when using redux actionsAndrej Mihajlov1-2/+2
2019-03-07Remove isOnline flagAndrej Mihajlov2-33/+1
2019-03-04Add missing `ip` field in `NEW_LOCATION` actionAndrej Mihajlov2-12/+9
2019-03-04Update GUI to use new appVersionInfo layoutLinus Färnstrand1-5/+2
2019-03-01Move desktop to the rootAndrej Mihajlov13-0/+944