nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.39k stars 4.07k forks source link

Search API: get all regular File infos along with share infos #4456

Open tobiasKaminsky opened 7 years ago

tobiasKaminsky commented 7 years ago

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

mario commented 7 years ago

@icewind1991 to clarify, he wants to filter files by path :)

szaimen commented 3 years ago

I suppose this issue is still valid? If not, please close this issue!

alperozturk96 commented 2 months ago

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