server/apps/files/js
Vincent Petry 1141fcc9ac
Skip hidden files when counting visible files in list (#26522)
The file list UI logic that renders the next page doesn't properly
exclude hidden files when not shown. This fix makes sure that only rows
that are actually visible are counted when rendering a page, this makes
sure that the page will always have enough elements displayed.
2016-11-14 16:21:57 +01:00
..
templates Upload autorename on client side 2016-11-02 22:15:03 +01:00
admin.js Do not error on maxUploadChange 2016-08-22 20:25:58 +02:00
app.js Use Webdav PUT for uploads in the web browser 2016-10-24 21:45:00 +02:00
breadcrumb.js show whether the current folder was shared or not 2016-11-07 14:58:45 +01:00
detailfileinfoview.js
detailsview.js Hide sidebar tab headers conditionally 2015-09-28 14:57:44 +02:00
detailtabview.js Hide sidebar tab headers conditionally 2015-09-28 14:57:44 +02:00
favoritesfilelist.js Make it possible to filter by tags with REPORT method 2016-10-19 11:06:29 +02:00
favoritesplugin.js Properly join path sections 2015-11-22 16:05:51 +01:00
file-upload.js Upload autorename on client side 2016-11-02 22:15:03 +01:00
fileactions.js use more fitting icon for files move action 2016-10-17 18:52:25 +02:00
fileactionsmenu.js Make file actions use icon CSS classes 2016-02-25 22:49:52 +01:00
fileinfomodel.js
filelist.js Skip hidden files when counting visible files in list (#26522) 2016-11-14 16:21:57 +01:00
files.js Remove upload_limit in files app as it is not needed with PUT upload (#26069) 2016-11-02 20:43:35 +01:00
filesummary.js Translate file summary connector (#26221) 2016-09-27 18:38:56 +02:00
gotoplugin.js Add "goto" links for files in non-default file lists 2016-07-05 22:22:55 +02:00
jquery-visibility.js
jquery.fileupload.js properly fix folder upload to use delegatedEvent 2016-06-14 11:51:03 +02:00
keyboardshortcuts.js
mainfileinfodetailview.js Use live timestamp in the sidebar details 2016-09-01 09:02:36 +02:00
navigation.js
newfilemenu.js Fix special characters when renaming to a conflict 2016-09-30 12:44:49 +02:00
recentfilelist.js block user sorting in recent files 2016-07-22 15:20:55 +02:00
recentplugin.js Add recent file listing 2016-07-22 15:20:51 +02:00
search.js search design details 2016-09-09 18:01:00 +02:00
sidebarpreviewmanager.js only load sidebar previews when we know it's available 2016-07-27 12:59:43 +02:00
sidebarpreviewtext.js for text use max-height to trim whitespace 2016-07-04 17:38:26 +02:00
tagsplugin.js Make more action icons themable + style fixes 2016-02-25 23:01:07 +01:00
upload.js