| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-01-22 | Change GUI auto-connect default to false | Oskar Nyberg | 1 | -1/+1 | |
| 2021-01-21 | Allow API actions in WireGuard keys view when blocked | Oskar Nyberg | 2 | -9/+2 | |
| 2021-01-21 | Allow API actions in WireguardKeys when in blocked state | Oskar Nyberg | 1 | -41/+34 | |
| 2021-01-20 | Create gui-settings file on launch if it doesn't already exist | Oskar Nyberg | 1 | -1/+7 | |
| 2021-01-19 | Remove menubar on Windows | Oskar Nyberg | 1 | -3/+7 | |
| 2021-01-15 | Use new logger | Oskar Nyberg | 25 | -60/+64 | |
| 2021-01-15 | Implement logging functionality | Oskar Nyberg | 4 | -74/+176 | |
| 2021-01-15 | Add logging call to ipc event channel | Oskar Nyberg | 2 | -0/+13 | |
| 2021-01-15 | Remove electron-log and mkdirp dependencies | Oskar Nyberg | 2 | -12/+0 | |
| 2021-01-12 | Change incorrect IP to correct one in translations | Oskar Nyberg | 19 | -37/+37 | |
| 2021-01-12 | Download translations from crowdin | Oskar Nyberg | 36 | -1878/+5802 | |
| 2021-01-12 | Update relay location translations | Oskar Nyberg | 19 | -18/+76 | |
| 2021-01-12 | Update Android translations | Oskar Nyberg | 1 | -0/+158 | |
| 2021-01-12 | Update translations | Oskar Nyberg | 1 | -77/+136 | |
| 2021-01-11 | Update transitive dependencies of browser-sync | Oskar Nyberg | 1 | -186/+137 | |
| 2021-01-07 | Bump cairosvg from 2.4.2 to 2.5.1 in /gui/scripts | dependabot[bot] | 1 | -3/+3 | |
| Bumps [cairosvg](https://github.com/Kozea/CairoSVG) from 2.4.2 to 2.5.1. - [Release notes](https://github.com/Kozea/CairoSVG/releases) - [Changelog](https://github.com/Kozea/CairoSVG/blob/master/NEWS.rst) - [Commits](https://github.com/Kozea/CairoSVG/compare/2.4.2...2.5.1) Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2020-12-21 | Set BrowserWindow icon on Linux | Oskar Nyberg | 1 | -3/+10 | |
| 2020-12-21 | Refactor Linux desktop entry helpers into its own file | Oskar Nyberg | 7 | -186/+195 | |
| 2020-12-18 | Intercept and cancel default session web requests | Oskar Nyberg | 1 | -0/+33 | |
| 2020-12-17 | Set zoom level limits in main process instead of renderer | Oskar Nyberg | 2 | -4/+3 | |
| 2020-12-17 | Replace usage of Electron APIs in renderer process with IPC calls | Oskar Nyberg | 8 | -17/+55 | |
| 2020-12-11 | Bump ini from 1.3.5 to 1.3.7 in /gui | dependabot[bot] | 1 | -3/+3 | |
| Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2020-12-11 | Updating version in package files | Linus Färnstrand | 2 | -2/+2 | |
| 2020-12-10 | Use formattable text input for voucher code field | Oskar Nyberg | 2 | -5/+12 | |
| 2020-12-10 | Use formattable text input for login account number field | Oskar Nyberg | 2 | -4/+7 | |
| 2020-12-10 | Add trailaing separator support to FormattableTextInput | Oskar Nyberg | 1 | -15/+30 | |
| 2020-12-10 | Add text input component that formats value | Oskar Nyberg | 1 | -0/+117 | |
| 2020-12-10 | Move code showing window on start when not logged in to main process | Oskar Nyberg | 2 | -22/+7 | |
| 2020-12-10 | Move problem report ipc calls to ipc-event-channel | Oskar Nyberg | 5 | -103/+43 | |
| 2020-12-09 | Remove unused send function in WindowController | Oskar Nyberg | 1 | -6/+0 | |
| 2020-12-09 | Update app to use new IPC interface | Oskar Nyberg | 2 | -16/+19 | |
| 2020-12-09 | Update IPC event channel to use new ipc structure | Oskar Nyberg | 1 | -517/+141 | |
| 2020-12-09 | Add new IPC helper functions | Oskar Nyberg | 3 | -5/+189 | |
| 2020-12-09 | Fix promise return type in tests required by TypeScript 4.1 | Oskar Nyberg | 1 | -8/+8 | |
| 2020-12-09 | Update to TypeScript 4.1 | Oskar Nyberg | 2 | -1148/+1099 | |
| 2020-12-04 | Replace use of deprecated React lifecycle method | Oskar Nyberg | 1 | -27/+21 | |
| 2020-12-03 | Remove obsolete virtual adapter code and errors | David Lönnhager | 3 | -13/+1 | |
| 2020-12-02 | Downgrade styled components to 5.1.1 | Oskar Nyberg | 2 | -26/+26 | |
| 2020-12-01 | Hide app icon in dock and app switcher on macOS | Oskar Nyberg | 1 | -2/+6 | |
| 2020-11-30 | Updating version in package files | Linus Färnstrand | 2 | -2/+2 | |
| 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 | 6 | -546/+63 | |
| 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-25 | Prevent spellcheck download | Oskar Nyberg | 1 | -1/+17 | |
| 2020-11-25 | Update NSEventMonitor | Oskar Nyberg | 2 | -44/+573 | |
| 2020-11-25 | Enable remote module | Oskar Nyberg | 1 | -0/+2 | |
| 2020-11-25 | Remove use of deprecated function openItem | Oskar Nyberg | 1 | -1/+2 | |
| 2020-11-25 | Remove assignment of app.allowRendererProcessReuse | Oskar Nyberg | 2 | -9/+0 | |
| 2020-11-25 | Update Electron to 11.0.2 | Oskar Nyberg | 1 | -1/+1 | |
| 2020-11-25 | Bump highlight.js from 9.18.1 to 9.18.5 in /gui | dependabot[bot] | 1 | -3/+3 | |
| Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 9.18.5. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.1...9.18.5) Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2020-11-24 | Find virtual adapter dynamically | David Lönnhager | 3 | -5/+5 | |
