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
/
Permissions
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Re-apply "Rest: replace use of deprecated pingLimiter method"
Daniel Kinzler
2023-11-22
1
-0
/
+1
*
REST: Inject Authority instead of full User object
Derick Alangi
2023-11-13
1
-1
/
+1
*
block,Permissions: Blocks should not apply to implicit rights
daniel
2023-11-06
1
-0
/
+5
*
Migrate callers of deprecated method BlockManager::getUserBlock()
Tim Starling
2023-10-27
1
-23
/
+26
*
Display all error messages for a CompositeBlock
Thalia
2023-10-27
2
-4
/
+8
*
Merge "permissions: improve GroupPermissionsLookup documentation"
jenkins-bot
2023-10-24
1
-3
/
+15
|
\
|
*
permissions: improve GroupPermissionsLookup documentation
Aaron Schulz
2023-10-19
1
-3
/
+15
*
|
Merge "permissions: rename IMPLICIT_RIGHTS constant to CORE_IMPLICIT_RIGHTS"
jenkins-bot
2023-10-24
1
-2
/
+2
|
\
|
|
*
permissions: rename IMPLICIT_RIGHTS constant to CORE_IMPLICIT_RIGHTS
Aaron Schulz
2023-10-19
1
-2
/
+2
*
|
AuthManager: deny auto-creation for globally blocked users
Tim Starling
2023-10-20
1
-2
/
+9
*
|
Multiblocks preparation in User::getBlock(), PermissionManager and BlockManager
Tim Starling
2023-10-20
2
-83
/
+86
*
|
Add PermissionManager::$blockManager
Tim Starling
2023-10-19
1
-0
/
+7
|
/
*
Merge "ActionFactory: don't choke on special pages"
jenkins-bot
2023-10-11
1
-0
/
+2
|
\
|
*
ActionFactory: don't choke on special pages
daniel
2023-10-11
1
-0
/
+2
*
|
Turn the "purge" permission into an implicit right.
daniel
2023-10-10
1
-1
/
+1
|
/
*
Check EmailConfirmToEdit in checkActionPermissions
daniel
2023-09-25
1
-7
/
+6
*
Drop User and PermissionManager's group permission methods, deprecated since ...
James D. Forrester
2023-09-22
1
-44
/
+0
*
Merge "PermissionManager: introduce getApplicableBlock"
jenkins-bot
2023-09-20
2
-69
/
+122
|
\
|
*
PermissionManager: introduce getApplicableBlock
daniel
2023-09-20
2
-69
/
+122
*
|
Namespace remaining User-related classes under \MediaWiki\User
James D. Forrester
2023-09-20
2
-2
/
+2
|
/
*
Introduce ActionFactory::getActionInfo
daniel
2023-09-20
1
-17
/
+7
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
10
-10
/
+10
*
Namespace TitleFormatter under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-1
/
+1
*
Namespace NamespaceInfo under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-1
/
+1
*
Namespace TitleValue under \MediaWiki\Title
James D. Forrester
2023-09-18
2
-2
/
+2
*
Namespace remaining 'specialpage' files under \MediaWiki\SpecialPage
James D. Forrester
2023-09-18
2
-2
/
+2
*
Use existing PermissionManager calls in UserAuthority
Thiemo Kreuz
2023-09-15
1
-14
/
+2
*
Reorg: Move WebRequest to includes\Request
Amir Sarabadani
2023-09-11
1
-1
/
+1
*
Bump phan to 0.13.0
Amir Sarabadani
2023-09-11
1
-1
/
+1
*
Merge "Make all limits function as user rights."
jenkins-bot
2023-09-11
1
-3
/
+52
|
\
|
*
Make all limits function as user rights.
daniel
2023-09-11
1
-3
/
+52
*
|
In query builders, use insertInto() and deleteFrom() instead of insert() and ...
Tim Starling
2023-09-08
1
-1
/
+1
*
|
Merge "Permissions: Remove duplicated PHPDocs from Authority subclasses"
jenkins-bot
2023-09-07
5
-253
/
+36
|
\
\
|
*
|
Permissions: Remove duplicated PHPDocs from Authority subclasses
thiemowmde
2023-09-07
5
-253
/
+36
|
|
/
*
/
Authority::authorizeAction related style tweaks
Tim Starling
2023-09-07
1
-1
/
+2
|
/
*
Introduce authorizeAction() into Authority.
daniel
2023-09-05
6
-14
/
+355
*
GroupPermissionsLookup.php: Fix docstring comment
Martin Urbanec
2023-08-30
1
-1
/
+1
*
Fix various typos and documentation issues
Matěj Suchánek
2023-08-27
1
-1
/
+1
*
Fix reference to nonexistent concept "create intent"
Tim Starling
2023-08-01
1
-2
/
+2
*
Merge "Permissions: Clarify $useReplica assignment in checkUserBlock()"
jenkins-bot
2023-07-24
1
-12
/
+7
|
\
|
*
Permissions: Clarify $useReplica assignment in checkUserBlock()
Timo Tijhof
2023-07-24
1
-12
/
+7
*
|
Merge "Consistently use LogicException for test-only methods"
jenkins-bot
2023-07-24
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
Consistently use LogicException for test-only methods
thiemowmde
2023-07-22
1
-3
/
+2
*
|
Implement rate limiting in Authority.
daniel
2023-07-23
3
-7
/
+194
|
/
*
Merge "PermissionManager: small code tweaks/improvements"
jenkins-bot
2023-07-10
1
-71
/
+66
|
\
|
*
PermissionManager: small code tweaks/improvements
Daimona Eaytoy
2023-06-18
1
-71
/
+66
*
|
Replace IDatabase::delete with DeleteQueryBuilder
Umherirrender
2023-06-21
1
-5
/
+4
*
|
RateLimiter: collect statistics
daniel
2023-06-19
1
-1
/
+22
|
/
*
Replace IDatabase with IReadableDatabase where possible
thiemowmde
2023-05-23
1
-2
/
+2
*
title: Remove protection related deprecated Title functions
Umherirrender
2023-05-10
1
-5
/
+2
[prev]
[next]