mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
273 B
273 B
Enhancement: Improve thumbnails API
Changed the thumbnails API to no longer transfer images via GRPC. GRPC has a limited message size and isn't very efficient with large binary data. The new API transports the images over HTTP.