mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
🐛 Bug Report: Audit logs filter by username no longer works #552
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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
@stonith404 commented on GitHub (Nov 30, 2025):
Fixed in
d98c0a391a, thanks!