You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/feature/taildrop
kari-ts d897d809d6
feature/taildrop: do not use m.opts.Dir for Android (#16316)
In Android, we are prompting the user to select a Taildrop directory when they first receive a Taildrop: we block writes on Taildrop dir selection. This means that we cannot use Dir inside managerOptions, since the http request would not get the new Taildrop extension. This PR removes, in the Android case, the reliance on m.opts.Dir, and instead has FileOps hold the correct directory.

This expands FileOps to be the Taildrop interface for all file system operations.

Updates tailscale/corp#29211

Signed-off-by: kari-ts <kari@tailscale.com>

restore tstest
4 months ago
..
delete.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
delete_test.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
doc.go feature/taildrop: start moving Taildrop out of LocalBackend 8 months ago
ext.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
fileops.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
fileops_fs.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
integration_test.go feature/taildrop,ipn/ipn{ext,local}: initialize taildrop for initial profile 7 months ago
localapi.go taildrop: merge taildrop and feature/taildrop packages together 7 months ago
paths.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
peerapi.go taildrop: merge taildrop and feature/taildrop packages together 7 months ago
peerapi_test.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
resume.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
resume_test.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
retrieve.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
send.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
send_test.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
taildrop.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
taildrop_test.go feature/taildrop: do not use m.opts.Dir for Android (#16316) 4 months ago
target_test.go feature/taildrop: move rest of Taildrop out of LocalBackend 7 months ago