This issue has been created
There are 2 updates.
 
 
AntiSpam Application / cid:jira-generated-image-avatar-b99220dd-9ac4-46bd-a8ca-aa337c7a4940 ANTISPAM-85 Open

Add ability to navigate in the list of events

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-1c2242db-61b7-4b50-991c-580e265ff0a7 Vincent Massol created this issue on 13/Aug/26 10:47
 
Summary: Add ability to navigate in the list of events
Issue Type: cid:jira-generated-image-avatar-b99220dd-9ac4-46bd-a8ca-aa337c7a4940 Improvement
Affects Versions: 1.9
Assignee: Unassigned
Components: UI
Created: 13/Aug/26 10:47
Priority: cid:jira-generated-image-static-major-c56f6c2d-6b8f-4d81-8915-a437aa34e353 Major
Reporter: Vincent Massol
Description:

The list of events displayed in the "Latest Changes" section of the AntiSpam home page is limited to the first 50 events and there is no way to see the next ones from the UI. The only workaround is to manually add an offset parameter to the URL (introduced in ANTISPAM-55), which is not discoverable.

This makes it impractical to review and clean spam events older than the 50 most recent ones.

Add navigation buttons below the event list:

  • "More Events", displayed only when there are more events to display
  • "Previous Events", displayed only when not on the first page
  • Both keep the currently selected filters
  • Changing a filter goes back to the first page, since the filtered list is a different one
  • Deleting selected events stays on the current page

Also make the offset URL parameter robust: it is a String coming from the request while the event query expects a number, and a non-numeric or negative value is now ignored.

 
 

2 updates

 
cid:jira-generated-image-avatar-1c2242db-61b7-4b50-991c-580e265ff0a7 Changes by Vincent Massol on 13/Aug/26 10:56
 
Fix Version: 1.13
Assignee: Vincent Massol