nextcloud/apps/files
Vincent Petry fd982df6ae Fixed selection to be based on FileList.files
The file selection is now based on the internal model array
FileList.files instead of the visible checkboxes.

This makes it possible to virtually select files that haven't been
rendered yet (select all, then deselect a visible one)

Added more unit tests for selection (with shift and ctrl as well)
2014-04-28 14:55:01 +02:00
..
ajax remove unused exit() 2014-04-07 23:02:49 +02:00
appinfo merge master into webdav-injection 2014-04-15 20:03:00 +02:00
command killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest() 2014-03-25 17:42:41 +01:00
css Fix file selection for infinite scrolling 2014-04-28 14:55:00 +02:00
js Fixed selection to be based on FileList.files 2014-04-28 14:55:01 +02:00
l10n [tx-robot] updated from transifex 2014-04-27 01:54:54 -04:00
lib always allow to rename the share mount point 2014-04-23 12:54:26 +02:00
templates Fix file summary to use the whole file list 2014-04-28 14:49:39 +02:00
tests Fixed selection to be based on FileList.files 2014-04-28 14:55:01 +02:00
admin.php Remove outdated comments 2013-01-26 14:03:17 +01:00
download.php Moved content disposition code+workarounds to OCP\Response 2013-12-10 12:42:26 +01:00
index.php Fix file summary to use the whole file list 2014-04-28 14:49:39 +02:00
settings.php merge master into filesystem 2013-01-28 19:37:58 +01:00
triggerupdate.php OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 2014-01-21 11:32:30 +01:00