summaryrefslogtreecommitdiffhomepage
path: root/gui/packages
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-04Rename Linux package scriptsJanito Vaqueiro Ferreira Filho1-4/+4
2018-09-03Do not take user to "connecting screen" when in settingsAndrej Mihajlov1-2/+5
2018-09-03Block if security policy can't be setJanito Vaqueiro Ferreira Filho2-2/+5
2018-09-03Block connection if starting the tunnel failsJanito Vaqueiro Ferreira Filho2-3/+10
2018-09-03Show blocked reason in GUIJanito Vaqueiro Ferreira Filho5-22/+24
2018-09-03Add reason to transition to blocked stateJanito Vaqueiro Ferreira Filho2-11/+45
2018-09-03Show blocked state in GUIJanito Vaqueiro Ferreira Filho5-13/+60
2018-09-03Create `BlockedState` typeJanito Vaqueiro Ferreira Filho2-1/+4
2018-09-03Calculate arrow position relative to tray iconAndrej Mihajlov8-26/+142
2018-08-30Replace `DaemonState` with `TunnelStateTransition`Janito Vaqueiro Ferreira Filho2-32/+24
2018-08-29Adjust frontend to use IPC rather than WebSocketsEmīls Piņķis9-261/+191