SimpleBatchUpload icon indicating copy to clipboard operation
SimpleBatchUpload copied to clipboard

Add "mass upload" permission

Open prodigion opened this issue 8 years ago • 2 comments

It would be nice if there was a specific right that controlled access to the special page.

prodigion avatar Oct 08 '17 15:10 prodigion

There is already $wgSimpleBatchUploadMaxFilesPerBatch, which allows to set the max batch size depending on the user group. It's not quite the same as blocking access to the Special page, but the effect is similar. Also the warning is the same: This extension is using the MW Web API. Blocking the page would still allow to use the API, so this feature might deter the casual user, but should not be considered an effective measure e.g. against determined spammers.

s7eph4n avatar May 21 '21 15:05 s7eph4n

My wiki has specific policies for formatting uploaded summaries. The goal would be to prevent new users from uploading numerous unformatted files before having the chance to learn the proper process. That configuration setting does appear to satisfy the requirement, and I'll have to test it out.

prodigion avatar May 21 '21 19:05 prodigion