aboutsummaryrefslogtreecommitdiffstats
path: root/includes/auth/ConfirmLinkAuthenticationRequest.php
Commit message (Collapse)AuthorAgeFilesLines
* Import InvalidArgumentException at top of the sourceEbrahim Byagowi2024-05-191-1/+3
| | | | | | | | | | | | | | It was asked in a patch review to apply fully import InvalidArgumentException where possible. I was guessing some of my other already merged patches have but turned out such thing exists other places style so for the sake of consistency I've turned rest of inline import of the specific exception at top of the file. There are instances of source files that aren't in any namespace but have fully qualified import which this patch doesn't touch. Change-Id: I4071fc698b65746d9594cf4d5f45bae82843d436
* Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | For compliance with the new version of the table interface policy (T255803). This patch was created by an automated search & replace operation on the includes/ directory. Bug: T257789 Change-Id: Ie32c1b11b3d16ddfc0c83a757327d449ff80b2e4
* | Merge "Replace "@stable for calling" by "@stable to call""jenkins-bot2020-07-131-1/+1
|\ \
| * | Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | For compliance with the new version of the table interface policy (T255803). This patch was created by an automated search & replace operation on the includes/ directory. Bug: T257789 Change-Id: If560596f5e1e0a3da91afc36e656e7c27f040968
* / Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-2/+2
|/ | | | | | | | | | | For compliance with the new version of the table interface policy (T255803). This patch was created by an automated search & replace operation on the includes/ directory. Bug: T257789 Change-Id: I5ffbb91882ecce2019ab644839eab5e8fb8a1c5f
* Mark methods in authentication base classes as stable for overriding.daniel2020-07-081-0/+12
| | | | | Bug: T247862 Change-Id: Id03ab3e52e486f19699b7119974efad637c06887
* Fix some PHPStorm warnings by replacing array functions with loopsTim Starling2020-02-191-3/+5
| | | | | | | | | | I find most uses of array_filter(), array_reduce(), etc. to be excessively clever, i.e. they are used to prove how smart the developer is, at the expense of readability and performance. So I am pleased to have a defensible reason to remove these instances, which broke PHPStorm's type propagation. Change-Id: I03dcd6c3c80f19f90e7b39448b5508713da63806
* Add AuthManagerBrad Jorsch2016-05-161-0/+80
This implements the AuthManager class and its needed interfaces and subclasses, and integrates them into the backend portion of MediaWiki. Integration with frontend portions of MediaWiki (e.g. ApiLogin, Special:Login) is left for a followup. Bug: T91699 Bug: T71589 Bug: T111299 Co-Authored-By: Gergő Tisza <gtisza@wikimedia.org> Change-Id: If89d24838e326fe25fe867d02181eebcfbb0e196