index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
libs
/
filebackend
/
SwiftFileBackend.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use $string === '' instead of strlen( $string ) === 0
Fomafix
2025-01-30
1
-3
/
+3
*
filebackend: Remove dependencies on MediaWiki code
daniel
2025-01-08
1
-4
/
+3
*
filebackend: Improve debug messages by passing native context or CSV
Timo Tijhof
2025-01-07
1
-2
/
+2
*
FileRepo: Add support for the new Shellbox large file feature
Tim Starling
2024-10-29
1
-45
/
+92
*
Add namespace to remaining parts of Wikimedia\FileBackend
James D. Forrester
2024-10-03
1
-3
/
+15
*
Add namespace to remaining parts of Wikimedia\ObjectCache
James D. Forrester
2024-09-27
1
-0
/
+1
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-0
/
+2
*
Add namespace and deprecation alias to MultiHttpClient
Ebrahim Byagowi
2024-05-20
1
-0
/
+1
*
Add namespace and deprecation alias to FileBackend
Ebrahim Byagowi
2024-05-19
1
-0
/
+1
*
Add namespace and deprecation alias to FormatJson
Ebrahim Byagowi
2024-05-16
1
-0
/
+1
*
Merge "Make HTTPFileStreamer testable"
jenkins-bot
2024-04-27
1
-2
/
+2
|
\
|
*
Make HTTPFileStreamer testable
daniel
2024-04-26
1
-2
/
+2
*
|
Allow to set .rlistings on a container
Paladox
2024-04-17
1
-0
/
+9
|
/
*
filebackend: simplify "headless" parameter and STREAM_HEADLESS flag
Aaron Schulz
2024-04-04
1
-2
/
+4
*
filebackend: Retry Swift requests with new auth token on 401
Tim Starling
2024-03-15
1
-172
/
+259
*
filebackend: Fix Swift integration test failures
Tim Starling
2024-03-12
1
-1
/
+1
*
Merge "Use thousands separators in selected integer literals"
jenkins-bot
2023-12-12
1
-1
/
+1
|
\
|
*
Use thousands separators in selected integer literals
Tim Starling
2023-12-12
1
-1
/
+1
*
|
SwiftFileBackend: Fix "PHP Deprecated: strlen(): Passing null to parameter #1...
Paladox
2023-12-11
1
-2
/
+2
|
/
*
filebackend: Allow uploading files up to 32 GB with FSFileBackend
Brian Wolff
2023-10-25
1
-0
/
+5
*
filebackend: Turn protected properties into actual constants
thiemowmde
2023-10-16
1
-27
/
+27
*
Merge "filebackend: Include truncated http body for 502 on SwiftFileBackend"
jenkins-bot
2023-08-22
1
-31
/
+35
|
\
|
*
filebackend: Include truncated http body for 502 on SwiftFileBackend
Umherirrender
2023-08-01
1
-31
/
+35
*
|
Reorg: Move MWTimestamp to MediaWiki\Utils
Amir Sarabadani
2023-08-19
1
-0
/
+1
|
/
*
filebackend: improve SwiftFileBackendList field names and nullity checks
Aaron Schulz
2023-06-23
1
-10
/
+10
*
Replace substr with cleaner string methods
Matěj Suchánek
2023-05-20
1
-1
/
+1
*
filebackend: Use SwiftFileBackend::$RES_ABSENT for self-documentation
Umherirrender
2023-05-11
1
-18
/
+10
*
Remove unused local variable assignment
Umherirrender
2023-02-04
1
-1
/
+1
*
Remove unused variable from unpacking arrays
Umherirrender
2022-11-22
1
-15
/
+15
*
Merge "Use short array destructuring instead of list()"
jenkins-bot
2022-10-21
1
-33
/
+33
|
\
|
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-33
/
+33
*
|
Use the null coalescing assignment operator
Tim Starling
2022-10-21
1
-5
/
+5
|
/
*
Fix many typos in comments
Matěj Suchánek
2022-05-10
1
-2
/
+2
*
Add explicit casts between scalar types
Umherirrender
2022-03-01
1
-1
/
+1
*
Fix various documentation related to null types
Umherirrender
2022-02-26
1
-1
/
+1
*
Try not to discard Excimer timeout exceptions
Tim Starling
2022-02-02
1
-0
/
+3
*
Fix typos in comments (S)
Siddharth VP
2022-01-09
1
-1
/
+1
*
Merge "Use DeletePage in FileDeleteForm and fix output of ApiDelete"
jenkins-bot
2021-11-23
1
-3
/
+6
|
\
|
*
Use DeletePage in FileDeleteForm and fix output of ApiDelete
Daimona Eaytoy
2021-11-18
1
-3
/
+6
*
|
Remove or replace usages of "sane"
Reedy
2021-11-22
1
-1
/
+1
*
|
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-2
/
+2
|
/
*
Force using HTTP 1.1 for SwiftFileBackend
Alexandros Kosiaris
2021-10-29
1
-12
/
+20
*
Allow x-delete-at and x-delete-after expiry headers
kalle
2021-04-26
1
-5
/
+10
*
Swift HTTP client request log including timings
Tim Starling
2021-03-10
1
-0
/
+7
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
filebackend: Fix index error in SwiftFileBackend
Thiemo Kreuz
2020-07-28
1
-8
/
+10
*
Reduce nesting by turning big if-else into guard clauses
Thiemo Kreuz
2020-07-24
1
-13
/
+8
*
In SwiftFileBackend allow HTTP timeouts to be set in the constructor
Tim Starling
2020-05-15
1
-1
/
+13
*
build: Upgrade phan to 0.9.0
Daimona Eaytoy
2019-12-07
1
-0
/
+1
*
filebackend: reduce hashing I/O in SwiftFileBackend::doStoreInternal()
Aaron Schulz
2019-09-15
1
-12
/
+29
[next]