summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-03-04Add missing `ip` field in `NEW_LOCATION` actionAndrej Mihajlov2-12/+9
2019-03-04Merge branch 'new-version-check'Linus Färnstrand8-36/+27
2019-03-04Update GUI to use new appVersionInfo layoutLinus Färnstrand4-19/+10
2019-03-04Update daemon+CLI to use new app_version_checkLinus Färnstrand4-17/+17
2019-03-04Merge branch 'lower-installer-compression'Linus Färnstrand1-1/+0
2019-03-04Go from maximum to normal compressionLinus Färnstrand1-1/+0
2019-03-04Merge branch 'fix-buildscript'Linus Färnstrand1-3/+3
2019-03-04Update package.json path in build.shLinus Färnstrand1-3/+3
2019-03-01Merge branch 'remove-workspaces'Andrej Mihajlov245-4173/+843
2019-03-01Update POTAndrej Mihajlov1-69/+81
2019-03-01Convert AuthFailure to Error subclass and dynamically query gettext stringsAndrej Mihajlov3-61/+74
2019-03-01Convert AccountFetchRetryAction to enumAndrej Mihajlov1-4/+7
2019-03-01Add missing return;Andrej Mihajlov1-0/+1
2019-03-01Replace pointerEvents style with ignorePointerEvents propertyAndrej Mihajlov1-16/+20
2019-03-01Remove orphaned @ts-ignoreAndrej Mihajlov1-1/+0
2019-03-01Newer ReactXP support appRegionAndrej Mihajlov1-6/+2
2019-03-01Update CIAndrej Mihajlov2-29/+9
2019-03-01Add @types/mocha and update package.json nameAndrej Mihajlov2-1/+7
2019-03-01Update ts-node, tslint, typescript, rimraf, tsc-watch, gettext-extractorAndrej Mihajlov1-92/+115
2019-03-01Add missing gettext translationsAndrej Mihajlov2-12/+9
2019-03-01Produce the MULLVAD VPN brand in runtimeAndrej Mihajlov1-6/+2
2019-03-01Properly handle the edge case when the daemon is not able to return the locationAndrej Mihajlov1-1/+6
2019-03-01Update d.ts filesAndrej Mihajlov2-31/+96
2019-03-01Use global.setTimeout to disambiguate from window.setTimeoutAndrej Mihajlov6-9/+9
2019-03-01Correct the Electron.Event typeAndrej Mihajlov1-1/+1
2019-03-01Add lib to tsconfigAndrej Mihajlov1-0/+1
2019-03-01Update any mention of yarn workspacesAndrej Mihajlov4-9/+9
2019-03-01Correct the NodeJS typesAndrej Mihajlov2-2/+1
2019-03-01Prevent electron-builder from failing on unsatisfied peer dependenciesAndrej Mihajlov1-8/+8
2019-03-01Update gitignoreAndrej Mihajlov1-4/+1
2019-03-01Move some of the @types/* packages to devDependenciesAndrej Mihajlov1-2/+2
2019-03-01Update relative pathsAndrej Mihajlov5-59/+49
2019-03-01Move desktop to the rootAndrej Mihajlov212-115/+101
2019-03-01Fix references to @mullvad/componentsAndrej Mihajlov17-25/+26
2019-03-01Clean up the react-native CLI support filesAndrej Mihajlov3-44/+0
2019-03-01Remove @mullvad/configAndrej Mihajlov7-3075/+85
2019-03-01Move the components sources to desktop packageAndrej Mihajlov15-87/+0
2019-03-01Remove mobile and yarn-fixes workspacesAndrej Mihajlov11-283/+0
2019-03-01Merge branch 'fix-emils-bad-cpp'Emīls Piņķis4-11/+21
2019-03-01Clear DnsAgent when setting 0 DNS servers.Emīls Piņķis1-5/+15
2019-03-01Fix bad C++ in WinFWEmīls Piņķis3-6/+6
2019-02-28Merge branch 'linux-simplify-wg-routing'Emīls Piņķis10-360/+77
2019-02-28Decrease log spam about removing already removed routesEmīls Piņķis1-1/+9
2019-02-28Remove fwmark based routing for linuxEmīls Piņķis10-359/+68
2019-02-28Merge branch 'support-v6-gateway'Emīls Piņķis24-135/+212
2019-02-28Random formatting fixEmīls Piņķis2-1/+0
2019-02-28Handle 0 IPv6 DNS servers in windnsEmīls2-2/+0
2019-02-28Update winfw to properly handle v6 DNSEmīls8-64/+49
2019-02-28Add {v4,v6}_gateway fields to TunnelMetadataEmīls Piņķis17-70/+165
2019-02-27Merge branch 'allow-icmp-to-gateways-when-connecting'Emīls Piņķis6-17/+104