aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialCreateAccount.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-5/+0
* SpecialCreateAccount: Fix constructor docblockDerick Alangi2024-11-251-0/+1
* Auth: pass accountType to authevents log streamPiotr Miazga2024-10-211-2/+12
* specials: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+2
* specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-3/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* Merge "Introduce StatusFormatter"jenkins-bot2023-10-311-3/+9
|\
| * Introduce StatusFormatterdaniel2023-10-271-3/+9
* | specials: Remove calls to UserLoginComplete hook with `direct=false`Derick Alangi2023-10-301-3/+2
|/
* SpecialPage::getDescription() should return a MessageC. Scott Ananian2023-09-211-1/+1
* LoginSignupSpecialPage::showSuccessPage(): only allow Message as 1st paramC. Scott Ananian2023-09-211-1/+2
* Merge "Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()"jenkins-bot2023-09-191-1/+1
|\
| * Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()C. Scott Ananian2023-09-181-1/+1
* | Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-1/+1
|/
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-1/+1
* Namespace SpecialC* under \MediaWiki\SpecialsJames D. Forrester2023-05-031-0/+11
* Merge "SpecialPages: List special pages acting on current account separately"jenkins-bot2023-03-281-1/+1
|\
| * SpecialPages: List special pages acting on current account separatelyBartosz Dziewoński2023-03-271-1/+1
* | Fix some PHPStorm inspections (#1)Tim Starling2023-03-251-1/+1
|/
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* SECURITY: Escape welcomeuser message passed to showSuccessPage()sbassett2022-06-131-1/+2
* auth: Introduce quick permissions checks for AuthManagerThalia2022-06-011-3/+10
* SpecialCreateAccount: don't reinvent the wheel for restrictionsDannyS7122021-05-261-16/+2
* authevents: strval() variables passed to status when loggingCole White2021-03-191-1/+1
* Revert "Enhance GroupPermissionsLookup and use it."Ppchelko2021-01-121-12/+2
* Enhance GroupPermissionsLookup and use it.Petr Pchelko2021-01-111-2/+12
* Inject AuthManager into SpecialPage and use itUmherirrender2020-11-201-4/+4
* Inject some services to special pagesDannyS7122020-08-011-7/+12
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-0/+2
* Hooks::run() call site migrationTim Starling2020-05-301-4/+4
* Use MediaWikiServices::getAuthManager in special page related classesUmherirrender2020-04-121-1/+2
* block: Allow cookie-block tracking from any uncached web requestTimo Tijhof2019-10-011-4/+0
* Replace usages of deprecated User::isAllowed. Step 2.Petr Pchelko2019-09-111-1/+3
* Remove deprecated User groups/permission static calls.Petr Pchelko2019-08-211-1/+3
* Fix grammatical error in several commentsThalia2019-08-081-1/+1
* Move cookie-blocking methods to BlockManagerThalia2019-06-111-1/+2
* Send a cookie with IP/IP-Range blocks when blocking logged-out usersDayllan Maza2018-05-241-0/+4
* Make Special:CreateAccount respect ?returnto parameterAaron Schulz2016-08-241-1/+6
* Rename 'authmanager' log channel to 'authevents'Gergő Tisza2016-08-101-1/+1
* Add $direct parameter to UserLoginComplete hookGergő Tisza2016-07-201-1/+1
* Remove unused importsThiemo Mättig2016-07-051-1/+0
* Rename log authevents channel back to authmanagerGergő Tisza2016-06-101-1/+1
* Fix auth event log channel nameGergő Tisza2016-06-101-1/+1
* Use AuthManager on special pagesGergő Tisza2016-05-161-16/+125
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Define which SpecialPage classes expect write vs read modeAaron Schulz2016-01-141-0/+4
* Only list Special:CreateAccount as restricted if configured soKevin Israel2014-07-051-1/+1
* Only list Create account when permissions allow itDan Poltawski2014-06-141-0/+8
* Pass phpcs-strict on includes/specials/ (1/3)Siebrand Mazeland2014-05-091-1/+6