aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/filebackend
Commit message (Expand)AuthorAgeFilesLines
* In .htaccess deny files, use "Satisfy All"REL1_42Tim Starling2025-04-041-1/+2
* FileBackend: PHP Deprecated: strrpos(): Passing null to parameter #1 ($haystack)Paladox2025-03-311-1/+1
* filebackend: simplify "headless" parameter and STREAM_HEADLESS flagAaron Schulz2024-04-043-5/+7
* Update Apache config syntax in .htaccess filesKunal Mehta2024-03-231-1/+1
* filebackend: Retry Swift requests with new auth token on 401Tim Starling2024-03-152-174/+261
* filebackend: Fix MemoryFileBackend move resultTim Starling2024-03-132-15/+33
* Merge "filebackend: Fix Swift integration test failures"jenkins-bot2024-03-121-1/+1
|\
| * filebackend: Fix Swift integration test failuresTim Starling2024-03-121-1/+1
* | filebackend: Clean up batch handling in doQuickOperationsInternal()Tim Starling2024-03-081-15/+10
|/
* Respect $maxConcurrency when queuing async FileOpsPlatonides2024-03-071-1/+3
* Merge "filebackend: improve documentation of FileOp fields"jenkins-bot2024-03-044-10/+12
|\
| * filebackend: improve documentation of FileOp fieldsAaron Schulz2024-02-214-10/+12
* | filebackend: add FileStatePredicates helper class for file operationsAaron Schulz2024-02-219-162/+298
|/
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-101-1/+0
* Merge "Use thousands separators in selected integer literals"jenkins-bot2023-12-121-1/+1
|\
| * Use thousands separators in selected integer literalsTim Starling2023-12-121-1/+1
* | SwiftFileBackend: Fix "PHP Deprecated: strlen(): Passing null to parameter #1...Paladox2023-12-111-2/+2
|/
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+1
* filebackend: Allow uploading files up to 32 GB with FSFileBackendBrian Wolff2023-10-252-2/+7
* Merge "filebackend: Turn protected properties into actual constants"jenkins-bot2023-10-194-66/+66
|\
| * filebackend: Turn protected properties into actual constantsthiemowmde2023-10-164-66/+66
* | Merge "filebackend: Fix incomplete callable|null type hints"jenkins-bot2023-10-193-5/+5
|\ \
| * | filebackend: Fix incomplete callable|null type hintsthiemowmde2023-10-163-5/+5
| |/
* | Merge "filebackend: Fix and add missing @return documentation"jenkins-bot2023-10-181-3/+5
|\ \
| * | filebackend: Fix and add missing @return documentationthiemowmde2023-10-161-3/+5
| |/
* / FSFileOpHandle: add missing @ in @varDannyS7122023-10-171-1/+1
|/
* filebackend: Log cache set failure in FileBackendStoreUmherirrender2023-09-031-2/+10
* Merge "filebackend: Include truncated http body for 502 on SwiftFileBackend"jenkins-bot2023-08-221-31/+35
|\
| * filebackend: Include truncated http body for 502 on SwiftFileBackendUmherirrender2023-08-011-31/+35
* | Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
|/
* filebackend: improve SwiftFileBackendList field names and nullity checksAaron Schulz2023-06-234-33/+48
* Merge "Replace substr with cleaner string methods"jenkins-bot2023-06-061-1/+1
|\
| * Replace substr with cleaner string methodsMatěj Suchánek2023-05-201-1/+1
* | filebackend: Remove unneeded array_filterUmherirrender2023-06-031-2/+0
|/
* filebackend: Use SwiftFileBackend::$RES_ABSENT for self-documentationUmherirrender2023-05-111-18/+10
* filebackend: Split missing file and error on getLocalReference/CopyUmherirrender2023-04-292-17/+14
* filebackend: Find thumbnails from all backends in FileBackendMultiWriteAmir Sarabadani2023-04-172-1/+24
* TempFSFile: Keep the WeakMap aliveTim Starling2023-03-181-11/+9
* TempFSFile: Use a WeakMap for reference tracking if availableMáté Szabó2023-02-121-4/+23
* Remove unused local variable assignmentUmherirrender2023-02-041-1/+1
* Merge "File backend: Fix "Notice: Undefined index: latest""jenkins-bot2023-01-181-1/+1
|\
| * File backend: Fix "Notice: Undefined index: latest"Paladox2023-01-171-1/+1
* | Make use of ??= in more placesDannyS7122022-12-171-6/+4
* | Remove unused variable from unpacking arraysUmherirrender2022-11-221-15/+15
* | Fix the remaining Phan failures on PHP 8.1Tim Starling2022-11-091-1/+3
|/
* Merge "Use short array destructuring instead of list()"jenkins-bot2022-10-219-72/+72
|\
| * Use short array destructuring instead of list()Tim Starling2022-10-219-72/+72
* | Use the null coalescing assignment operatorTim Starling2022-10-212-8/+8
|/
* Fix MediaWiki.WhiteSpace.EmptyLinesBetweenUse.FoundReedy2022-10-081-2/+1
* Remove unused local variablesUmherirrender2022-09-191-1/+0