-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Extension] thumbnails #10
Comments
@TheOneRing links for EXIF orientation madness:
Please check if this is properly handled by the library you're using. |
PR is here cs3org/reva#298
|
On the front end side, the way I see it:
For finding out about preview URLs, multiple options:
|
MS Graph API already has a Thumbnail spec |
Had a chat with @TheOneRing to understand how the current implementation of the thumbnail server works. As far as I understood:
|
As @DeepDiver1975 mentioned we should make the thumbnail service serve the endpoints as exposed in the ms graph api https://docs.microsoft.com/en-us/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0&tabs=http |
As far as I can see it would require the router to let extensions register to dynamic routes, not only route prefixes. Here for example: /drives/{drive-id}/items/{item-id}/thumbnails |
Further ideas:
|
Added support for modern media formats like HEIC & HEVC in #10 (comment) |
Docs Edit links, Changelog template, Makefile
thumbnails extension is there. Some more to do here? |
Link to qa/test results? Are my items from #10 (comment) already covered? Otherwise we'd need new issues… |
I'd close this and take care of creating new issues addressing @michaelstingl comments 👍 |
while thumbnails should be a separate service it needs to respect the access permissions, otherwise it might leak information.
oCIS Extension based on #54
We can
They can be implemented incrementally.
The text was updated successfully, but these errors were encountered: