Crawl all threads in a forum

Before this patch the row count was unconditionally changed to 800. This
patch tries to detect how many rows the forum has and then fetches this
amount, if it is larger than 800.
This commit is contained in:
I-Al-Istannen
2025-02-19 12:07:19 +01:00
parent 2f0e792670
commit ba2833dba5
2 changed files with 35 additions and 3 deletions

View File

@ -25,6 +25,7 @@ ambiguous situations.
## Fixed
- File links in report on Windows
- TOTP authentication in KIT Shibboleth
- Forum crawling only considering the first 20 entries
## 3.7.0 - 2024-11-13