summaryrefslogtreecommitdiffhomepage
path: root/gui/tasks
AgeCommit message (Collapse)AuthorFilesLines
2021-02-19Improve TypeScript build processOskar Nyberg3-16/+21
2021-02-03Keep chrom-sandbox in the buildOskar Nyberg1-3/+0
2021-02-03Fix race condition in Linux build processOskar Nyberg1-16/+7
2021-02-03Remove rimraf dependencyOskar Nyberg1-2/+1
2021-01-26Remove Electron --no-sandbox argumentOskar Nyberg1-1/+1
2021-01-26Prevent renderer source from being bundledOskar Nyberg1-1/+12
2021-01-26Add support for sourcemapsOskar Nyberg1-22/+44
2021-01-26Browserify preload script and enable sandboxOskar Nyberg2-5/+29
2021-01-26Add browserify to watch compilerOskar Nyberg2-1/+2
2021-01-26Bundle renderer JavaScriptOskar Nyberg1-1/+13
2020-11-27Update wireguard-goDavid Lönnhager1-0/+1
2020-11-25Use web server for renderer content in developmentOskar Nyberg3-1/+43
Third party devtools can't be loaded on `file://` URLs due to an issue in Electron. Using a web server locally works around that issue.
2020-11-19Bundle API address cache with the appDavid Lönnhager1-0/+1
2020-11-13Use tilde instead of '-' in .deb version fieldOskar Nyberg1-0/+16
2020-08-20Add gRPC dependencies and add proto build scriptOskar Nyberg1-1/+8
2020-08-13Remove WinUtilDavid Lönnhager1-1/+0
2020-07-15Fix fish completions location on linuxOskar Nyberg1-2/+4
2020-06-29Add fish shell completions to macOS buildOskar Nyberg1-0/+1
2020-06-26Add fish shell completionsClément Joly1-0/+2
Generate fish shell completions at build time. Empower fish users with completions. Completions are copied in the [recommended directory](https://fishshell.com/docs/current/#where-to-put-completions)
2020-06-25Removed dependency on libappindicator3-1Oskar Nyberg1-1/+1
2020-06-24Install zsh completions to /usr/share instead of /usr/local/share in rpmLinus Färnstrand1-1/+1
2020-06-02Add launcher binary for excluded apps (mullvad-exclude)David Lönnhager1-0/+2
2020-05-07Use embeded TLS certificatesEmīls1-1/+0
2020-04-23Disable typescript incremental build except for in watch modeOskar Nyberg1-1/+1
2020-04-20Reformat codeAndrej Mihajlov1-2/+4
2020-04-17Install shell completions on macOSDavid Lönnhager1-0/+1
2020-04-17Generate and package shell completionsDavid Lönnhager1-0/+4
2020-04-15Update to prettier 2.0.4, bump gettext-extractor and gettext-parser to the ↵Andrej Mihajlov2-2/+2
latest patch release
2020-04-09Exclude native modules in asar packaging on macOSOskar Nyberg1-0/+1
2020-04-03Fix tray icon menu on UbuntuOskar Nyberg1-1/+1
2020-04-03Update Electron to 8.2.0Oskar Nyberg1-1/+1
2020-03-17Block while upgrading on macOSDavid Lönnhager1-0/+1
2020-03-17Block while upgrading on LinuxDavid Lönnhager1-0/+1
2020-02-05Change Amagicom AB to Mullvad VPN AB in licenses and metadataLinus Färnstrand1-2/+2
2020-01-23Move wireguard-go into the repositoryEmīls1-1/+1
Since the wireguard-go libraries were being changed too often to be in the binaries repository, they are moved into the main app repository. This means that for production builds, the libraries will be rebuilt every build.
2019-11-25Reference 'libwg.dll' so it's included with the packaged buildOdd Stranne1-0/+1
2019-10-10Add symlink to problem-report binarye1-0/+2
2019-10-09Adapt to problem-report binary being called mullvad-problem-reportLinus Färnstrand1-3/+3
2019-10-01Async wait notarizationLinus Färnstrand1-2/+2
2019-10-01Use buildResult to get pkg pathLinus Färnstrand1-5/+1
2019-10-01Notarize app after signingLinus Färnstrand1-0/+26
2019-09-24Allow CSP: unsafe-eval in development because redux-devtools use evalAndrej Mihajlov1-1/+3
2019-09-18Use fixed GUID for future resilienceOdd Stranne1-1/+1
2019-09-03Remove unused importsAndrej Mihajlov2-2/+2
2019-09-03Add launcher script on Linux to disable sandboxAndrej Mihajlov1-0/+216
2019-09-03Disable sandbox in developmentAndrej Mihajlov1-1/+1
2019-08-29Replace gulp-envify with inject.replaceAndrej Mihajlov1-3/+2
2019-08-28Switch build pipeline to GulpAndrej Mihajlov5-0/+191