summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/redux
AgeCommit message (Expand)AuthorFilesLines
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