summaryrefslogtreecommitdiffhomepage
path: root/gui/packages
AgeCommit message (Expand)AuthorFilesLines
2019-02-11Fix the potential reconnect loop in GUI, triggered by the timeout when receiv...Andrej Mihajlov1-19/+28
2019-02-08Upgrade TypeScript to 3.3.3Andrej Mihajlov2-2/+2
2019-02-08Refactor AdvancedSettingsAndrej Mihajlov4-185/+182
2019-02-08Fix linter issuesAndrej Mihajlov76-2782/+2803
2019-02-04TypeScript migrationAndrej Mihajlov203-2660/+2054
2019-02-01Renaming remaining mentions of "security" to "firewall"Linus Färnstrand8-10/+10
2019-01-30Adjust GUI code to new TunnelEndpoint typeEmīls Piņķis7-114/+122
2019-01-30Remove libappindicator as a dependencyLinus Färnstrand1-1/+0
2019-01-29Consider CARGO_TARGET_DIR in build.shLinus Färnstrand1-13/+13
2019-01-29Updating version in package filesLinus Färnstrand1-1/+1
2019-01-29Updating version in package filesLinus Färnstrand1-1/+1
2019-01-24Move DaemonRpc related types to daemon-rpc-typesAndrej Mihajlov20-214/+203
2019-01-24Change tray message for firewall errorJanito Vaqueiro Ferreira Filho1-1/+1
2019-01-24Change banner message for firewall failureJanito Vaqueiro Ferreira Filho1-6/+26
2019-01-24Enable external links on firewall failureJanito Vaqueiro Ferreira Filho1-1/+5
2019-01-24Handle set security policy error as insecure stateJanito Vaqueiro Ferreira Filho4-16/+53
2019-01-24Deprecate and remove DaemonRpcProxyAndrej Mihajlov18-302/+116
2019-01-23Fix error levelsAndrej Mihajlov2-11/+11
2019-01-23Migrate autostart logic to the main processAndrej Mihajlov9-50/+112
2019-01-23Add IPC events for manipulating the accountAndrej Mihajlov4-4/+31
2019-01-22Handle changes to account tokenAndrej Mihajlov4-91/+67
2019-01-18Refactor the SocketTransportAndrej Mihajlov1-68/+80
2019-01-17Skip auto-connect if it was done beforeAndrej Mihajlov1-8/+13
2019-01-17Fix testsAndrej Mihajlov1-2/+2
2019-01-17Update the "login successful" messageAndrej Mihajlov1-9/+8
2019-01-15Add custom modal containerJanito Vaqueiro Ferreira Filho4-68/+181
2019-01-15Add a space between adjacent toggle itemsJanito Vaqueiro Ferreira Filho2-0/+4
2019-01-15Only set daemon auto-connect when it changesJanito Vaqueiro Ferreira Filho1-1/+4
2019-01-15Update auto-connect and auto-start togglesJanito Vaqueiro Ferreira Filho1-9/+5
2019-01-15Don't auto-connect when option is unsetJanito Vaqueiro Ferreira Filho1-3/+5
2019-01-15Update auto-start change to propagate to daemonJanito Vaqueiro Ferreira Filho2-3/+12
2019-01-15Don't map daemon auto-connect value to GUIJanito Vaqueiro Ferreira Filho3-4/+1
2019-01-15Change how auto connect is setJanito Vaqueiro Ferreira Filho1-1/+8
2019-01-15Add IPC call to set `autoConnect`Janito Vaqueiro Ferreira Filho2-0/+9
2019-01-15Add `autoConnect` setting to GUI settingsJanito Vaqueiro Ferreira Filho3-0/+13
2019-01-11Remove the SelectLocation testsAndrej Mihajlov1-142/+0
2019-01-11Migrate the Login view to the new AccordionAndrej Mihajlov1-1/+1
2019-01-11Add hover color for the settings button in the header barAndrej Mihajlov1-0/+1
2019-01-11Allow Cell.Label to break onto many linesAndrej Mihajlov3-2/+7
2019-01-11Optimize the SelectLocation viewAndrej Mihajlov7-295/+501
2019-01-11Optimize the Accordion viewAndrej Mihajlov1-76/+75
2019-01-09Further improve get_current_location RPCEmīls Piņķis2-12/+22
2019-01-09Block when TAP adapter problem is detectedJanito Vaqueiro Ferreira Filho2-1/+5
2019-01-09Updating version metadata to 2018.6Linus Färnstrand1-1/+1
2018-12-21Disable external link menu entries when offlineJanito Vaqueiro Ferreira Filho2-0/+4
2018-12-21Disable expired screen button when offlineJanito Vaqueiro Ferreira Filho1-1/+5
2018-12-21Disable buy more credit button when offlineJanito Vaqueiro Ferreira Filho3-0/+4
2018-12-21Disable button to send problem report when offlineJanito Vaqueiro Ferreira Filho3-1/+12
2018-12-21Add `isBlocked` field to Redux connection stateJanito Vaqueiro Ferreira Filho1-5/+19
2018-12-21Rework IPC interfaceAndrej Mihajlov6-163/+223