-
Notifications
You must be signed in to change notification settings - Fork 36
feat: allow to create keys for shares with anonymous users #1315
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
Conversation
susnux
commented
Dec 18, 2025
- for feat: allow to create end-to-end encrypted external shares #1276
- for https://github.com/nextcloud-gmbh/customer-feature-requests/issues/1250
- see also feat: allow to share with anonymous users end_to_end_encryption_rfc#71
artonge
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wil the key be deleted by the frontend, or shall we add a listener to react to share events?
b6eb2f9 to
74b5e76
Compare
| 'end-to-end-encryption' => [ | ||
| 'enabled' => true, | ||
| 'api-version' => '2.0', | ||
| 'api-version' => '2.1', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still unsure about that API bump
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to communicate this to the clients so they aware the server supports this new API.
Quickly checked clients source code and it seems they only check the major version at the moment so this should be safe (as its backwards compatible).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's see then, worth case, it forces us to be better at version management
74b5e76 to
a5dc020
Compare
a5dc020 to
7e6eaa3
Compare
|
@artonge added an event listener to remove keys of deleted shares. |
7e6eaa3 to
cdc464c
Compare
Signed-off-by: Ferdinand Thiessen <[email protected]>
cdc464c to
edead41
Compare