Merge "AuthManager: Ensure neededRequests have action and username set properly"
[lhc/web/wiklou.git] / includes / auth /
2016-06-01 jenkins-botMerge "AuthManager: Ensure neededRequests have action...
2016-06-01 jenkins-botMerge "Expose SearchEngine specific profiles"
2016-06-01 jenkins-botMerge "Make AuthManager::getAuthenticationProvider...
2016-06-01 Brad JorschMake AuthManager::getAuthenticationProvider() public
2016-06-01 Brad JorschAuthManager: Ensure neededRequests have action and...
2016-06-01 jenkins-botMerge "Remove a test case from PHPSessionHandlerTest...
2016-06-01 jenkins-botMerge "HTMLRadioField: Only add 'mw-ui' classes when...
2016-06-01 jenkins-botMerge "Avoid passing integers to mw.RegExp.escape"
2016-05-31 jenkins-botMerge "mw.Title: Correct order of file URL regexes...
2016-05-31 jenkins-botMerge "HTMLMultiSelectField: Use CheckboxMultiselectInp...
2016-05-31 jenkins-botMerge "objectcache: Support key versioning in WANObject...
2016-05-31 jenkins-botMerge "Reset all tokens on login"
2016-05-31 jenkins-botMerge "populateRevisionLength: Read from slaves when...
2016-05-31 Chad HorohoeReset all tokens on login
2016-05-31 jenkins-botMerge "Do not redirect to HTTPS when it's not supported"
2016-05-31 jenkins-botMerge "Return error message in users API cancreate...
2016-05-31 jenkins-botMerge "AuthManager fixups around the login→RESTART...
2016-05-31 jenkins-botMerge "Fix encryption code in Session"
2016-05-31 Brad JorschAuthManager fixups around the login→RESTART→create...
2016-05-30 jenkins-botMerge "API: Fixes for AuthManager"
2016-05-30 jenkins-botMerge "Typo fix for AuthPluginPrimaryAuthenticationProv...
2016-05-30 Brad JorschAPI: Fixes for AuthManager
2016-05-30 jenkins-botMerge "Fix required field calculation in Authentication...
2016-05-30 Gergő TiszaFix required field calculation in AuthenticationRequest
2016-05-30 jenkins-botMerge "Add support for icu-ta collation"
2016-05-29 Gergő TiszaTypo fix for AuthPluginPrimaryAuthenticationProvider...
2016-05-28 jenkins-botMerge "LoginSignupSpecialPage: Load return and returnto...
2016-05-28 jenkins-botMerge "mw.ForeignStructuredUpload.BookletLayout: Make...
2016-05-28 jenkins-botMerge "OOUI HTMLForm: Allow specifying whether buttons...
2016-05-27 jenkins-botMerge "Avoid system styling issue of <textarea>s in...
2016-05-27 jenkins-botMerge "Revert "RollbackAction: Implement AJAX interface...
2016-05-27 jenkins-botMerge "Fix ConfirmLinkSecondaryAuthenticationProvider...
2016-05-27 Gergő TiszaFix ConfirmLinkSecondaryAuthenticationProvider error...
2016-05-26 jenkins-botMerge "Add LinksUpdate::getRevision()"
2016-05-26 jenkins-botMerge "collation: Remove suppressWarnings() for getSort...
2016-05-26 jenkins-botMerge "Avoid DBPerformance warnings on PURGE/TRACE...
2016-05-25 jenkins-botMerge "filerepo: Add missing quote back to LocalFileLoc...
2016-05-25 jenkins-botMerge "Remove explicit tabindex from diff links"
2016-05-24 jenkins-botMerge "Support non-replicating DB clusters for static...
2016-05-24 jenkins-botMerge "Simplify code for updating tooltips with accessk...
2016-05-24 jenkins-botMerge "Revert "Convert Special:NewFiles to use OOUI.""
2016-05-24 jenkins-botMerge "Convert Special:NewFiles to use OOUI."
2016-05-24 jenkins-botMerge "Convert Special:WithoutInterwiki to OOUI"
2016-05-24 jenkins-botMerge "Document what User::newSystemUser()'s "stealing...
2016-05-24 jenkins-botMerge "Improve some documentation of AuthManager's...
2016-05-19 jenkins-botMerge "Revert "Convert Special:WhatLinksHere from XML...
2016-05-19 jenkins-botMerge "Highlight new requirement"
2016-05-19 jenkins-botMerge "API: Avoid duplicate IDs in API documentation"
2016-05-19 jenkins-botMerge "Allow resources to be salvaged across service...
2016-05-19 jenkins-botMerge "Disable Cucumber scenarios that are broken in...
2016-05-18 jenkins-botMerge "Speed up password-handling in the unit tests"
2016-05-17 jenkins-botMerge "Let BagOStuff::merge() callbacks override the...
2016-05-17 jenkins-botMerge "Increase LocalFile lock() timeout and improve...
2016-05-17 jenkins-botMerge "mediawiki.util: Use RegExp.test() instead of...
2016-05-16 jenkins-botMerge "Add Status::getStatusValue()"
2016-05-16 jenkins-botMerge "mediawiki.jqueryMsg: Implement `<nowiki>` support"
2016-05-16 jenkins-botMerge "mediawiki.jqueryMsg: Allow logging errors throug...
2016-05-16 jenkins-botMerge "Add "mVersion" sanity check to User::loadFromCac...
2016-05-16 jenkins-botMerge "Use AuthManager on special pages"
2016-05-16 Brad JorschImprove some documentation of AuthManager's additions
2016-05-16 jenkins-botMerge "Avoid unstubbing $wgLang in Title::getLocalURL"
2016-05-16 jenkins-botMerge "Add AuthManager"
2016-05-16 Gergő TiszaUse AuthManager on special pages
2016-05-16 Brad JorschAdd AuthManager