aboutsummaryrefslogtreecommitdiffstats
path: root/includes/user/UserEditTracker.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/jobqueueJames D. Forrester2025-03-201-1/+1
* user: Write UserOptionsStore and User class docsTimo Tijhof2024-12-181-0/+1
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-2/+2
* UserEditTracker: Replace deprecated ActorMigration::getWhereUmherirrender2024-05-041-25/+20
* Introduce DBAccessObjectUtils::getDBFromRecency()Amir Sarabadani2024-01-191-3/+1
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-2/+2
* Add some typed properties to User-related servicesDannyS7122023-09-281-8/+3
* Migrate another major batch to SelectQueryBuilderAmir Sarabadani2023-09-201-6/+5
* UserEditTracker: Prefer getId() over isRegistered()Timo Tijhof2023-07-231-13/+9
* user: Clean up most calls to LoadBalancer in user-related servicesAmir Sarabadani2023-06-011-11/+10
* Fix more PHPStorm inspections (#2)Tim Starling2023-03-251-3/+3
* Reorg: Move ActorMigration and ActorMigrationBase to user/Amir Sarabadani2022-12-161-1/+0
* UserEditTracker: Allow querying primary DB for edit timestampKosta Harlan2022-12-141-8/+14
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-1/+1
* Merge "Start clean up of revision_actor_temp table"jenkins-bot2022-05-231-5/+2
|\
| * Start clean up of revision_actor_temp tableAmir Sarabadani2022-05-231-5/+2
* | Use User::isRegistered for readability instead of ::getId falsy checkUmherirrender2022-04-291-2/+2
|/
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Schema migration for revison_actor_temp table removalTim Starling2021-07-141-1/+1
* Merge "Add and fix various type hints in PHPDocs"jenkins-bot2021-06-181-6/+5
|\
| * Add and fix various type hints in PHPDocsThiemo Kreuz2021-06-181-6/+5
* | Remove User::$mEditCount and internal cachingDannyS7122021-06-181-7/+23
|/
* Accept UserIdentity in code to manage edit countsDannyS7122021-06-081-0/+20
* UserEditTracker: Minor code clean up and follow-upsTimo Tijhof2020-09-181-24/+12
* UserEditTracker: Do not try to initialize edit count in read-only modeMáté Szabó2020-08-061-10/+21
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-1/+1
* Add a new UserEditTracker service for user edit counts and timingDannyS7122020-06-021-0/+193