-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Sharing a single file #3273
Comments
Another option might be to directly link the file, without showing the UI at all. |
Ok, this depends on the file type. If it can’t be previewed, the download link should obviously be centered. in the light grey area. I’m thinking:
When there’s no preview, there would simply be the message and the download link, central and visible. Someone wants to check this out? @Kondou-ger @mjob? |
A message is supposed to be in the center. Something is broken, look at your Javascript console. |
It seems to be previewed, but the underlying DOM has changed. Fileactions looks for "data-mime", "data-file", etc attributes (see https://github.com/owncloud/core/blob/master/apps/files/js/fileactions.js#L139 following). The share scripts but these information in some input fields(first lines of https://github.com/owncloud/core/blob/master/apps/files_sharing/templates/public.php). I'm not willed to solve this, because it's a really hard task and I want to do some minor issues and then concentrate on the media app, sorry. Maybe @Kondou-ger will have a look :) ... or @icewind1991 because he is the files app maintainer and it's his department. |
I can't tell what broke it. I don't feel like dedicating hours into investigating it when I'd rather like to see us standardize the file previewers. It would be helpful if someone could figure out which commit broke it. |
Yes, it's broken for all files that should have previews. Except images and videos which are done manually. |
Hm, what’s the status on this one? |
It gets previewed. |
I have noticed that the end-user frontend of a single shared file, is not very usable. The link to the file is placed in the top right corner and there is a big empty space below:
It makes it really hard to find and I often have to tell pll how to download it.
It would be great if the file is listed in that light-gray space as it is the case on sharing a folder.
The text was updated successfully, but these errors were encountered: