aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/mime
Commit message (Expand)AuthorAgeFilesLines
* libs: Use type declaration on undocumented private functionsUmherirrender2025-03-312-10/+10
* libs: Replace call_user_func with dynamic function callUmherirrender2025-01-312-2/+2
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* MimeAnalyzer: detect magic number for gltf binaryDerk-Jan Hartman2025-01-081-1/+4
* MimeMap: add gltf and glb mime typesDerk-Jan Hartman2025-01-081-0/+4
* MimeAnalyzer: move ZipDirectoryReader to librarydaniel2025-01-033-1/+750
* Move SQL schema and schema changes to new sql/ top-level directoryDaimona Eaytoy2024-12-131-1/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\StatsJames D. Forrester2024-09-273-2/+23
* Merge "libs: Add missing documentation to class properties"jenkins-bot2024-09-141-0/+10
|\
| * libs: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+10
* | Use const keyword for constant list of strings or intsUmherirrender2024-09-111-3/+3
|/
* MimeMap: Update font related MIMEs from IANAEbrahim Byagowi2024-06-181-0/+3
* MimeMap: Add otf format to font/sfntRhinosF12024-06-181-1/+1
* mime: Add common aliases for CSVDerk-Jan Hartman2024-06-071-0/+5
* Merge "mime: Improve docs, add ingroup tags to class doc blocks"jenkins-bot2024-03-146-23/+31
|\
| * mime: Improve docs, add ingroup tags to class doc blocksTimo Tijhof2024-03-136-23/+31
* | mime: Register `.owl` as application/rdf+xmlTimo Tijhof2024-03-081-1/+1
|/
* MimeAnalyzer: Add @since to isValidMajorMimeTypeReedy2024-01-291-1/+4
* filerepo: Fix img_major_mime for files with a non-standard extensionsapasternak2024-01-261-0/+23
* [mime] m3u, m3u8 and application/vnd.apple.mpegurlDerk-Jan Hartman2023-11-211-0/+4
* Fix regex for parsing DTD entity internal subsetsBrian Wolff2023-10-231-1/+1
* Remove redundant empty() constructsDaimona Eaytoy2023-09-081-2/+2
* Merge sequences of `if` that end doing the same thing anywaythiemowmde2023-06-161-8/+2
* Replace substr with cleaner string methodsMatěj Suchánek2023-05-201-4/+4
* mime: Deprecate isPHPImageType function in MimeAnalyzerrrana-wmf2023-04-121-0/+2
* mime: Add support for 'font/woff' and 'font/woff2' mime typerrana-wmf2023-03-271-0/+2
* mime: Add support for 'font/sfnt' mime typerrana-wmf2023-03-271-0/+1
* Remove IEContentAnalyzerDerk-Jan Hartman2023-03-072-875/+0
* Merge "Remove unused arguments to private functions"jenkins-bot2023-02-082-11/+6
|\
| * Remove unused arguments to private functionsUmherirrender2023-02-082-11/+6
* | mime: Avoid unneeded variable assigment in MimeAnalyzerUmherirrender2023-02-041-3/+1
|/
* Make use of ??= in more placesDannyS7122022-12-171-3/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-1/+0
* Remove unneeded initalize of local variablesUmherirrender2022-09-211-1/+0
* Add application/vnd.ms-opentype to MIME listRhinosF12022-07-191-0/+1
* Add jps as a recognized alias of jpg filesDerk-Jan Hartman2022-05-101-1/+3
* Call ZipDirectoryReader from MimeAnalyzerTim Starling2022-05-032-110/+60
* Use str_starts_with/str_ends_withAryeh Gregor2022-05-021-11/+9
* Handle webm files with AV1 and/or nullbyte terminated VP8/9Derk-Jan Hartman2022-04-251-4/+19
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+2
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+2
* Add various null checks when null is not possible to use as argumentUmherirrender2022-03-141-1/+1
* mime: Return bool from error handlerUmherirrender2022-03-021-0/+1
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-242-10/+13
* Workaround for misdetection of some WebM files as audioBrion Vibber2022-02-151-4/+5
* Suppress deprecation warnings from libxml_disable_entity_loader()Tim Starling2022-01-211-3/+6
* Fix typos in comments (M)Siddharth VP2022-01-091-1/+1
* libs/mime: Remove newline from log messagesUmherirrender2022-01-011-30/+30