aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/filebackend
Commit message (Expand)AuthorAgeFilesLines
* In .htaccess deny files, use "Satisfy All"Tim Starling2025-04-041-1/+2
* Merge "libs: Use type declaration on undocumented private functions"jenkins-bot2025-04-041-1/+1
|\
| * libs: Use type declaration on undocumented private functionsUmherirrender2025-03-311-1/+1
* | FileBackend: PHP Deprecated: strrpos(): Passing null to parameter #1 ($haystack)Paladox2025-03-311-1/+1
|/
* Merge "Replace call_user_func_array with dynamic function call"jenkins-bot2025-02-121-1/+1
|\
| * Replace call_user_func_array with dynamic function callUmherirrender2025-02-031-1/+1
* | Merge "libs: Replace call_user_func with dynamic function call"jenkins-bot2025-02-082-3/+3
|\ \
| * | libs: Replace call_user_func with dynamic function callUmherirrender2025-01-312-3/+3
| |/
* | Merge "filebackend: Renamespace TempFSFileFactory to match rest of library"jenkins-bot2025-02-083-4/+5
|\ \
| * | filebackend: Renamespace TempFSFileFactory to match rest of libraryGergő Tisza2025-01-213-4/+5
| |/
* / Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-302-4/+4
|/
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-172-4/+0
* filebackend: Remove dependencies on MediaWiki codedaniel2025-01-083-8/+23
* filebackend: Improve debug messages by passing native context or CSVTimo Tijhof2025-01-074-20/+17
* Replace isset() with null checksUmherirrender2024-12-191-2/+2
* Add type hints to detect bool/null message paramsBartosz Dziewoński2024-11-141-6/+11
* FileRepo: Add support for the new Shellbox large file featureTim Starling2024-10-295-47/+150
* Use namespaced classesUmherirrender2024-10-211-1/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-164-5/+5
* Add namespace to remaining parts of Wikimedia\FileBackendJames D. Forrester2024-10-0333-13/+253
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-272-0/+2
* Remove unchecked exception annotationsAdam Wight2024-09-173-4/+0
* libs: Add missing documentation to class propertiesUmherirrender2024-09-131-1/+2
* StreamFile: Support streaming webp from thumb_handler.phpFunc2024-09-031-1/+3
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-102-0/+4
* Add namespace and deprecation alias to MultiHttpClientEbrahim Byagowi2024-05-201-0/+1
* Add namespace and deprecation alias to FileBackendEbrahim Byagowi2024-05-1911-6/+32
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-164-0/+5
* Merge "Make HTTPFileStreamer testable"jenkins-bot2024-04-274-21/+64
|\
| * Make HTTPFileStreamer testabledaniel2024-04-264-21/+64
* | Merge "Allow to set .rlistings on a container"jenkins-bot2024-04-261-0/+9
|\ \
| * | Allow to set .rlistings on a containerPaladox2024-04-171-0/+9
| |/
* / Fix some line indentUmherirrender2024-04-201-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