nextcloud-server/core
nfebe 2053112887 fix(unified-search): Remove hard-coded search result limit
A change added in https://github.com/nextcloud/server/pull/45317 introduced
a hard stop (25) that prevents full search results from showing up.

If there are more than 25 search results for a query only 25 can be seen.

So two main issues:

- Only 25 results can be seen in total no matter what.
- Breaks web client pagination, which typically adds 5 results per request.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-10-02 15:44:36 +07:00
..
AppInfo fix(unified-search): Remove hard-coded search result limit 2025-10-02 15:44:36 +07:00
BackgroundJobs fix: calculate node limit using MiB instead of MB 2025-09-08 15:11:05 +07:00
Command refactor: Run rector 2025-09-27 18:52:58 +07:00
Controller fix(unified-search): Remove hard-coded search result limit 2025-10-02 15:44:36 +07:00
Data
Db
Events
Exception feat(login-flow-v2): Restrict allowed apps by user agent check 2025-04-23 09:45:23 +07:00
Listener fix(lostpassword): Delete lost password token on password change 2025-09-01 11:36:15 +07:00
Middleware
Migrations refactor: Port away from changeColumn 2025-09-12 18:05:19 +07:00
Notification
Service fix(loginflow): Fix type error when password could not be decrypted 2025-05-02 14:08:50 +07:00
ajax fix: Cleanup OC_App uses in Updater class 2025-08-18 16:13:14 +07:00
css chore(assets): Recompile assets 2025-10-01 09:36:02 +07:00
doc
fonts chore: add missing license ref for new fonts 2025-08-06 13:12:57 +07:00
img fix: added x dark and light images for x logo and switched images based on isDarkTheme flag 2025-09-25 16:07:59 +07:00
js chore: adjust code to new codestyle 2025-10-02 13:19:42 +07:00
l10n fix(l10n): Update translations from Transifex 2025-10-02 00:13:34 +07:00
skeleton
src chore: add missing import of the logger 2025-10-02 13:19:43 +07:00
templates refactor: de-duplicate header styles, add comments and mark deprecations 2025-08-06 05:36:05 +07:00
vendor chore: adjust code to new codestyle 2025-10-02 13:19:42 +07:00
.l10nignore
ResponseDefinitions.php Merge pull request #54272 from nextcloud/enh/noid/taskprocessing-task-add-cleanup-flag 2025-08-15 09:48:47 +07:00
openapi-administration.json fix(core): Make OCSController class final to avoid accidentally extending it 2025-09-30 16:51:51 +07:00
openapi-administration.json.license fix(reuse): core/openapi-administration license 2025-01-22 16:29:36 +07:00
openapi-ex_app.json fix(core): Make OCSController class final to avoid accidentally extending it 2025-09-30 16:51:51 +07:00
openapi-ex_app.json.license
openapi-full.json fix(unified-search): Remove hard-coded search result limit 2025-10-02 15:44:36 +07:00
openapi-full.json.license
openapi.json fix(unified-search): Remove hard-coded search result limit 2025-10-02 15:44:36 +07:00
openapi.json.license
register_command.php feat(taskprocessing): move cleanup method to private taskprocessing manager, use it in the cleanup bg job and implement a cleanup command 2025-08-07 15:12:21 +07:00
routes.php
shipped.json fix(profile): make sure the app cannot be disabled as it was in core 2024-11-14 10:25:10 +07:00
shipped.json.license
strings.php refactor: Extend rector to core/ 2025-05-15 00:16:54 +07:00