server/apps/files/js
Nazar Mokrynskyi 257cf1fc34 Page size calculation based on real page height
This is fix for https://github.com/owncloud/core/issues/10060
Instead of hard coding page size as 20 items, we check real page height, and divide by 50 (height of one row).
This will allow to load fewer items on small screens and enough items on large screens (4k, portrait orientation, etc.).
Also checking page height on every load to respond on browser window resizing,
2014-10-11 15:10:54 +02:00
..
admin.js drop allowZIPdownload and maxZIPSize as options 2014-06-02 16:29:03 +02:00
app.js Fixed scrollto for search results 2014-09-04 12:20:11 +02:00
breadcrumb.js Adding link to ellipsis and fixing styling 2014-09-16 09:18:01 -04:00
file-upload.js Scroll to new file/folder after adding 2014-09-04 12:34:17 +02:00
fileactions.js correct delete-icon to icon-delete, fix #11128 2014-09-22 18:17:33 +02:00
filelist.js Page size calculation based on real page height 2014-10-11 15:10:54 +02:00
files.js Added permission check for drag and drop 2014-09-04 20:18:24 +02:00
filesummary.js shared view: remove whitespace glitch on right 2014-07-02 23:14:21 +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 Fixed many issues, clean up 2014-05-15 17:51:04 +02:00
navigation.js Use active instead of hover for active sidebar option 2014-06-03 09:57:18 +02:00
upload.js Added .jshintrc 2014-01-30 13:40:01 +01:00