summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Rename block_when_disconnected to lockdown_mode in talpid cratesTobias Järvelöv6-40/+38
2025-09-30Rename block_when_disconnected to lockdown_mode in proto fileTobias Järvelöv1-2/+2
2025-09-30Merge branch 'dont-allow-duplicate-names-for-api-access-methods-des-1136'Tobias Järvelöv16-87/+232
2025-09-30Update changelog to mention API access method name validationTobias Järvelöv1-0/+3
2025-09-30Add equal horizontal margin forSettingsRowErrorMessageTobias Järvelöv1-0/+1
2025-09-30Add validation to ProxyFormNameFieldTobias Järvelöv1-1/+22
2025-09-30Allow ProxyFormNameField to pass props to SettingsRowTobias Järvelöv1-2/+3
2025-09-30Export IndentedRowPropsTobias Järvelöv1-1/+1
2025-09-30Make NamedProxyForm more composableTobias Järvelöv2-10/+11
2025-09-30Export SettingsTextInputPropsTobias Järvelöv1-1/+1
2025-09-30Allow ProxyFormNameField to pass props to SettingsTextInputTobias Järvelöv1-2/+11
2025-09-30Refactor ProxyFormButton to use context in favor of propsTobias Järvelöv1-11/+5
2025-09-30Update translationsTobias Järvelöv1-0/+4
2025-09-30Wrap proxy type select in SettingsGroupTobias Järvelöv1-3/+5
2025-09-30Wrap FormNameField in SettingsGroupTobias Järvelöv1-7/+9
2025-09-30Update IPC types with potential error when updating an access methodTobias Järvelöv1-1/+1
2025-09-30Update IPC types with potential error when adding an access methodTobias Järvelöv1-1/+2
2025-09-30Handle daemon error when updating an api access methodTobias Järvelöv1-2/+13
2025-09-30Handle daemon error when adding an api access methodTobias Järvelöv2-6/+20
2025-09-30Use update_builtin to enable Direct access method if using API overrideTobias Järvelöv1-1/+1
2025-09-30Preserve returned error by update access method functionTobias Järvelöv1-4/+1
2025-09-30Handle error returned by access method's update functionTobias Järvelöv1-11/+16
2025-09-30Preserve returned error by add access method functionTobias Järvelöv1-4/+1
2025-09-30Handle error returned by access method's append functionTobias Järvelöv1-3/+4
2025-09-30Add convert fn from access_method error to management_interface statusTobias Järvelöv1-0/+19
2025-09-30Handle errors returned by the update_api_access_methodTobias Järvelöv1-1/+2
2025-09-30Handle errors returned by the add_api_access_methodTobias Järvelöv1-1/+4
2025-09-30Refactor map_custom_list_error to reduce duplicationTobias Järvelöv1-14/+4
2025-09-30Add function to map access method error to user-facing errorTobias Järvelöv1-0/+10
2025-09-30Add user-facing Error for when access method with same name existsTobias Järvelöv1-0/+4
2025-09-30Add access method update_builtin functionTobias Järvelöv1-0/+24
2025-09-30Verify that an access method has a unique name before updatingTobias Järvelöv1-3/+14
2025-09-30Verify that an access method has a unique name before appendingTobias Järvelöv1-2/+4
2025-09-30Add function to verify that an access method has a unique nameTobias Järvelöv1-0/+15
2025-09-30Update Error to derive PartialEqTobias Järvelöv1-1/+1
2025-09-30Add DuplicateName ErrorTobias Järvelöv1-0/+2
2025-09-30Merge branch 'test-navigation-detection-improvements'Oskar37-175/+211
2025-09-30Add path matcher for testsOskar6-2/+81
2025-09-30Rename test navigation util functionsOskar32-117/+117
2025-09-30Improve navigation utilsOskar4-74/+31
2025-09-30Merge branch 'default-network-is-not-updating-correctly-when-vpn-is-droid-2055'Jonatan Rhodin2-4/+19
2025-09-30Improve documentation and logging of connectivity statusJonatan Rhodin2-4/+19
2025-09-29Merge branch 'add-ipv6-out-ip-test'Oskar4-58/+90
2025-09-29Wrap mocked/tunnel-state.spec.ts in test.describeOskar1-68/+70
2025-09-29Add mocked test for making sure out-ip is shownOskar4-27/+57
2025-09-29Merge branch 'remove-deprecated-vms'Markus Pettersson1-6/+6
2025-09-29Remove deprecated VMsMarkus Pettersson1-6/+6
2025-09-29Merge branch 'bump-ios-version'Emīls1-1/+1
2025-09-29Bump major version for iOS to 2025.7Emīls1-1/+1
2025-09-29Merge branch 'fix-flaky-screen-tests-droid-2140'Jonatan Rhodin3-27/+58