Skip to content

Make user list pagination more tolerant - #25443

Merged
rullzer merged 1 commit into
masterfrom
bugfix/25442/fix-settings-users-pagination-tolerance
Feb 4, 2021
Merged

Make user list pagination more tolerant#25443
rullzer merged 1 commit into
masterfrom
bugfix/25442/fix-settings-users-pagination-tolerance

Conversation

@PVince81

Copy link
Copy Markdown
Member

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
Copy Markdown
MemberAuthor

/backport to stable20

@PVince81

Copy link
Copy Markdown
MemberAuthor

/backport to stable21

@rullzerrullzer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🐘

@ChristophWurst

Copy link
Copy Markdown
Member

@PVince81 rebase

@PVince81

Copy link
Copy Markdown
MemberAuthor

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
PVince81force-pushed the bugfix/25442/fix-settings-users-pagination-tolerance branch from 62cd1ee to 49568e2CompareFebruary 4, 2021 07:53
@rullzer
rullzer merged commit 7f5549d into masterFeb 4, 2021
@rullzer
rullzer deleted the bugfix/25442/fix-settings-users-pagination-tolerance branch February 4, 2021 08:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pagination issues in user list with multiple backends

3 participants

@PVince81@ChristophWurst@rullzer