| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-03-25 | Don't change `LocationInfoCache` from UI | Janito Vaqueiro Ferreira Filho | 2 | -32/+0 |
| 2021-03-25 | Obtain selected relay location from relay settings | Janito Vaqueiro Ferreira Filho | 2 | -1/+16 |
| 2021-03-25 | Add `location` property to `LocationConstraint` | Janito Vaqueiro Ferreira Filho | 1 | -5/+21 |
| 2021-03-25 | Remove unused `code` property | Janito Vaqueiro Ferreira Filho | 1 | -5/+4 |
| 2021-03-25 | Allow changing source of tunnel state events | Janito Vaqueiro Ferreira Filho | 2 | -7/+9 |
| 2021-03-25 | Remove callback in `LocationInfoCache.onDestory` | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2021-03-25 | Use intermittent daemon in `LocationInfoCache` | Janito Vaqueiro Ferreira Filho | 4 | -6/+12 |
| 2021-03-25 | Merge branch 'fix-target-cache' | David Lönnhager | 2 | -28/+30 |
| 2021-03-25 | Prevent target state cache from being modified after prepare-restart | David Lönnhager | 1 | -8/+10 |
| 2021-03-25 | Update changelog | David Lönnhager | 1 | -0/+4 |
| 2021-03-25 | Initialize target state correctly | David Lönnhager | 1 | -22/+18 |
| 2021-03-25 | Merge branch 'update-key-rotation' | David Lönnhager | 13 | -84/+355 |
| 2021-03-25 | Update changelog | David Lönnhager | 1 | -0/+2 |
| 2021-03-25 | Implement Error trait for rotation interval error | David Lönnhager | 2 | -3/+23 |
| 2021-03-25 | Add log entries for settings migration | David Lönnhager | 2 | -0/+4 |
| 2021-03-25 | Display default rotation interval in CLI | David Lönnhager | 1 | -6/+17 |
| 2021-03-25 | Migrate old rotation interval setting | David Lönnhager | 4 | -18/+190 |
| 2021-03-25 | Use mandatory key rotation interval with limited range | David Lönnhager | 9 | -63/+125 |
| 2021-03-25 | Merge branch 'fix-gui-leak' | David Lönnhager | 2 | -3/+36 |
| 2021-03-25 | Kill GUI after daemon is down during upgrades | David Lönnhager | 2 | -3/+36 |
| 2021-03-24 | Merge branch 'disable-unused-functionality-in-renderer' | Oskar Nyberg | 7 | -51/+107 |
| 2021-03-24 | Prevent renderer access to files outside of build directory | Oskar Nyberg | 1 | -22/+47 |
| 2021-03-24 | Make problem report IPC calls transfer id instead of path | Oskar Nyberg | 5 | -24/+33 |
| 2021-03-24 | Limit openUrl to predefined URLs | Oskar Nyberg | 3 | -5/+10 |
| 2021-03-24 | Block renderer navigation | Oskar Nyberg | 1 | -0/+9 |
| 2021-03-24 | Automatically deny permission requests | Oskar Nyberg | 1 | -0/+8 |
| 2021-03-24 | Merge branch 'workaround-for-uncaught-error-text' | Oskar Nyberg | 1 | -1/+28 |
| 2021-03-24 | Remove "Uncaught Error" prefix on error messages | Oskar Nyberg | 1 | -1/+28 |
| 2021-03-24 | Merge branch 'change-missing-translation-detection' | Janito Vaqueiro Ferreira Filho | 2 | -16/+27 |
| 2021-03-24 | Unescape quotes in normalized gettext message | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2021-03-24 | Ensure the last message entry is correctly loaded | Janito Vaqueiro Ferreira Filho | 1 | -5/+9 |
| 2021-03-24 | Don't add to template what's already there | Janito Vaqueiro Ferreira Filho | 1 | -11/+14 |
| 2021-03-24 | Derive `Clone`, `Debug` for `gettext::Translation` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2021-03-24 | Merge branch 'silence-noisy-crate' | David Lönnhager | 1 | -1/+1 |
| 2021-03-24 | Silence logs from noisy 'tracing' crate | David Lönnhager | 1 | -1/+1 |
| 2021-03-24 | Merge branch 'remove-travis-jobs' | David Lönnhager | 2 | -113/+0 |
| 2021-03-23 | Drop Travis jobs | David Lönnhager | 2 | -113/+0 |
| 2021-03-23 | Merge branch 'split-settings-listener' | Janito Vaqueiro Ferreira Filho | 26 | -130/+276 |
| 2021-03-23 | Send current settings when registering listener | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 |
| 2021-03-23 | Use UI side `SettingsListener` | Janito Vaqueiro Ferreira Filho | 4 | -4/+6 |
| 2021-03-23 | Create new UI-side `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -0/+48 |
| 2021-03-23 | Send settings update events | Janito Vaqueiro Ferreira Filho | 2 | -4/+13 |
| 2021-03-23 | Add `SettingsUpdate` event variant | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2021-03-23 | Make `Settings` parcelable | Janito Vaqueiro Ferreira Filho | 10 | -16/+62 |
| 2021-03-23 | Make some model class properties read-only | Janito Vaqueiro Ferreira Filho | 3 | -10/+10 |
| 2021-03-23 | Refactor `null` handling in `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -20/+16 |
| 2021-03-23 | Move `SettingsListener` into `ServiceEndpoint` | Janito Vaqueiro Ferreira Filho | 9 | -9/+15 |
| 2021-03-23 | Remove creation of duplicate array list | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2021-03-23 | Don't use listener's `settings` property directly | Janito Vaqueiro Ferreira Filho | 1 | -3/+5 |
| 2021-03-23 | Remove requirement for initial settings | Janito Vaqueiro Ferreira Filho | 6 | -25/+39 |
