summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-03-26Add automatic keyboard responder helperAndrej Mihajlov4-100/+150
2021-03-26Merge branch 'retry-problem-report-send'David Lönnhager2-5/+28
2021-03-26Retry using different endpoints if a problem report cannot be sentDavid Lönnhager2-5/+28
2021-03-26Merge branch 'split-location-info-cache'Janito Vaqueiro Ferreira Filho13-190/+217
2021-03-25Refactor to simplify fetcher loopJanito Vaqueiro Ferreira Filho1-28/+19
2021-03-25Move `delays` to be a `fetchRetryDelays` propertyJanito Vaqueiro Ferreira Filho1-8/+8
2021-03-25Remove `LocationInfoCache` from `ServiceInstance`Janito Vaqueiro Ferreira Filho2-4/+0
2021-03-25Send current location when registering listenerJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-25Send location events from the serviceJanito Vaqueiro Ferreira Filho1-7/+2
2021-03-25Update `LocationInfoCache` to listen for locationsJanito Vaqueiro Ferreira Filho2-7/+20
2021-03-25Create `NewLocation` event variantJanito Vaqueiro Ferreira Filho1-0/+4
2021-03-25Make `GeoIpLocation` parcelableJanito Vaqueiro Ferreira Filho1-1/+4
2021-03-25Use UI-side `LocationInfoCache` in the UIJanito Vaqueiro Ferreira Filho2-2/+3
2021-03-25Create UI-side `LocationInfoCache`Janito Vaqueiro Ferreira Filho1-0/+13
2021-03-25Move `LocationInfoCache` into `ServiceEndpoint`Janito Vaqueiro Ferreira Filho5-24/+26
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