Commit Graph

7 Commits

Author SHA1 Message Date
David Christofas
95ae3b8762 rewrite thumbnails API
Improved the thumbnails API so that the binary files won't be
transported via GRPC. GRPC has a limited message size and isn't very
effiefficient with large binary data.
2022-03-08 23:12:43 +01:00
David Christofas
d6182a4ea1 generate animated thumbnails for animated gifs 2022-03-04 19:13:48 +01:00
David Christofas
12b4a26385 implement thumbnail support for txt files 2021-04-29 13:48:01 +02:00
David Christofas
af03099aba make responses OC10 compatible 2021-04-27 22:09:49 +02:00
David Christofas
5d6b801b8c implement thumbnail support for public shares 2021-04-27 22:09:45 +02:00
David Christofas
dceb96ff98 prepare for public link thumbnails
- Implement a CS3 image source handler
 - Use checksum instead of etag for unique check
 - Simplify storage layout
2021-04-27 22:09:41 +02:00
David Christofas
c46a5598d4 change image library and refactor thumbnails service 2020-11-26 16:36:51 +01:00