-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
feat(files): Allow to upload folders #45095
Conversation
36b5ec4
to
910301f
Compare
class="files-list__header-upload-button" | ||
:content="getContent" | ||
:destination="currentFolder" | ||
:forbidden-characters="forbiddenCharacters" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be built in the lib?
In Photos we are using the uploader, it would be nice to have this by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes the forbidden-characters
can be replaced by nextcloud-files version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can do so in a new uploader version :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested
2c162ce
to
be6a1f4
Compare
079fd2d
to
0a714ca
Compare
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
0a714ca
to
7590c76
Compare
Summary
Add support for uploading folders using the "new" menu.
Checklist