| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-07-22 | Bump lodash from 4.17.14 to 4.17.19 in /gui | dependabot[bot] | 1 | -26/+3 | |
| Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2020-07-22 | Add notification action buttons in macOS | Oskar Nyberg | 5 | -16/+42 | |
| 2020-07-22 | Make criticial notifications persistent | Oskar Nyberg | 1 | -1/+4 | |
| 2020-07-22 | Make notifications open app on click | Oskar Nyberg | 2 | -2/+12 | |
| 2020-07-15 | Fix fish completions location on linux | Oskar Nyberg | 1 | -2/+4 | |
| 2020-07-15 | Add hover effect on navigation bar close and back buttons | Oskar Nyberg | 3 | -6/+20 | |
| 2020-07-15 | Convert NavigationBar and SettingsTitle comopnents from ReactXP | Oskar Nyberg | 16 | -632/+369 | |
| 2020-07-15 | Fix location list entry icon margin | Oskar Nyberg | 1 | -3/+12 | |
| 2020-07-14 | Fix typo in `occurred` | Janito Vaqueiro Ferreira Filho | 20 | -20/+20 | |
| 2020-07-13 | Improve alignment in HeaderBar and NotificationArea | Oskar Nyberg | 2 | -5/+7 | |
| 2020-07-13 | Scale down UI elements | Oskar Nyberg | 25 | -100/+127 | |
| 2020-07-13 | Move common style definitions to its own file | Oskar Nyberg | 8 | -59/+44 | |
| 2020-07-13 | Remove letter spacing | Oskar Nyberg | 13 | -26/+3 | |
| 2020-07-01 | Show notification content during hide-transition | Oskar Nyberg | 1 | -2/+8 | |
| 2020-07-01 | Convert components in NotificationBanner.tsx from ReactXP | Oskar Nyberg | 4 | -279/+140 | |
| 2020-07-01 | Convert HeaderBar components from ReactXP | Oskar Nyberg | 10 | -181/+101 | |
| 2020-06-30 | Convert most of Connect to styled components | Oskar Nyberg | 1 | -36/+27 | |
| 2020-06-30 | Convert TunnelControl components from ReactXP | Oskar Nyberg | 2 | -70/+46 | |
| 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 | Use the same regex to determine if GUI is a beta version | Emīls | 1 | -1/+4 | |
| 2020-06-25 | Update GUI to not show update info if the app is too new | Emīls | 11 | -100/+53 | |
| 2020-06-25 | Updating version in package files | Linus Färnstrand | 2 | -2/+2 | |
| 2020-06-25 | Removed dependency on libappindicator3-1 | Oskar Nyberg | 1 | -1/+1 | |
| 2020-06-25 | Upgrade to Electron 8.3.2 | Oskar Nyberg | 4 | -49/+59 | |
| 2020-06-24 | Install zsh completions to /usr/share instead of /usr/local/share in rpm | Linus Färnstrand | 1 | -1/+1 | |
| 2020-06-24 | Remove tooSoon property from CloseToAccountExpiryNotificationContext | Oskar Nyberg | 2 | -9/+6 | |
| 2020-06-24 | Add system notification for when account has expired | Oskar Nyberg | 5 | -29/+75 | |
| 2020-06-24 | Rename notification provider files to kebab-case | Oskar Nyberg | 6 | -5/+5 | |
| 2020-06-24 | Add test for account data fetch one minute before expiry | Oskar Nyberg | 1 | -0/+29 | |
| 2020-06-24 | Fetch account data one minute before expiry | Oskar Nyberg | 1 | -5/+18 | |
| 2020-06-24 | Add account expiry case to error notification | Oskar Nyberg | 4 | -14/+48 | |
| 2020-06-24 | Add isRunning getter in Scheduler | Oskar Nyberg | 1 | -1/+12 | |
| 2020-06-24 | Refactor AccountExpiry | Oskar Nyberg | 10 | -89/+71 | |
| 2020-06-23 | Add Korean, Polish and Thai to language picker | Oskar Nyberg | 1 | -1/+4 | |
| Also corrected order by moving Finnish. | |||||
| 2020-06-23 | Download translations | Oskar Nyberg | 36 | -1517/+4583 | |
| 2020-06-23 | Add Korean, Polish and Thai languages | Oskar Nyberg | 3 | -0/+1101 | |
| 2020-06-23 | Update translations | Oskar Nyberg | 16 | -71/+52 | |
| 2020-06-22 | Remove non-working "disable-gpu" flag | Oskar Nyberg | 1 | -5/+0 | |
| 2020-06-22 | Disable window animations on Windows | Oskar Nyberg | 1 | -0/+6 | |
| 2020-06-16 | Updating version in package files2020.5-beta2 | Linus Färnstrand | 2 | -2/+2 | |
| 2020-06-15 | Wait for WireGuard key generation before auto-connecting | Oskar Nyberg | 1 | -1/+34 | |
| 2020-06-10 | Remove NotificationArea tests | Oskar Nyberg | 1 | -277/+0 | |
| 2020-06-10 | Change SecuredLabel to 'BLOCKED CONNECTION' when disconnected and always ↵ | Oskar Nyberg | 3 | -2/+10 | |
| require vpn is enabled | |||||
| 2020-06-10 | Categorize notifications and their logic into notification definition | Oskar Nyberg | 20 | -539/+783 | |
| 2020-06-10 | Fix in-app notification button onclick | Oskar Nyberg | 1 | -0/+2 | |
| 2020-06-05 | Remove use of spread operator for action data in reducers | Oskar Nyberg | 3 | -41/+32 | |
| 2020-06-05 | Move autoconnect to main process and check if account has expired | Oskar Nyberg | 2 | -15/+19 | |
| 2020-06-04 | Rename all usages of currentIsSupported to just supported | Oskar Nyberg | 7 | -17/+17 | |
| A few places were missed when renaming it a while ago. currentIsBeta has also been renamed for more consistent naming. | |||||
| 2020-06-02 | Add launcher binary for excluded apps (mullvad-exclude) | David Lönnhager | 1 | -0/+2 | |
