You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is caused by the page size calculation based on the scroll container, happening in apps/files/js/filelist.jspageSize(). I tracked it down to this commit: 8425830 . It removed the content-wrapper DIV and put the #app-content scroll container selector into the script instead. An element with the id app-content doesn't exist and so the page size is set to 1 → displaying one file.
Yep, we maybe rushed this pr a bit too fast. But I'd rather fix things quickly now! :)
Thanks for finding this out, we need to adapt the guest page to the new structure!
Steps to reproduce
Expected behaviour
All the files are listed.
Actual behaviour
Online one file is listed.
Server configuration
Nextcloud version: 14.0.0 alpha
Where did you install Nextcloud from: git
The text was updated successfully, but these errors were encountered: