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

Pagination limit in the directory list popup #917

Closed
psyray opened this issue Jul 6, 2023 · 2 comments
Closed

Pagination limit in the directory list popup #917

psyray opened this issue Jul 6, 2023 · 2 comments

Comments

@psyray
Copy link
Contributor

psyray commented Jul 6, 2023

Issue Summary

When we click on the file directory list, the list is limited to the PAGE_SIZE var of the DEFAULT_PAGINATION_CLASS
image

'PAGE_SIZE': 50,

In the case above, I have 1508 items, and when I click, the popup display only 50 items.

when I change the value of the PAGE_SIZE to a higher number, eg: 5000, full list is displayed, with no huge impact on the time the listing takes to load.

So my questions is : Why did you set this limit, and why can't we take them off ?

Steps to Reproduce

  1. Go to Scan details of a target
  2. Select subdomains tab
  3. Click on the file list button under the given subdomain

Technical details

Raise the number in settings.py, or set the limit off when retrieving the file list

'PAGE_SIZE': 50,

@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2023

👋 Hi @psyray,
Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki
For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

@psyray
Copy link
Contributor Author

psyray commented Nov 18, 2023

Fixed

@psyray psyray closed this as completed Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant