summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-03-25Don't change `LocationInfoCache` from UIJanito Vaqueiro Ferreira Filho2-32/+0
2021-03-25Obtain selected relay location from relay settingsJanito Vaqueiro Ferreira Filho2-1/+16
2021-03-25Add `location` property to `LocationConstraint`Janito Vaqueiro Ferreira Filho1-5/+21
2021-03-25Remove unused `code` propertyJanito Vaqueiro Ferreira Filho1-5/+4
2021-03-25Allow changing source of tunnel state eventsJanito Vaqueiro Ferreira Filho2-7/+9
2021-03-25Remove callback in `LocationInfoCache.onDestory`Janito Vaqueiro Ferreira Filho1-0/+2
2021-03-25Use intermittent daemon in `LocationInfoCache`Janito Vaqueiro Ferreira Filho4-6/+12
2021-03-25Merge branch 'fix-target-cache'David Lönnhager2-28/+30
2021-03-25Prevent target state cache from being modified after prepare-restartDavid Lönnhager1-8/+10
2021-03-25Update changelogDavid Lönnhager1-0/+4
2021-03-25Initialize target state correctlyDavid Lönnhager1-22/+18
2021-03-25Merge branch 'update-key-rotation'David Lönnhager13-84/+355
2021-03-25Update changelogDavid Lönnhager1-0/+2
2021-03-25Implement Error trait for rotation interval errorDavid Lönnhager2-3/+23
2021-03-25Add log entries for settings migrationDavid Lönnhager2-0/+4
2021-03-25Display default rotation interval in CLIDavid Lönnhager1-6/+17
2021-03-25Migrate old rotation interval settingDavid Lönnhager4-18/+190
2021-03-25Use mandatory key rotation interval with limited rangeDavid Lönnhager9-63/+125
2021-03-25Merge branch 'fix-gui-leak'David Lönnhager2-3/+36
2021-03-25Kill GUI after daemon is down during upgradesDavid Lönnhager2-3/+36
2021-03-24Merge branch 'disable-unused-functionality-in-renderer'Oskar Nyberg7-51/+107
2021-03-24Prevent renderer access to files outside of build directoryOskar Nyberg1-22/+47
2021-03-24Make problem report IPC calls transfer id instead of pathOskar Nyberg5-24/+33
2021-03-24Limit openUrl to predefined URLsOskar Nyberg3-5/+10
2021-03-24Block renderer navigationOskar Nyberg1-0/+9
2021-03-24Automatically deny permission requestsOskar Nyberg1-0/+8
2021-03-24Merge branch 'workaround-for-uncaught-error-text'Oskar Nyberg1-1/+28
2021-03-24Remove "Uncaught Error" prefix on error messagesOskar Nyberg1-1/+28
2021-03-24Merge branch 'change-missing-translation-detection'Janito Vaqueiro Ferreira Filho2-16/+27
2021-03-24Unescape quotes in normalized gettext messageJanito Vaqueiro Ferreira Filho1-0/+3
2021-03-24Ensure the last message entry is correctly loadedJanito Vaqueiro Ferreira Filho1-5/+9
2021-03-24Don't add to template what's already thereJanito Vaqueiro Ferreira Filho1-11/+14
2021-03-24Derive `Clone`, `Debug` for `gettext::Translation`Janito Vaqueiro Ferreira Filho1-0/+1
2021-03-24Merge branch 'silence-noisy-crate'David Lönnhager1-1/+1
2021-03-24Silence logs from noisy 'tracing' crateDavid Lönnhager1-1/+1
2021-03-24Merge branch 'remove-travis-jobs'David Lönnhager2-113/+0
2021-03-23Drop Travis jobsDavid Lönnhager2-113/+0
2021-03-23Merge branch 'split-settings-listener'Janito Vaqueiro Ferreira Filho26-130/+276
2021-03-23Send current settings when registering listenerJanito Vaqueiro Ferreira Filho1-1/+4
2021-03-23Use UI side `SettingsListener`Janito Vaqueiro Ferreira Filho4-4/+6
2021-03-23Create new UI-side `SettingsListener`Janito Vaqueiro Ferreira Filho1-0/+48
2021-03-23Send settings update eventsJanito Vaqueiro Ferreira Filho2-4/+13
2021-03-23Add `SettingsUpdate` event variantJanito Vaqueiro Ferreira Filho1-0/+4
2021-03-23Make `Settings` parcelableJanito Vaqueiro Ferreira Filho10-16/+62
2021-03-23Make some model class properties read-onlyJanito Vaqueiro Ferreira Filho3-10/+10
2021-03-23Refactor `null` handling in `SettingsListener`Janito Vaqueiro Ferreira Filho1-20/+16
2021-03-23Move `SettingsListener` into `ServiceEndpoint`Janito Vaqueiro Ferreira Filho9-9/+15
2021-03-23Remove creation of duplicate array listJanito Vaqueiro Ferreira Filho1-1/+1
2021-03-23Don't use listener's `settings` property directlyJanito Vaqueiro Ferreira Filho1-3/+5
2021-03-23Remove requirement for initial settingsJanito Vaqueiro Ferreira Filho6-25/+39