You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As oCIS developers we want the thumbnails API to be compatible with the OC10 API so that setups with oc10 backend and oCIS web frontend can easily transition to oCIS backend.
Acceptance criteria
The APIs bahave the same (can be verified using the acceptance tests)
The text was updated successfully, but these errors were encountered:
David Christofas commented: Thumbnail support for .txt files was implemented here. #1988
Now most of the remaining failing tests are about not matching resolutions. This is because we don't allow freely chosen resolutions but instead map the requested resolution to the closest matching pre configured one. That way it's not possible to spam the storage with thumbnail files.
Acceptance criteria
The text was updated successfully, but these errors were encountered: