nextcloud/apps/files/tests/js
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
..
breadcrumbSpec.js Files, trashbin, public apps use ajax/JSON for the file list 2014-04-02 15:33:47 +02:00
fileUploadSpec.js Added unit tests for "add()" method for file upload 2014-03-06 13:53:34 +01:00
fileactionsSpec.js Fixed insertion of files 2014-04-28 14:55:01 +02:00
filelistSpec.js Fixed selection to be based on FileList.files 2014-04-28 14:55:01 +02:00
filesSpec.js Fix file selection for infinite scrolling 2014-04-28 14:55:00 +02:00
filesummarySpec.js Fix file summary to use the whole file list 2014-04-28 14:49:39 +02:00