summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Expand)AuthorFilesLines
2018-09-13Show app version as soon as possibleJanito Vaqueiro Ferreira Filho2-12/+22
2018-09-13Dismiss SelectLocation first to make sure it does not freeze for the duration...Andrej Mihajlov1-2/+3
2018-09-13Migrate SelectLocation to React.RefAndrej Mihajlov1-23/+11
2018-09-13Add missing test for relay selection callbackAndrej Mihajlov1-0/+28
2018-09-13Limit the amount of state passed to SelectLocation viewAndrej Mihajlov3-43/+31
2018-09-13Stop logging notification payloadsAndrej Mihajlov1-2/+2
2018-09-13Fix out of date log wording in JsonRpcClient.send()Andrej Mihajlov1-1/+1
2018-09-13Remove deprecated RPC gettersAndrej Mihajlov1-63/+0
2018-09-13Add RPC subscription proxyAndrej Mihajlov5-143/+271
2018-09-13Remove calls to fetchRelaySettingsAndrej Mihajlov2-2/+0
2018-09-13Add underscore <=> camelCase conversion for RPC schemasAndrej Mihajlov7-31/+44
2018-09-13Add new settings RPC methodsAndrej Mihajlov1-0/+59
2018-09-12Remove old `no_account_token` block reasonJanito Vaqueiro Ferreira Filho2-6/+2
2018-09-12Fix `ipv6_unavailable` block reason name in GUIJanito Vaqueiro Ferreira Filho2-2/+2
2018-09-12Move the mullvad.exe CLI binary back to resource dir temporarilyLinus Färnstrand1-1/+0
2018-09-10Add SubscriptionListener to streamline nullability handlingAndrej Mihajlov2-16/+33
2018-09-10Refactor ConnectionObserverAndrej Mihajlov2-40/+39
2018-09-10We never dispose `App` so no need to have a cleanup routineAndrej Mihajlov1-15/+0
2018-09-10Add TunnelStateTransition and TunnelState enumAndrej Mihajlov4-69/+50
2018-09-10Revamp account data cacheAndrej Mihajlov1-27/+54
2018-09-10Store accountToken in AppAndrej Mihajlov1-23/+30
2018-09-10Add disconnecting stateAndrej Mihajlov4-60/+86
2018-09-10Remove unused codeAndrej Mihajlov1-23/+1
2018-09-10Reconnect to GUI to daemon if socket was disconnected abruptlyEmīls Piņķis3-35/+38
2018-09-07Remove daemon state from reduxAndrej Mihajlov4-73/+0
2018-09-07Hack the history to prevent user from coming to restricted screensAndrej Mihajlov1-2/+23
2018-09-07Remove smart routesAndrej Mihajlov2-106/+24
2018-09-07Move mullvad CLI binary to directly under install dirLinus Färnstrand1-9/+12
2018-09-07Add and bundle macOS uninstall scriptLinus Färnstrand1-0/+2
2018-09-06Fix relay list schemaEmīls Piņķis2-4/+2
2018-09-06Allow selecting relay in sole city of a countryJanito Vaqueiro Ferreira Filho1-2/+6
2018-09-06Add function to build `BlockedError` messageJanito Vaqueiro Ferreira Filho1-19/+18
2018-09-06Add `BlockReason::Ipv6Unavailable`Janito Vaqueiro Ferreira Filho2-0/+5
2018-09-06Override the default timeout for get_version_infoAndrej Mihajlov1-1/+1
2018-09-06Add a constant for RPC calls that do networkingAndrej Mihajlov1-7/+5
2018-09-05Show selected server in `Connect` screenJanito Vaqueiro Ferreira Filho1-0/+9
2018-09-05Show individual servers in GUILinus Färnstrand3-10/+111
2018-09-05Allow setting relay location with hostnameJanito Vaqueiro Ferreira Filho2-1/+16
2018-09-05Add relay servers to relay list typesJanito Vaqueiro Ferreira Filho2-0/+27
2018-09-05Update RelayListSchemaLinus Färnstrand2-0/+10
2018-09-05Remove the call to disconnectTunnel() because setAccount(null) does that auto...Andrej Mihajlov1-5/+3
2018-09-05Move `enable_ipv6` to `TunnelOptions`Janito Vaqueiro Ferreira Filho2-8/+4
2018-09-05Change IPC to Enable IPv6 tunnel optionJanito Vaqueiro Ferreira Filho2-4/+4
2018-09-04Migrate CustomScrollbars to React.Ref<T>Andrej Mihajlov1-29/+23
2018-09-04Add draggable scroll thumbAndrej Mihajlov2-20/+212
2018-09-04Make not finding a suitable relay block the networkLinus Färnstrand2-2/+17
2018-09-04Stop service if running before upgradeJanito Vaqueiro Ferreira Filho1-2/+4
2018-09-04Only install config. files for one init systemJanito Vaqueiro Ferreira Filho1-8/+8
2018-09-04Support Upstart init systemJanito Vaqueiro Ferreira Filho1-2/+6
2018-09-04Stop and disable service before files are removedJanito Vaqueiro Ferreira Filho1-2/+4