summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-20Update git submodulesREL1_34Niklas Laxström
2020-09-24Add documentation to ActorMigration::getExistingActorId()1.34.4Reedy
2020-09-24Prep 1.34.4Reedy
2020-09-24Fix phan issue in ActorMigrationDannyS712
2020-09-24Fix PHPCS issueReedy
2020-09-24Prep 1.34.31.34.3Reedy
2020-09-24SECURITY: ensure actor ID from correct wiki is used.daniel
2020-09-24SECURITY: ActorMigration: Load user from the correct databaseMartin Urbanec
2020-09-24SECURITY: mediawiki.js: Escape HTML in mw.message( ... ).parse()Bartosz Dziewoński
2020-09-24SECURITY: mediawiki.jqueryMsg: Sanitize URLs and 'style' attributeBrian Wolff
2020-09-24SECURITY: Prevent invoking firejail's --output functionalityKunal Mehta
2020-09-24SECURITY: Unescaped message used in HTML within LogEventsListsbassett
2020-09-24SECURITY: Escape messages used as keys on Special:Contributionssbassett
2020-09-23Add FindMissingActors script.daniel
2020-09-21Update RELEASE-NOTES-1.34Reedy
2020-09-21Fix SpecialUserrights for UserRightsProxyDannyS712
2020-09-21SpecialUserrights: If a viewer lacks `hideuser`, ignore hidden usersDannyS712
2020-09-21Explicitly wrap some XML calls in libxml_disable_entity_loader()Reedy
2020-09-21DevelopmentSettings: Set EnableJavaScriptTest to trueKosta Harlan
2020-09-18Update git submodulesReedy
2020-09-18Update git submodulesReedy
2020-09-16Fix failure of rebuildLocalisationCache.php due to RL hookTim Starling
2020-09-11Sanitizer: Truncate IDs to a reasonable lengthC. Scott Ananian
2020-09-09don't include null page ids in query list for category dumpsAriel T. Glenn
2020-09-08Merge "reassignEdits: Update script to use User::newFromName for anon users" ...jenkins-bot
2020-09-07Update git submodulesdaniel
2020-09-03User: enforce pingLimiter() expiry timedaniel
2020-09-03User::pingLimiter: add user-global rate limit typedaniel
2020-09-03User: Move per-user logic in pingLimiter() closer togetherTimo Tijhof
2020-09-03User: Fix pingLimiter() to use makeGlobalKey() for global rate limitsTimo Tijhof
2020-09-03CentralIdLookup: Add @since to factoryNonLocal()Reedy
2020-09-03Add CentralIdLookup::factoryNonLocal()Lucas Werkmeister
2020-08-29Fixes shell edge-cases in WindowsJuan Osorio
2020-08-29shell: Make ->restrict( RESTRICT_NONE ) actually workKunal Mehta
2020-08-29shell: Demonstrate that ->restrict( RESTRICT_NONE ) is brokenKunal Mehta
2020-08-21Add application/font-sfnt to MimeMap for ttf filesRhinosF1
2020-08-18Use IPset in MWRestrictions::checkIPReedy
2020-08-12GlobalFunctions: Use php_uname instead of posix_unameTimo Tijhof
2020-08-04reassignEdits: Update script to use User::newFromName for anon usersdaniel
2020-08-03Add Edge to MediaWiki:ClearyourcacheJon Harald Søby
2020-07-29Fix runBatchedQuery.php for no result from selectUmherirrender
2020-07-29Cleanup up excess commit() call in LocalRepoTestAaron Schulz
2020-07-29phpunit: Acknowledge known dberror from SpecialPageFatalTestTimo Tijhof
2020-07-28rdbms: improve DBConnRef domain selection exception messageAaron Schulz
2020-07-23Give the "remember me" checkbox on Special:UserLogin a CSS class that allows ...Jack Phoenix
2020-07-23Fix @since in SetCookieCompat to 1.34.3Reedy
2020-07-23Fix @since in ArrayUtils to 1.34.3Reedy
2020-07-23Bump version to 1.34.3Reedy
2020-07-22Support SameSite=None cookiesTim Starling
2020-07-22Merge "Introduce $wgForceHTTPS" into REL1_34jenkins-bot