Page MenuHomePhabricator

Allow CheckUsers to filter checks for account creations only
Open, MediumPublicFeature

Description

There is often a need to check for new accounts created somewhere on a large range. Looking through thousands of edits in a /16 is mind-numbing, and if there are too many edits, the results are not shown.

It would be nice to be able to request that only the new account creations on the specified range are in the results; i.e. no edits at all - only the account creation log entry. Less noise; less time wasted.

Details

Reference
bz24231

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:10 PM
bzimport added a project: CheckUser.
bzimport set Reference to bz24231.
bzimport added a subscriber: Unknown Object (MLST).
Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 12:24 PM

To implement this the cu_changes table would probably need to either be converted to store the recent changes row in it's entirety somehow or add rows to store the rc_log_type / rc_log_action.

Dreamy_Jazz renamed this task from check account creations only to Allow CheckUsers to filter checks for account creations only.Jun 17 2022, 2:49 PM