Today, the file list view allows users to filter files by tags, but there is no way to list files per circle(s).
We are working on a PR to do this. For this to be possible, we will also need to make a PR to NextCloud Core, including the needed infrastructure in core/js/files/client.js and in apps/dav/lib/Connector/Sabre/FilesReportPlugin.
Our solution involves the creation of a new Method in Circles API V1, which we called getObjectIdsForCircles, and uses another new method, in ShareByCirclesProvider, which retrieves the shares by Circles's Unique Ids.
Today, the file list view allows users to filter files by tags, but there is no way to list files per circle(s).
We are working on a PR to do this. For this to be possible, we will also need to make a PR to NextCloud Core, including the needed infrastructure in
core/js/files/client.jsand inapps/dav/lib/Connector/Sabre/FilesReportPlugin.Our solution involves the creation of a new Method in Circles API V1, which we called
getObjectIdsForCircles, and uses another new method, in ShareByCirclesProvider, which retrieves the shares by Circles's Unique Ids.