owncloud/core

View on GitHub
changelog/10.9.0_2021-12-20/39155

Summary

Maintainability
Test Coverage
Bugfix: Keep pagination active with empty search queries

Before this fix, an empty search string would pre-render all rows in
the file list, ignoring the pagination. This fix ensures that the 
file list is paginated correctly in combination with an empty search query.

https://github.com/owncloud/core/pull/39155
https://github.com/owncloud/enterprise/issues/4615