🐛 Bug Report: Audit logs filter by username no longer works #552

Closed
opened 2026-02-04 20:26:15 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @vsarunas on GitHub (Nov 28, 2025).

Reproduction steps

Upgraded from 1.13 to 1.15; noticed that Global Audit Log by user is not filtering correctly, when the user is selected, the audit log is no longer filtered.

What appears to happen is a loop of 50-60 requests being made to the following, eventually being rejected to:

/api/audit-logs/all?sort%5Bcolumn%5D=event&sort%5Bdirection%5D=asc&pagination%5Blimit%5D=100&pagination%5Bpage%5D=1&filters%5BuserId%5D%5B0%5D=075b12df-31bf-4c69-9c6b-b4612c195b6e 429 (Too Many Requests)

Expected behavior

Filter log by selected user

Actual Behavior

Audit log for all users is displayed; 429 error is generated.

Pocket ID Version

1.15.0

Database

sqlite

OS and Environment

Docker

Log Output

No response

Originally created by @vsarunas on GitHub (Nov 28, 2025). ### Reproduction steps Upgraded from 1.13 to 1.15; noticed that Global Audit Log by user is not filtering correctly, when the user is selected, the audit log is no longer filtered. What appears to happen is a loop of 50-60 requests being made to the following, eventually being rejected to: ``` /api/audit-logs/all?sort%5Bcolumn%5D=event&sort%5Bdirection%5D=asc&pagination%5Blimit%5D=100&pagination%5Bpage%5D=1&filters%5BuserId%5D%5B0%5D=075b12df-31bf-4c69-9c6b-b4612c195b6e 429 (Too Many Requests) ``` ### Expected behavior Filter log by selected user ### Actual Behavior Audit log for all users is displayed; 429 error is generated. ### Pocket ID Version 1.15.0 ### Database sqlite ### OS and Environment Docker ### Log Output _No response_
Author
Owner

@stonith404 commented on GitHub (Nov 30, 2025):

Fixed in d98c0a391a, thanks!

@stonith404 commented on GitHub (Nov 30, 2025): Fixed in d98c0a391a747f9eea70ea01c3f984264a4a7a19, thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#552