Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make user list pagination more tolerant #25443

Merged

Conversation

PVince81
Copy link
Member

@PVince81 PVince81 commented Feb 2, 2021

In case the server returns more results than expected by the limit, it
is now still interpreted as there being more results to query.

This situation can happen when there are multiple user backends in
place.

Fixes #25442

@PVince81
Copy link
Member Author

PVince81 commented Feb 2, 2021

/backport to stable20

@PVince81
Copy link
Member Author

PVince81 commented Feb 2, 2021

/backport to stable21

Copy link
Member

@rullzer rullzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐘

@ChristophWurst
Copy link
Member

@PVince81 rebase

@PVince81
Copy link
Member Author

PVince81 commented Feb 4, 2021

I'll solve this

In case the server returns more results than expected by the limit, it
is now still interpreted as there being more results to query.

This situation can happen when there are multiple user backends in
place.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
@PVince81 PVince81 force-pushed the bugfix/25442/fix-settings-users-pagination-tolerance branch from 62cd1ee to 49568e2 Compare February 4, 2021 07:53
@rullzer rullzer merged commit 7f5549d into master Feb 4, 2021
@rullzer rullzer deleted the bugfix/25442/fix-settings-users-pagination-tolerance branch February 4, 2021 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pagination issues in user list with multiple backends
3 participants