nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
133 stars 21 forks source link

Share with Teams #142

Open ghost opened 1 year ago

ghost commented 1 year ago

An important and very helpful function is sharing with circles (which is now called teams). https://apps.nextcloud.com/apps/circles

The backend should already be kind of generic so that the existing database schema can be reused and we can introduce a different type for existing shares (where sharing to users and groups is already possible).

This will need a backend implementation to support the share types when creating/updating/listing shares and permission checks to be extended to validate access depending on a users team membership. Frontend would need to be extended to support rendering share list entries for teams as well as listing teams to share with in the autocomplete dialog.

datenangebot commented 1 year ago

indeed, thanks for the issue, put it on the roadmap.

punkyard commented 10 months ago

Hi, we are looking forward to seeing this app being able to share with circles ✌️

chrda81 commented 9 months ago

+1

Ra72xx commented 6 months ago

As e.g. "Collectives" is circles-based, I consider it very important that "Tables" also uses this sharing feature, otherwise you end up re-creating circles with classic groups in order to have a coherent experience for the end user.