summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/app.tsx
AgeCommit message (Expand)AuthorFilesLines
2019-09-19Translate locationAndrej Mihajlov1-6/+24
2019-09-18Fix relay list sort orderAndrej Mihajlov1-2/+2
2019-09-17Don't sort countries and cities with natural sortingLinus Färnstrand1-6/+2
2019-09-17Use natural sorting in the Electron GUILinus Färnstrand1-3/+7
2019-09-13Add "Closest to exit server" option in bridge selectorAndrej Mihajlov1-3/+2
2019-09-13Fix typoAndrej Mihajlov1-3/+3
2019-09-13Sort relaysAndrej Mihajlov1-1/+3
2019-09-13Migrate UI to use the new "active" flag in the relay list v3 schemaAndrej Mihajlov1-2/+2
2019-09-12Add bridge selectorAndrej Mihajlov1-6/+41
2019-09-11Use liftConstraint to unpack RelaySettingsAndrej Mihajlov1-10/+10
2019-09-05Add button to regenerate keyEmīls Piņķis1-5/+19
2019-08-23Filter out the repeating calls to onDaemonConnectedAndrej Mihajlov1-0/+6
2019-08-16Move login to the main processAndrej Mihajlov1-78/+10
2019-08-16Add IPC handlers for window shape paramsAndrej Mihajlov1-10/+6
2019-07-30Allow setting TunnelProtocol constraint from GUIEmīls Piņķis1-18/+10
2019-07-26Adjust GUI code to the new settings schemaEmīls Piņķis1-28/+16
2019-07-05Make app listen for keygen eventsEmīls Piņķis1-0/+5
2019-07-05Wire up IPC for generating and verifying wireguard keysEmīls Piņķis1-0/+23
2019-06-28Rename `TunnelState` in GUIJanito Vaqueiro Ferreira Filho1-9/+6
2019-06-27Add notification settingsAndrej Mihajlov1-3/+7
2019-06-10Update bridge state controls when new settings are pushedEmīls Piņķis1-0/+1
2019-05-29Add shadowsocks bridge selectorAndrej Mihajlov1-0/+7
2019-05-15Fix account token verificationAndrej Mihajlov1-1/+1
2019-04-25Update electron-logAndrej Mihajlov1-0/+3
2019-04-11Add error boundaryAndrej Mihajlov1-6/+9
2019-04-09Translate the map and relay listAndrej Mihajlov1-2/+4
2019-04-01Fix testsAndrej Mihajlov1-118/+3
2019-03-19Improve alphabetical sorting in GUIEmīls Piņķis1-10/+2
2019-03-18Sort relay list countries and cities by name in GUIEmīls Piņķis1-13/+25
2019-03-13Revamp transition container to support transition queuesAndrej Mihajlov1-5/+7
2019-03-08Add locale override via env variableAndrej Mihajlov1-4/+6
2019-03-07Add heuristics around account expiry to predict when it becomes staleAndrej Mihajlov1-1/+23
2019-03-07Take into account the block_when_connected setting to determine if the connec...Andrej Mihajlov1-1/+29
2019-03-07Improve type safety when using redux actionsAndrej Mihajlov1-52/+50
2019-03-07Expose the locale via route propsAndrej Mihajlov1-1/+6
2019-03-01Convert AccountFetchRetryAction to enumAndrej Mihajlov1-4/+7
2019-03-01Use global.setTimeout to disambiguate from window.setTimeoutAndrej Mihajlov1-2/+2
2019-03-01Move desktop to the rootAndrej Mihajlov1-0/+652