index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
api
/
ApiBlock.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Add autoblock filtering parameters
Tim Starling
2025-03-21
1
-8
/
+2
*
block: Don't modify an autoblock when the user specifies an IP
Tim Starling
2025-03-20
1
-1
/
+8
*
block: Increase page restriction limit in multiblocks mode
Tim Starling
2025-03-12
1
-2
/
+4
*
block: Add a BlockTarget class hierarchy
Tim Starling
2025-02-19
1
-9
/
+11
*
block: Fix vague target requirements in BlockPermissionChecker
Tim Starling
2025-02-13
1
-1
/
+1
*
Revert "API: Use ExpiryDef for action=block expiry parameter"
Tim Starling
2025-02-10
1
-4
/
+1
*
API: Use ExpiryDef for action=block expiry parameter
Sam Wilson
2025-01-29
1
-1
/
+4
*
ApiBlock: Remove unused ApiBlockInfoTrait
Bartosz Dziewoński
2024-12-17
1
-1
/
+0
*
block: Multiblocks block API
Tim Starling
2024-12-16
1
-69
/
+158
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-14
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+5
*
Add MediaWiki\Watchlist namespace to the related classes
Ebrahim Byagowi
2024-05-22
1
-0
/
+1
*
Merge "Add 'temp' to allowed user types in various APIs"
jenkins-bot
2023-11-30
1
-1
/
+1
|
\
|
*
Add 'temp' to allowed user types in various APIs
Thalia
2023-11-30
1
-1
/
+1
*
|
Move user options related classes into its own namespace
Martin Urbanec
2023-11-29
1
-1
/
+1
|
/
*
Use real type hints for services etc. in api/ except ApiQuery*.php
Bartosz Dziewoński
2023-08-29
1
-20
/
+7
*
ApiBlock: Report the correct value for 'hidename' in response
Thalia
2023-08-08
1
-1
/
+1
*
Api: Fix some very old copyright statements for Roan
James D. Forrester
2023-03-16
1
-1
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Reorg: Move Title-related classes to title/
Amir Sarabadani
2022-11-26
1
-0
/
+1
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
Call IContextSource::getAuthority instead of IContextSource::getUser
Umherirrender
2022-06-29
1
-1
/
+1
*
api: Replace numerous more deprecated constants
Reedy
2022-06-06
1
-1
/
+1
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-13
/
+14
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-5
/
+7
*
Use PHP's [ $this, 'fn' ] callback syntax where possible
Thiemo Kreuz
2021-12-03
1
-3
/
+4
*
api: Handle invalid/non-existent titles in ApiBlock
Sam Smith
2021-07-27
1
-4
/
+13
*
Convert BlockUtils::parseBlockTarget to UserIdentity
Alexander Vorwerk
2021-07-20
1
-9
/
+5
*
api: Inject services into ApiWatchlistTrait
Umherirrender
2021-07-06
1
-3
/
+13
*
api: Replace User::whoIs in ApiBlock
Umherirrender
2021-06-30
1
-9
/
+8
*
Allow partial action blocks to be made via ApiBlock
Thalia
2021-05-04
1
-2
/
+33
*
Hard-deprecate AbstractBlock::parseTarget
Petr Pchelko
2021-03-19
1
-2
/
+9
*
Convert (Un)BlockUser to Authority
Petr Pchelko
2021-03-18
1
-1
/
+1
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Reduce SpecialBlock/Api logic duplication
Ammar Abdulhamid
2021-01-22
1
-6
/
+5
*
ApiBlock: Add user watch only after block success
Ammar Abdulhamid
2020-10-06
1
-4
/
+4
*
Add WatchlistExpiry support to ApiBlock
Ammar Abdulhamid
2020-10-01
1
-9
/
+43
*
Ignore block restrictions if block is not specified as partial
Thalia
2020-09-28
1
-13
/
+12
*
Pass correct parameters to BlockUser from ApiBlock and SpecialBlock
Thalia
2020-09-23
1
-1
/
+2
*
Introduce backend class for blocking users
Martin Urbanec
2020-09-22
1
-80
/
+75
*
Remove unnecessary calls to SpecialBlock::getTargetAndType
Thalia
2020-09-21
1
-2
/
+3
*
Do not call SpecialBlock::canBlockEmail in ApiBlock
Martin Urbanec
2020-09-19
1
-1
/
+28
*
Use UserNameUtils in ApiBlock
Umherirrender
2020-08-05
1
-1
/
+3
*
Remove $wgEnablePartialBlocks config and always enable partial blocks
Thalia
2020-03-04
1
-29
/
+13
*
API: Use ParamValidator library
Brad Jorsch
2020-02-04
1
-0
/
+3
*
Better grouping for code adding elements to arrays
Daimona Eaytoy
2019-09-03
1
-1
/
+2
*
Unsuppress more phan issues (part 5)
Daimona Eaytoy
2019-09-01
1
-0
/
+1
*
Replace User::isAllowed with PermissionManager.
Petr Pchelko
2019-08-20
1
-1
/
+2
*
SECURITY: API: Respect $wgBlockCIDRLimit in action=block
Kunal Mehta
2019-06-06
1
-0
/
+5
*
Rename Block to MediaWiki\Block\DatabaseBlock
Thalia
2019-05-28
1
-3
/
+5
[next]