aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/mediawiki.special.block.js
Commit message (Expand)AuthorAgeFilesLines
* build: Fix and re-enable eslint rule unicorn/prefer-includesJames D. Forrester2025-03-211-3/+1
* eslint: Manually enforce prefer-const on special page JSEd Sanders2024-10-051-1/+1
* eslint: Autofix var to let/constEd Sanders2024-09-121-5/+5
* ESLint: Enforce prefer-arrow-callback and autofixEd Sanders2024-06-111-4/+4
* mediawiki.special.block: use mw.util.isInfinityMusikAnimal2024-03-311-3/+1
* Allow temporary accounts to be blocked with 'hideuser' enabledDreamy Jazz2024-01-221-6/+1
* Disallow hiding temporary users via blocksThalia2023-08-141-1/+6
* Revert "Update specialblock target text to use usersmultiselect."Func2023-04-171-12/+3
* Fix javascript error on Special:Unblock/<user>Umherirrender2023-03-291-7/+14
* mediawiki.special.block.js: Make target widget editable if pre-filled with IPThalia2023-03-271-0/+9
* mediawiki.special.block.js: Cast target value to stringThalia2023-03-241-1/+1
* Merge "specials: Add watch option for userpage to Special:Unblock"jenkins-bot2023-03-171-5/+23
|\
| * specials: Add watch option for userpage to Special:UnblockUmherirrender2023-03-081-5/+23
* | Update specialblock target text to use usersmultiselect.tsepothoabala2023-03-131-1/+1
|/
* specials: Remove js config var export from Special:BlockUmherirrender2023-01-181-12/+6
* Update Special:Block UISTran2021-09-081-18/+7
* Stop resetting partial action block options when values changeSTran2021-05-061-4/+0
* Introduce infrastructure for partial blocks for actionsThalia2021-04-271-2/+18
* Introduce backend class for blocking usersMartin Urbanec2020-09-221-1/+1
* Remove $wgEnablePartialBlocks config and always enable partial blocksThalia2020-03-041-28/+23
* Remember checkbox state on Special:Block if checkbox disabledThalia2019-07-171-12/+32
* Fix user talk checkbox enabling/disabling on Special:BlockThalia2019-05-231-7/+10
* Enable/disable Special:Block widgets according to block parametersThalia2019-04-051-13/+22
* Simplify checking for widgets on special block pageThalia2019-04-051-54/+58
* Fix wpCreateAccount bug when set on Special:Block url paramsDayllan Maza2019-04-031-1/+1
* Fix account create checkbox bugDayllan Maza2019-03-201-1/+1
* Uncheck "create account" on Special:Block for partial blocksThalia2019-02-181-1/+15
* Disallow user suppression in a partial blockThalia2019-02-051-5/+11
* Add namespace restrictions to Special:Block and APIThalia2019-01-221-9/+23
* Simplify boolean logic for Special:Block widgetsThalia2019-01-161-11/+7
* Update the design of Special:BlockThalia2019-01-071-3/+9
* Add check for editing restriction widget on Special:BlockThalia2019-01-031-1/+3
* Add new rules when user is blocked for UTPDayllan Maza2018-12-111-0/+12
* Rewrite infuseOrNull to not suppress useful errorsEd Sanders2018-12-041-12/+11
* Update Special:Block to set Partial BlocksDavid Barratt2018-10-241-2/+9
* resources: Strip '$' and 'mw' from file closuresTimo Tijhof2018-09-141-2/+2
* resources: Give mediawiki.special.* files their own place in src/Timo Tijhof2018-05-111-0/+58