aboutsummaryrefslogtreecommitdiffstats
path: root/includes/user
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-141-1/+1
* Merge "Remove unused default values from class properties"jenkins-bot2021-05-132-4/+4
|\
| * Remove unused default values from class propertiesThiemo Kreuz2021-05-122-4/+4
* | Make UserOptionsLookup::getDefaultOption() not abstractDannyS7122021-05-124-21/+4
|/
* Merge "Make UserGetEmail hook more robust"jenkins-bot2021-05-121-1/+4
|\
| * Make UserGetEmail hook more robustThiemo Kreuz2021-05-121-1/+4
* | Follow-up bbc75d404: Update @since tag as we're back-portingJames D. Forrester2021-05-111-1/+1
* | Replace User::idFromName with ActorStorePetr Pchelko2021-05-113-46/+31
* | Merge "User: Hard-deprecate the confusingly-named isLoggedIn() method"jenkins-bot2021-05-101-0/+2
|\ \
| * | User: Hard-deprecate the confusingly-named isLoggedIn() methodJames D. Forrester2021-05-101-0/+2
* | | User::getID: Be lazier when fetching UserNameUtilsGergő Tisza2021-05-101-8/+8
|/ /
* | Merge "Split TimeCorrection parser into separate class"jenkins-bot2021-05-072-1/+264
|\ \
| * | Split TimeCorrection parser into separate classDerk-Jan Hartman2021-05-072-1/+264
* | | Merge "Use a constant for 'Maintenance script' username"jenkins-bot2021-05-071-0/+6
|\ \ \
| * | | Use a constant for 'Maintenance script' usernameGergő Tisza2021-05-031-0/+6
* | | | UserIdentityValue: Introduce convenience static factory methodsPetr Pchelko2021-05-051-1/+41
* | | | Merge "Hard deprecate watchlist methods in User"jenkins-bot2021-05-051-0/+4
|\ \ \ \
| * | | | Hard deprecate watchlist methods in UserCindy Cicalese2021-04-281-0/+4
* | | | | Merge "Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCr...jenkins-bot2021-05-052-15/+4
|\ \ \ \ \
| * | | | | Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatable...Ppchelko2021-05-052-15/+4
* | | | | | Merge "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableN...jenkins-bot2021-05-042-4/+15
|\| | | | |
| * | | | | Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableNamevladshapik2021-05-042-4/+15
| | |/ / / | |/| | |
* / | | | Remove deprecated talk page message handling in User classDannyS7122021-05-042-145/+0
|/ / / /
* | | | Merge "ActorStore: Always canonicalize provided user name"jenkins-bot2021-05-031-8/+4
|\ \ \ \
| * | | | ActorStore: Always canonicalize provided user namePetr Pchelko2021-04-291-8/+4
* | | | | Merge "Remove uses and hard deprecate wfCanIPUseHTTPS"jenkins-bot2021-05-031-6/+1
|\ \ \ \ \
| * | | | | Remove uses and hard deprecate wfCanIPUseHTTPSDannyS7122021-04-301-6/+1
* | | | | | Drop User::getGrantName()ZabeMath2021-05-011-13/+0
* | | | | | Hard deprecate UserLoadFromDatabase hookDannyS7122021-05-012-1/+3
* | | | | | Merge "Followups for UserGroupManager"jenkins-bot2021-04-301-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Followups for UserGroupManagerlziad2021-02-111-1/+2
* | | | | | Remove deprecated https-related hooksDannyS7122021-04-302-29/+0
| |_|_|_|/ |/| | | |
* | | | | build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0James D. Forrester2021-04-291-2/+2
* | | | | Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-296-18/+18
| |/ / / |/| | |
* | | | Add ActorStore::deleteActorPetr Pchelko2021-04-291-0/+34
* | | | Deprecate passing invalid cross-wiki User to ActorStorePetr Pchelko2021-04-281-0/+30
| |/ / |/| |
* | | Merge "Move AuthManager::checkAccountCreatePermissions to Authority."jenkins-bot2021-04-261-0/+1
|\ \ \
| * | | Move AuthManager::checkAccountCreatePermissions to Authority.Petr Pchelko2021-04-261-0/+1
* | | | Keep ActorStore caches consistent on user renamePetr Pchelko2021-04-263-84/+184
|/ / /
* | / Hard deprecate User ::isIP, ::getOptionsvladshapik2021-04-262-6/+11
| |/ |/|
* | User::setActorId only invalidate cache if requiredPetr Pchelko2021-04-202-6/+9
* | Merge "Move watchlist-related methods from User to WatchlistManager"jenkins-bot2021-04-191-41/+22
|\ \
| * | Move watchlist-related methods from User to WatchlistManagerCindy Cicalese2021-04-191-41/+22
* | | Merge "Remove Title from method signatures in User"jenkins-bot2021-04-191-43/+41
|\| |
| * | Remove Title from method signatures in Userdaniel2021-04-161-43/+41
* | | User: use ActorNormalization to insert actorPetr Pchelko2021-04-152-96/+198
|/ /
* | Merge "Remove $actor field from UsererIdentityValue"jenkins-bot2021-04-145-89/+48
|\ \
| * | Remove $actor field from UsererIdentityValuedaniel2021-04-135-89/+48
* | | Remove unstable marker from Authority interfacedaniel2021-04-131-6/+7
* | | Merge "Rename WatchlistNotificationManager to WatchlistManager"jenkins-bot2021-04-082-285/+2
|\ \ \