aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/filebackend/SwiftFileBackend.php
Commit message (Expand)AuthorAgeFilesLines
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-3/+3
* filebackend: Remove dependencies on MediaWiki codedaniel2025-01-081-4/+3
* filebackend: Improve debug messages by passing native context or CSVTimo Tijhof2025-01-071-2/+2
* FileRepo: Add support for the new Shellbox large file featureTim Starling2024-10-291-45/+92
* Add namespace to remaining parts of Wikimedia\FileBackendJames D. Forrester2024-10-031-3/+15
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-0/+1
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+2
* Add namespace and deprecation alias to MultiHttpClientEbrahim Byagowi2024-05-201-0/+1
* Add namespace and deprecation alias to FileBackendEbrahim Byagowi2024-05-191-0/+1
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-0/+1
* Merge "Make HTTPFileStreamer testable"jenkins-bot2024-04-271-2/+2
|\
| * Make HTTPFileStreamer testabledaniel2024-04-261-2/+2
* | Allow to set .rlistings on a containerPaladox2024-04-171-0/+9
|/
* filebackend: simplify "headless" parameter and STREAM_HEADLESS flagAaron Schulz2024-04-041-2/+4
* filebackend: Retry Swift requests with new auth token on 401Tim Starling2024-03-151-172/+259
* filebackend: Fix Swift integration test failuresTim Starling2024-03-121-1/+1
* 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
|/
* filebackend: Allow uploading files up to 32 GB with FSFileBackendBrian Wolff2023-10-251-0/+5
* filebackend: Turn protected properties into actual constantsthiemowmde2023-10-161-27/+27
* 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-231-10/+10
* Replace substr with cleaner string methodsMatěj Suchánek2023-05-201-1/+1
* filebackend: Use SwiftFileBackend::$RES_ABSENT for self-documentationUmherirrender2023-05-111-18/+10
* Remove unused local variable assignmentUmherirrender2023-02-041-1/+1
* Remove unused variable from unpacking arraysUmherirrender2022-11-221-15/+15
* Merge "Use short array destructuring instead of list()"jenkins-bot2022-10-211-33/+33
|\
| * Use short array destructuring instead of list()Tim Starling2022-10-211-33/+33
* | Use the null coalescing assignment operatorTim Starling2022-10-211-5/+5
|/
* Fix many typos in commentsMatěj Suchánek2022-05-101-2/+2
* Add explicit casts between scalar typesUmherirrender2022-03-011-1/+1
* Fix various documentation related to null typesUmherirrender2022-02-261-1/+1
* Try not to discard Excimer timeout exceptionsTim Starling2022-02-021-0/+3
* Fix typos in comments (S)Siddharth VP2022-01-091-1/+1
* Merge "Use DeletePage in FileDeleteForm and fix output of ApiDelete"jenkins-bot2021-11-231-3/+6
|\
| * Use DeletePage in FileDeleteForm and fix output of ApiDeleteDaimona Eaytoy2021-11-181-3/+6
* | Remove or replace usages of "sane"Reedy2021-11-221-1/+1
* | Remove or replace usages of "sanity"Reedy2021-11-191-2/+2
|/
* Force using HTTP 1.1 for SwiftFileBackendAlexandros Kosiaris2021-10-291-12/+20
* Allow x-delete-at and x-delete-after expiry headerskalle2021-04-261-5/+10
* Swift HTTP client request log including timingsTim Starling2021-03-101-0/+7
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* filebackend: Fix index error in SwiftFileBackendThiemo Kreuz2020-07-281-8/+10
* Reduce nesting by turning big if-else into guard clausesThiemo Kreuz2020-07-241-13/+8
* In SwiftFileBackend allow HTTP timeouts to be set in the constructorTim Starling2020-05-151-1/+13
* build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-0/+1
* filebackend: reduce hashing I/O in SwiftFileBackend::doStoreInternal()Aaron Schulz2019-09-151-12/+29