nextcloud/apps/files/tests/js
Vincent Petry 2883f231d0 Fixed insertion of files
Removed "insert" flag, inserting is by default for FileList.add().
Added "animate" flag to FileList.add().
Added logic to correctly detect when to insert/append elements whenever
the insertion point is visible or not.
Fixed "render next page" logic to work correctly when many pages of
files have been added.
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 insertion of 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