-
Notifications
You must be signed in to change notification settings - Fork 159
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
Thumbnails are displayed in some places and in some places not #11207
Comments
@ScharfViktor it behaves complete different for me, could you check the config.json in the network tab and look up the value for disablePreviews ? |
I found it https://github.com/owncloud/web/blob/master/dev/docker/ocis.web.config.json#L13 Then why preview is enabled on the "Share with Me" page? I guess it behaves complete different for you because you use vite and here we enable preview: https://github.com/owncloud/web/blob/master/vite.config.ts#L81 |
Yup it should not behave different between shared with me and personal space page (some vars are missing). I wonder why we have the option to disable thumbnails in general @kulmann any idea?
Ooopsie :D should be negotiated I think |
@ScharfViktor can you check if everything is working now as expected: I am not on a computer rn |
Discussed with @kulmann we will remove all of this restriction and configuration stuff |
web 6.1.0+0b8559f91
ocis 9.1.0
Thumbnails are not displayed on the:
Thumbnails are displayed on the:
Steps:
marie
uploads png files to the personal or project spacemarie
opens personal spacehttps://host.docker.internal:9200/files/spaces/personal/marie?fileId=uuid
Actual: no thumbnails -> no GET preview request
marie
clicks byDetails
Actual: can see file preview
marie
shares png file to adminadmin
goes to shares with me pageExpected: user can see thumbnails in the /files/spaces and files/search pages too.
not sure about search result
Actual: admin can see thumbnails in the /files/shares page
Screen.Recording.2024-07-17.at.15.44.57.mov
The text was updated successfully, but these errors were encountered: