Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.12.x compat - Support untrusted devices and encrypted folders #724

Closed
Catfriend1 opened this issue Nov 16, 2020 · 2 comments · Fixed by #846
Closed

v1.12.x compat - Support untrusted devices and encrypted folders #724

Catfriend1 opened this issue Nov 16, 2020 · 2 comments · Fixed by #846
Assignees
Milestone

Comments

@Catfriend1
Copy link
Owner

Catfriend1 commented Nov 16, 2020

TL;DR: News on this can be found in PR #725

<folder id="XXX" ...>
<device id="XXX" ... >
     <encryptionPassword></encryptionPassword>
</device>
</folder>

<device id="XXX" ...>
<untrusted>false</untrusted>
</device>

<options>
<featureFlag>untrusted</featureFlag>
</options>
@Catfriend1
Copy link
Owner Author

Will be continued in PR #725

@Catfriend1 Catfriend1 changed the title v1.12.x compat v1.12.x compat - Support untrusted devices and encrypted folders Sep 12, 2021
@Catfriend1 Catfriend1 pinned this issue Sep 12, 2021
@Catfriend1 Catfriend1 reopened this Sep 12, 2021
@Catfriend1
Copy link
Owner Author

News on this can be found in PR #725

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment