aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/file/ArchivedFile.php
Commit message (Expand)AuthorAgeFilesLines
* Merge "Replace isset() with null checks"jenkins-bot2024-12-191-1/+1
|\
| * Replace isset() with null checksUmherirrender2024-12-191-1/+1
* | Replace isset() with falsy checksUmherirrender2024-12-191-1/+1
|/
* Various minor fixes to @var and @return docsthiemowmde2024-11-061-4/+3
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* Change some type hints from IDatabase to IReadableDatabaseUmherirrender2024-05-241-4/+3
* Replace more instances of unchecked MWExceptionDaimona Eaytoy2024-01-231-5/+3
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz DziewoƄski2024-01-221-1/+1
* Replace deprecated MWExceptionDaimona Eaytoy2024-01-161-1/+1
* filerepo: Switch to use IConnectionProvider where possibleAmir Sarabadani2023-09-121-4/+5
* Merge "file: Check for old image existence in LocalFileDeleteBatch"jenkins-bot2023-08-281-1/+1
|\
| * file: Check for old image existence in LocalFileDeleteBatchUmherirrender2023-08-241-1/+1
* | Introduce FileSelectQueryBuilderAmir Sarabadani2023-08-071-39/+12
|/
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Improve docs of various ::getQueryInfo functionsUmherirrender2022-08-131-3/+4
* filerepo: Duplicate code handling metadata of files to ArchivedFileAmir Sarabadani2022-04-201-6/+213
* filerepo: Clean up file and class doc commentsTimo Tijhof2022-04-071-4/+1
* Fix various documentation related to falseUmherirrender2022-03-031-1/+1
* Fix various documentation related to null typesUmherirrender2022-02-261-1/+1
* file: Replace deprecated User::newFromAnyId with UserFactoryUmherirrender2021-12-191-2/+4
* Revert "Remove last User dependencies from File"Majavah2021-11-261-7/+1
* Remove last User dependencies from FilePetr Pchelko2021-11-261-1/+7
* File: remove deprecated methodsPetr Pchelko2021-11-011-61/+0
* file: Fix nullable documentation for property, args and return typesUmherirrender2021-10-201-3/+3
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-06-181-1/+1
* ArchivedFile: replace ::getUser methods with ::getUploaderPetr Pchelko2021-06-041-7/+52
* Convert File to Authority/UserIdentityPetr Pchelko2021-05-101-3/+4
* Stop using legacy ActorMigration fields img_user/oi_user/fa_userTim Starling2021-04-261-4/+16
* Revert "Revert "Remove support for (Archived|OldLocal)File::userCan without a...DannyS7122020-09-271-8/+2
* Revert "Remove support for (Archived|OldLocal)File::userCan without a user"Jforrester2020-09-161-2/+8
* Remove support for (Archived|OldLocal)File::userCan without a userDannyS7122020-09-101-8/+2
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-1/+1
* Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* | Merge "Replace "@stable for calling" by "@stable to call""jenkins-bot2020-07-131-1/+1
|\ \
| * | Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
| |/
* / Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-5/+5
|/
* Mark File base classes as extensible.daniel2020-07-091-0/+7
* Fix more Squiz.Scope.MethodScope.MissingReedy2020-05-181-3/+3
* Hard deprecate not passing a user to ArchivedFile::userCanDannyS7122020-03-161-1/+1
* filerepo: Add and fix visibility keywords in ArchivedFileThiemo Kreuz2020-02-281-2/+2
* Hard deprecate Revision::userCanBitfieldDannyS7122020-02-241-3/+15
* Fix return type for MediaHandler::pageCountUmherirrender2019-12-281-1/+1
* phan: Enable PhanTypeMismatchArgument issueUmherirrender2019-09-191-0/+2
* Declare dynamic propertiesDaimona Eaytoy2019-09-141-0/+3
* Mostly drop old pre-actor user schemasBrad Jorsch2019-09-091-44/+0
* Safe replacement of a lot of `!count()` with `=== []`Thiemo Kreuz2019-01-151-1/+1
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-111-4/+5
* Fix error in various deprecated selectFields() methodsBrad Jorsch2018-07-031-1/+1