nextcloud/apps/files/js
Vincent Petry f6586f6bdf Fixed file sorting to work with scrolling
The FileList.files model is now updated with file operations.
Adding files to the list will add to the model first, then to the DOM.
If the insertion point isn't visible yet, the file won't be added to the
DOM until the user scrolls down.

Updated unit tests to include checking for the correct insertion point.
2014-04-28 14:55:00 +02:00
..
admin.js coding style fixes, cut long lines, comments not on same lines, curly braces 2014-02-26 10:16:54 +01:00
breadcrumb.js Moved code to replace svg with png to OC.Util 2014-04-04 11:34:26 +02:00
file-upload.js we no longer need to handle the Shared folder different from any other folder 2014-04-23 12:54:25 +02:00
fileactions.js we no longer need to handle the Shared folder different from any other folder 2014-04-23 12:54:25 +02:00
filelist.js Fixed file sorting to work with scrolling 2014-04-28 14:55:00 +02:00
files.js Fix file selection for infinite scrolling 2014-04-28 14:55:00 +02:00
filesummary.js Fix file summary to use the whole file list 2014-04-28 14:49:39 +02:00
jquery-visibility.js fixing undefined originalEvent 2013-02-14 12:19:50 +01:00
jquery.fileupload.js architecture too complex 2013-08-21 14:58:28 +02:00
jquery.iframe-transport.js architecture too complex 2013-08-21 14:58:28 +02:00
keyboardshortcuts.js Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
upload.js Added .jshintrc 2014-01-30 13:40:01 +01:00