Open tobiasKaminsky opened 7 years ago
@icewind1991 to clarify, he wants to filter files by path :)
I suppose this issue is still valid? If not, please close this issue!
The Shared tab on Android is unable to display existing thumbnails, file sizes, modification dates, etc., as the API isn't providing these details. This issue is still ongoing. It would be really helpful to have these details, as it would otherwise lead to an inconsistent experience on the client side.
@nextcloud/files
Currently we get via search api specific informations regarding share, e.g. share with, shared date, expiration date. To display those shares we get the additional regular file informations like, mimeType, eTag, isFavorite,... We can fetch these in android via one fetch for each file, but this is not the best approach.
Is it possible to extend the search api in this way? @icewind1991