aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Permissions/SimpleAuthority.php
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-7/+7
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-1/+1
* Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-231-1/+2
* Re-apply "Rest: replace use of deprecated pingLimiter method"Daniel Kinzler2023-11-221-0/+1
* Permissions: Remove duplicated PHPDocs from Authority subclassesthiemowmde2023-09-071-85/+11
* Introduce authorizeAction() into Authority.daniel2023-09-051-1/+26
* TempUser infrastructure and servicesTim Starling2022-04-141-1/+21
* Make some generic array type hints in PHPDocs more specificThiemo Kreuz2021-12-081-1/+1
* SimpleAuthority: Fix ignored typoReedy2021-09-091-1/+1
* Authority: expose user block infodaniel2021-06-301-0/+12
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Remove unstable marker from Authority interfacedaniel2021-04-131-1/+2
* Rename Authority::getPerformer() to ::getUser()Petr Pchelko2021-03-041-1/+1
* Rename Authority::getActor to Authority::getPerformerPetr Pchelko2021-02-221-1/+1
* Make User implement AuthorityPetr Pchelko2021-01-191-1/+0
* Introduce Authority interfacedaniel2021-01-151-0/+194