index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
user
/
ActorStore.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-1
/
+1
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-6
/
+0
*
Merge "user: Write UserOptionsStore and User class docs"
jenkins-bot
2025-01-04
1
-2
/
+2
|
\
|
*
user: Write UserOptionsStore and User class docs
Timo Tijhof
2024-12-18
1
-2
/
+2
*
|
ActorStore: Normalize CannotCreateActorException
Gergő Tisza
2025-01-03
1
-6
/
+11
|
/
*
Add namespace to IDBAccessObject and DBAccessObjectUtils
James D. Forrester
2024-09-27
1
-1
/
+1
*
Move away from DBAccessObjectUtils::getDBOptions in more places
Amir Sarabadani
2024-03-25
1
-14
/
+9
*
Always allow local IP actors to be created when importing
Thalia
2024-01-29
1
-1
/
+13
*
Remove more indirect calls to IDBAccessObject::READ_* constants
Amir Sarabadani
2024-01-23
1
-6
/
+13
*
Merge "Ensure an IP actor cannot be created if temporary accounts are enabled"
jenkins-bot
2023-12-01
1
-3
/
+3
|
\
|
*
Ensure an IP actor cannot be created if temporary accounts are enabled
Thalia
2023-11-27
1
-3
/
+3
*
|
Support new block schema
Tim Starling
2023-11-29
1
-1
/
+12
|
/
*
Log when an IP actor is created if temporary accounts are enabled
Thalia
2023-10-30
1
-0
/
+6
*
Add some typed properties to User-related services
DannyS712
2023-09-28
1
-10
/
+4
*
Namespace remaining User-related classes under \MediaWiki\User
James D. Forrester
2023-09-20
1
-1
/
+0
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-1
/
+0
*
In query builders, use insertInto() and deleteFrom() instead of insert() and ...
Tim Starling
2023-09-08
1
-4
/
+4
*
Migrate Database::upsert() calls to InsertQueryBuilder
Amir Sarabadani
2023-09-06
1
-8
/
+7
*
Merge "Mass migrate Database::insert calls to InsertQueryBuilder"
jenkins-bot
2023-08-08
1
-17
/
+9
|
\
|
*
Mass migrate Database::insert calls to InsertQueryBuilder
Amir Sarabadani
2023-08-07
1
-17
/
+9
*
|
TempUserConfig: Add getMatchPattern
Martin Urbanec
2023-08-02
1
-1
/
+6
|
/
*
Migrate more calls of Database::select* to SelectQueryBuilder
Amir Sarabadani
2023-07-26
1
-14
/
+12
*
rdbms: Use more narrow IReadableDatabase in SelectQueryBuilder
thiemowmde
2023-06-05
1
-8
/
+8
*
user: Switch Database::delete to DeleteQueryBuilder
Amir Sarabadani
2023-04-30
1
-5
/
+4
*
rdbms: Switch LBFactory::getReplicaDatabase to narrow IReadableDatabase
Amir Sarabadani
2023-02-28
1
-4
/
+5
*
user: Fix typo on ActorStore::checkDatabaseDomain
Umherirrender
2023-02-08
1
-1
/
+1
*
Use the null coalescing assignment operator
Tim Starling
2022-10-21
1
-1
/
+1
*
Simplify assertion for false around wiki id and domain id
Umherirrender
2022-06-18
1
-2
/
+1
*
ActorStore: Avoid deprecated way for unique keys in IDatabase::upsert
Umherirrender
2022-03-17
1
-1
/
+1
*
Revert "Remove last User dependencies from File"
Majavah
2021-11-26
1
-32
/
+1
*
Remove last User dependencies from File
Petr Pchelko
2021-11-26
1
-1
/
+32
*
Remove or replace usages of "sane"
Reedy
2021-11-22
1
-1
/
+1
*
Drop User methods which were deprecated since 1.37
vladshapik
2021-11-06
1
-8
/
+0
*
doc: Cleanup @param documentation
Umherirrender
2021-11-04
1
-1
/
+1
*
docs: Change wording master to primary in comments and log text
Umherirrender
2021-09-01
1
-1
/
+1
*
Rename where* methods in UserSelectQueryBuilder
TChin
2021-08-04
1
-2
/
+2
*
Merge "Support ActorStore::newSelectQueryBuilder with query flags"
jenkins-bot
2021-07-27
1
-24
/
+10
|
\
|
*
Support ActorStore::newSelectQueryBuilder with query flags
Petr Pchelko
2021-07-21
1
-24
/
+10
*
|
build: Updating dependencies
libraryupgrader
2021-07-22
1
-3
/
+3
*
|
Add some missing __METHOD__ parameters to database calls
DannyS712
2021-06-07
1
-1
/
+3
*
|
Use null coalecing operators everywhere consistenctly.
Petr Pchelko
2021-06-03
1
-1
/
+1
*
|
ActorNormalization::acquireActorId - require IDatabase
Petr Pchelko
2021-05-25
1
-17
/
+3
*
|
ActorStore: avoid throwing in case of invalid usernames
Alexander Vorwerk
2021-05-19
1
-8
/
+1
|
/
*
Replace User::idFromName with ActorStore
Petr Pchelko
2021-05-11
1
-1
/
+9
*
ActorStore: Always canonicalize provided user name
Petr Pchelko
2021-04-29
1
-8
/
+4
*
Add ActorStore::deleteActor
Petr Pchelko
2021-04-29
1
-0
/
+34
*
Deprecate passing invalid cross-wiki User to ActorStore
Petr Pchelko
2021-04-28
1
-0
/
+30
*
Keep ActorStore caches consistent on user rename
Petr Pchelko
2021-04-26
1
-84
/
+37
*
User::setActorId only invalidate cache if required
Petr Pchelko
2021-04-20
1
-5
/
+9
*
User: use ActorNormalization to insert actor
Petr Pchelko
2021-04-15
1
-44
/
+172
[next]