Skip to content

feat(requests): allow admins to bypass user quota limits#2026

Open
0xSysR3ll wants to merge 2 commits intodevelopfrom
0xsysr3ll/feat/override-user-request-limit
Open

feat(requests): allow admins to bypass user quota limits#2026
0xSysR3ll wants to merge 2 commits intodevelopfrom
0xsysr3ll/feat/override-user-request-limit

Conversation

@0xSysR3ll
Copy link
Contributor

@0xSysR3ll 0xSysR3ll commented Oct 9, 2025

Description

Note

Ported from sct/overseerr#4173 and slightly modified. CC @OwsleyJr

This PR adds the ability for users with MANAGE_REQUESTS permission to bypass quota restrictions when making requests on behalf of other users.

The request will not count against the user's quota limits, allowing admins to make requests on behalf of users who may have exceeded their quota or for special circumstances.

Screenshot (if UI-related)

image

To-Dos

  • Disclosed any use of AI (see our policy)
  • Successful build pnpm build
  • Translation keys pnpm i18n:extract
  • Database migration (if required)

Issues Fixed or Closed

Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me>
Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me>
@0xSysR3ll 0xSysR3ll requested a review from a team as a code owner October 9, 2025 17:43
@github-actions github-actions bot added the merge conflict Cannot merge due to merge conflicts label Jan 29, 2026
@github-actions
Copy link

This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge conflict Cannot merge due to merge conflicts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Admin can't force a request through for a user who has met the request limit

1 participant