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

Allow folder creation in public share #17486

Closed
labkode opened this issue Jul 8, 2015 · 4 comments
Closed

Allow folder creation in public share #17486

labkode opened this issue Jul 8, 2015 · 4 comments

Comments

@labkode
Copy link
Member

labkode commented Jul 8, 2015

If you share by public link a folder and you allow public upload/editing then you have a button to upload files but not to create folders.

The only way to create a folder is using drag and drop.

The possibility to create folders in this mode is very useful and should be there, the implementation already allows it, so it is just a matter of UI + Ajax call.

Cheers

@PVince81
Copy link
Contributor

PVince81 commented Jul 9, 2015

Duplicate of #6635

@PVince81 PVince81 closed this as completed Jul 9, 2015
@PVince81
Copy link
Contributor

PVince81 commented Jul 9, 2015

It's not as easy as you think. The problem is that ajax calls all work for the logged in user, but are not suitable for the public link.

I already have a working alternative where we use WebDAV and the "publicwebdav" endpoint instead of ajax in the files app, see #12353

@PVince81
Copy link
Contributor

PVince81 commented Jul 9, 2015

I actually meant the PR matching that ticket: #16902

@labkode
Copy link
Member Author

labkode commented Jul 9, 2015

@PVince81 at least creating folders works without being logged in, you can test it sharing an editable public share and accessing it from another browser/incognito session and try to drag and drop the folder

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

No branches or pull requests

3 participants