| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-19 | Improve TypeScript build process | Oskar Nyberg | 3 | -16/+21 | |
| 2021-02-03 | Keep chrom-sandbox in the build | Oskar Nyberg | 1 | -3/+0 | |
| 2021-02-03 | Fix race condition in Linux build process | Oskar Nyberg | 1 | -16/+7 | |
| 2021-02-03 | Remove rimraf dependency | Oskar Nyberg | 1 | -2/+1 | |
| 2021-01-26 | Remove Electron --no-sandbox argument | Oskar Nyberg | 1 | -1/+1 | |
| 2021-01-26 | Prevent renderer source from being bundled | Oskar Nyberg | 1 | -1/+12 | |
| 2021-01-26 | Add support for sourcemaps | Oskar Nyberg | 1 | -22/+44 | |
| 2021-01-26 | Browserify preload script and enable sandbox | Oskar Nyberg | 2 | -5/+29 | |
| 2021-01-26 | Add browserify to watch compiler | Oskar Nyberg | 2 | -1/+2 | |
| 2021-01-26 | Bundle renderer JavaScript | Oskar Nyberg | 1 | -1/+13 | |
| 2020-11-27 | Update wireguard-go | David Lönnhager | 1 | -0/+1 | |
| 2020-11-25 | Use web server for renderer content in development | Oskar Nyberg | 3 | -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-19 | Bundle API address cache with the app | David Lönnhager | 1 | -0/+1 | |
| 2020-11-13 | Use tilde instead of '-' in .deb version field | Oskar Nyberg | 1 | -0/+16 | |
| 2020-08-20 | Add gRPC dependencies and add proto build script | Oskar Nyberg | 1 | -1/+8 | |
| 2020-08-13 | Remove WinUtil | David Lönnhager | 1 | -1/+0 | |
| 2020-07-15 | Fix fish completions location on linux | Oskar Nyberg | 1 | -2/+4 | |
| 2020-06-29 | Add fish shell completions to macOS build | Oskar Nyberg | 1 | -0/+1 | |
| 2020-06-26 | Add fish shell completions | Clément Joly | 1 | -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-25 | Removed dependency on libappindicator3-1 | Oskar Nyberg | 1 | -1/+1 | |
| 2020-06-24 | Install zsh completions to /usr/share instead of /usr/local/share in rpm | Linus Färnstrand | 1 | -1/+1 | |
| 2020-06-02 | Add launcher binary for excluded apps (mullvad-exclude) | David Lönnhager | 1 | -0/+2 | |
| 2020-05-07 | Use embeded TLS certificates | Emīls | 1 | -1/+0 | |
| 2020-04-23 | Disable typescript incremental build except for in watch mode | Oskar Nyberg | 1 | -1/+1 | |
| 2020-04-20 | Reformat code | Andrej Mihajlov | 1 | -2/+4 | |
| 2020-04-17 | Install shell completions on macOS | David Lönnhager | 1 | -0/+1 | |
| 2020-04-17 | Generate and package shell completions | David Lönnhager | 1 | -0/+4 | |
| 2020-04-15 | Update to prettier 2.0.4, bump gettext-extractor and gettext-parser to the ↵ | Andrej Mihajlov | 2 | -2/+2 | |
| latest patch release | |||||
| 2020-04-09 | Exclude native modules in asar packaging on macOS | Oskar Nyberg | 1 | -0/+1 | |
| 2020-04-03 | Fix tray icon menu on Ubuntu | Oskar Nyberg | 1 | -1/+1 | |
| 2020-04-03 | Update Electron to 8.2.0 | Oskar Nyberg | 1 | -1/+1 | |
| 2020-03-17 | Block while upgrading on macOS | David Lönnhager | 1 | -0/+1 | |
| 2020-03-17 | Block while upgrading on Linux | David Lönnhager | 1 | -0/+1 | |
| 2020-02-05 | Change Amagicom AB to Mullvad VPN AB in licenses and metadata | Linus Färnstrand | 1 | -2/+2 | |
| 2020-01-23 | Move wireguard-go into the repository | Emīls | 1 | -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-25 | Reference 'libwg.dll' so it's included with the packaged build | Odd Stranne | 1 | -0/+1 | |
| 2019-10-10 | Add symlink to problem-report binary | e | 1 | -0/+2 | |
| 2019-10-09 | Adapt to problem-report binary being called mullvad-problem-report | Linus Färnstrand | 1 | -3/+3 | |
| 2019-10-01 | Async wait notarization | Linus Färnstrand | 1 | -2/+2 | |
| 2019-10-01 | Use buildResult to get pkg path | Linus Färnstrand | 1 | -5/+1 | |
| 2019-10-01 | Notarize app after signing | Linus Färnstrand | 1 | -0/+26 | |
| 2019-09-24 | Allow CSP: unsafe-eval in development because redux-devtools use eval | Andrej Mihajlov | 1 | -1/+3 | |
| 2019-09-18 | Use fixed GUID for future resilience | Odd Stranne | 1 | -1/+1 | |
| 2019-09-03 | Remove unused imports | Andrej Mihajlov | 2 | -2/+2 | |
| 2019-09-03 | Add launcher script on Linux to disable sandbox | Andrej Mihajlov | 1 | -0/+216 | |
| 2019-09-03 | Disable sandbox in development | Andrej Mihajlov | 1 | -1/+1 | |
| 2019-08-29 | Replace gulp-envify with inject.replace | Andrej Mihajlov | 1 | -3/+2 | |
| 2019-08-28 | Switch build pipeline to Gulp | Andrej Mihajlov | 5 | -0/+191 | |
