Skip to content
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

Thumbnail in backend not working #186

Closed
FamousWolf opened this issue May 23, 2022 · 1 comment · Fixed by #189
Closed

Thumbnail in backend not working #186

FamousWolf opened this issue May 23, 2022 · 1 comment · Fixed by #189
Assignees
Labels

Comments

@FamousWolf
Copy link
Contributor

TYPO3 version: 11.5.10
PHP version: 8.0.18

Description
In the filelist in the backend if thumbnails are enabled, it does not show thumbnails in a non-public file storage. This is because only frontend user(group)s are checked. There should also be a check for backend users if the user is logged in the backend.

Possible problems
What if a user is logged in the backend and has access to the non-public storage folder, but shouldn't have access in the frontend? If there's a check on backend user this user will also have access in the frontend.

@michael-binder
Copy link

I created a patch from #189 and tested it in my system (TYPO3 11.5.13 | PHP 8.1 | FAL SecureDownload 4.0) and it works like a charm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants