nextcloud/apps/files
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
..
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 file sorting to work with scrolling 2014-04-28 14:55:00 +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 file sorting to work with scrolling 2014-04-28 14:55:00 +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