tkuester / taky

A simple python TAK server
MIT License
188 stars 43 forks source link

Data Package Privacy - respect the `tool` setting that ATAK sets on upload #22

Closed doug-fitzmaurice-rowden closed 3 years ago

doug-fitzmaurice-rowden commented 3 years ago

If you send a package directly to the server, it will be set to "public" and will show in the listing of available files. If you send a packages to another user via the server it will be set to "private" and not show in the listing.

Note that privacy is not enforced on the download - if you know the URL you can get the package, regardless of the visibility setting.

tkuester commented 3 years ago

Thank you for your excellent work on this! This is a very tidy commit, and a welcome addition to taky!