-
Notifications
You must be signed in to change notification settings - Fork 663
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
"Copy public link to clipboard" should autocreate a link share even if expiry is required #7061
Comments
@ckamm works fo me! 2nd step could be, to bring all menu entries to the root level of the context menu. Visually I think this is a mess, but for efficiency it totally makes sense… |
Previously it gave up if "expiry required" was enabled. Now it'll create a link share per day with the default expiry for these setups.
Previously it gave up if "expiry required" was enabled. Now it'll create a link share per day with the default expiry for these setups.
Previously it gave up if "expiry required" was enabled. Now it'll create a link share per day with the default expiry for these setups.
@lexo-mfleuti Can you test the shares with expiry using https://download.owncloud.com/desktop/testing/ownCloud-2.5.4.11614.11431-rc1.msi and report back if it works? |
@guruz Just tried it out. The bug is fixed. Very nice thank you! I can now share files much faster already. Though it would be very cool if you could also change the layout of the context menu to something like I explained above. That would be the dream ;) |
Is the link creator aware that the created link will silently disappear after a while? |
No, what do you mean by "silently disappear"? You mean like "removed from clipboard"? |
In this case, a max. expiration date has been set by the ownCloud server admin. The user then creates a link with the desktop client that's available in the clipboard. But the user isn't aware the link has an expiration date. After expiration, the link disappears and is no longer valid. @ckamm adding the expiration date/period to the context menu entry? |
I think that would be an even better solution solution than what I suggested in my screenshot above. Like |
I'm glad it works! The further ui refinements don't fit into 2.5.4. I'll make new tickets against 2.6. This one seems done to me. |
Follow up from #6356 due to concerns raised by @lexo-mfleuti. See #6356 (comment).
Currently the client doesn't autocreate a link share if expiry is required. It could do it though and use the specified default expiry offset.
The text was updated successfully, but these errors were encountered: