summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Expand)AuthorFilesLines
2018-09-26Migrate to new single instance APIAndrej Mihajlov1-15/+10
2018-09-26Update nseventmonitor to 0.0.10Andrej Mihajlov2-4/+4
2018-09-26Disable double click on tray iconAndrej Mihajlov1-1/+4
2018-09-26Update to Electron v3.0Andrej Mihajlov2-43/+52
2018-09-26Update yarn.lockAndrej Mihajlov1-0/+1227
2018-09-26Break down Connect on many smaller componentsAndrej Mihajlov10-511/+437
2018-09-26Set text shown when account expiry is unavailableJanito Vaqueiro Ferreira Filho2-21/+43
2018-09-26Fix account expiry type being nullableJanito Vaqueiro Ferreira Filho2-2/+2
2018-09-24Invalidate account cache if account token changesJanito Vaqueiro Ferreira Filho1-0/+7
2018-09-24Remove `WindowStateObserver`Janito Vaqueiro Ferreira Filho7-130/+1
2018-09-24Always update account expiry when window is shownJanito Vaqueiro Ferreira Filho2-0/+9
2018-09-20Periodically update relay list locationsJanito Vaqueiro Ferreira Filho1-9/+48
2018-09-20Create separate `verifyAccount` methodJanito Vaqueiro Ferreira Filho1-10/+27
2018-09-20Continue logging in when master is unreachableJanito Vaqueiro Ferreira Filho1-3/+12
2018-09-19Show `Reconnecting` messageJanito Vaqueiro Ferreira Filho1-6/+20
2018-09-19Notify tunnel states in notification controllerJanito Vaqueiro Ferreira Filho2-25/+27
2018-09-19Add clearer fallback message when authentication failsLinus Färnstrand1-2/+4
2018-09-19Handle marker style in disconnecting stateJanito Vaqueiro Ferreira Filho1-1/+26
2018-09-19Handle header color in disconnecting stateJanito Vaqueiro Ferreira Filho2-6/+29
2018-09-19Update action after disconnect in redux stateJanito Vaqueiro Ferreira Filho3-4/+6
2018-09-19Remove double spreadJanito Vaqueiro Ferreira Filho1-2/+2
2018-09-19Use `TunnelStateTransition` in redux stateJanito Vaqueiro Ferreira Filho3-48/+41
2018-09-19Include after disconnect action in new state eventJanito Vaqueiro Ferreira Filho1-2/+9
2018-09-17Add authentication failure reasonJanito Vaqueiro Ferreira Filho3-20/+28
2018-09-17Add `BlockReason::AuthFailed`Janito Vaqueiro Ferreira Filho2-0/+4
2018-09-17Updating version in package files2018.3Linus Färnstrand1-1/+1
2018-09-14Move CLI binary back to resource dir on macOSLinus Färnstrand1-8/+7
2018-09-14Don't allow the user to change install dir on WindowsLinus Färnstrand1-1/+1
2018-09-13Updating version in package files2018.3-beta1Linus Färnstrand1-1/+1
2018-09-13Add testsAndrej Mihajlov1-0/+60
2018-09-13Show banner when connection is blockedAndrej Mihajlov6-110/+182
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