Page MenuHomePhabricator

API: allow listing of all files uploaded by user similar to the $showAll option in SpecialListfiles.php
Open, LowPublicFeature

Description

Currently, when using allimages and aiuser, only results from the images table are returned. The oldimages table is not considered. However, it is often important to know who has uploaded a file first.


Version: 1.24rc
Severity: enhancement
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=26872
https://bugzilla.wikimedia.org/show_bug.cgi?id=29138

Details

Reference
bz65121

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:15 AM
bzimport set Reference to bz65121.
bzimport added a subscriber: Unknown Object (MLST).

*to get the files first uploaded by a specified user*

This is not really possibly using log queries because one has to trace moves and one never knows whether a file was deleted or moved, thus one query per file is due which often floods the API.

Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:13 AM