]> source.dussan.org Git - nextcloud-server.git/commit
Added permission check for drag and drop
authorVincent Petry <pvince81@owncloud.com>
Thu, 4 Sep 2014 17:58:49 +0000 (19:58 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 4 Sep 2014 18:18:24 +0000 (20:18 +0200)
commitf1bfe35cda2f11d1b38726cf2d4f879427b2c8d5
tree227884fd46ddbeea15702b1aba14b56644ff05ce
parent1a7df3323391f6d6f7ef04de2687b3a566ab6351
Added permission check for drag and drop

When dropping files onto a read-only folder, a notification
is now shown instead of attempting to upload.

This for both the drag for upload and drag from inside the file list
cases.
apps/files/js/filelist.js
apps/files/js/files.js
apps/files/tests/js/filelistSpec.js