There are many sharing options in the admin page: We should make sure to cover these individually and also in some relevant combinations. ### General - [x] Allow/disallow resharing - [x] Allow/disallow sharing with groups - [ ] Exclude group from sharing - [ ] sharing from one of these users must not be possible - [ ] received shares still appear but are not resharable - [ ] Allow users to send mail notification for shared files to other users (bäh... no public API, maybe let's skip this one for now) - [x] Restrict users to only share with users in their groups https://github.com/owncloud/core/pull/35736 https://github.com/owncloud/core/pull/35733 - [x] a user can share with any other user in the same group - [x] a user can only share with any group they are member in - [x] a user cannot share with other groups - [x] a user cannot share with users in other groups in which they are not member - [x] Exclude groups from receiving shares - [x] Sharing with that group is not possible - [x] sharing with a user of that group is possible - [x] users of that group can still initiate shares - [x] Allow username autocompletion: I think should be testable with Sharee API ### Link share specific - [x] Allow link shares / disallow - [x] Allow/disallow public upload - [x] Enforce password protection: API refuses creating if no password was given - [x] Set default expiration date + expire after X days - [x] Enforced default expiration date - [ ] Allow users to send mail notification for shared files (boo, let's skip that one for now) @owncloud/qa
There are many sharing options in the admin page:
We should make sure to cover these individually and also in some relevant combinations.
General
Link share specific
@owncloud/qa