Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.
This repository was archived by the owner on May 31, 2025. It is now read-only.

On Nextcloud 16, the app will block drag & drop uploads after 5 files.  #3

@alx-tuilmenau

Description

@alx-tuilmenau

Nextcloud will now execute the upload via semaphore (5 files at one time). The upload.submit() looks like

				return upload.submit().then(function(){
					semaphore.release();
				});

If this app is installed, the semaphore.release() is never called, so upload stops after 5 files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions