aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Type/Detection.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52822 from nextcloud/feat/mime-namesJohn Molakvoæ2025-05-151-0/+22
|\
| * feat(core): add human readable mimesJohn Molakvoæ (skjnldsv)2025-05-141-0/+22
* | chore: deprecate \OC_Helper::canExecutechore/oc-helper-can-execFerdinand Thiessen2025-05-141-2/+5
|/
* refactor(IMimeTypeDetector): use consistent capitalizationchore/consistent-namingFerdinand Thiessen2025-04-021-51/+52
* fix(IMimeTypeDetector): use correct return typefix/IMimeTypeDetector-typesFerdinand Thiessen2025-03-181-2/+2
* fix(files): Make sure file pointer existsfilePointerCheckGit'Fellow2025-03-071-8/+8
* fix: psalm and OCP @since declarationsfix/mime-intJohn Molakvoæ2025-02-061-2/+2
* fix: make sure we process mime extensions as stringskjnldsv2025-02-051-4/+11
* chore: Add SPDX headerAndy Scherzinger2024-05-241-36/+3
* fix: Improve typing of mimetype aliasesCôme Chilliet2024-04-301-27/+14
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* Update Detection.phpFaraz Samapoor2023-05-171-1/+1
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-4/+4
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-10/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* Properly add both mimetypes to secure mimetype mappingJulius Härtl2020-09-071-1/+7
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+2
* Extra white space to follow other ifslui87kw2020-07-151-1/+1
* Avoid substr() error when strpos returns falsebladewing2020-07-151-6/+9
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headers for 18Christoph Wurst2019-12-201-0/+3
* Fix detection of non extention typesRoeland Jago Douma2019-12-121-3/+6
* Try more methodsJoas Schilling2019-12-101-3/+12
* Some more fixes in detecting the mimetype from the contentJoas Schilling2019-12-101-15/+17
* Cleanup the codeJoas Schilling2019-12-101-43/+45
* Allow to check for the mimetype by content onlyJoas Schilling2019-12-101-7/+21
* Move custom definition logic into methodDaniel Kesselberg2019-12-091-21/+16
* Ensure that we don't merge broken json.Daniel Kesselberg2019-12-091-6/+25
* Update license headersChristoph Wurst2019-12-051-1/+2
* Do not fail integrity check if mimetype list is changedXheni Myrtaj2019-05-291-0/+6
* Update license headersMorris Jobke2017-11-061-0/+3
* Improve mimetype detection for object storagesMorris Jobke2017-10-261-0/+4
* Reduced code for filename trimMagnus Walbeck2017-01-231-3/+1
* Mimetype detection for hidden filesMagnus Walbeck2017-01-231-0/+6
* Fix mimetype detection inside hidden folders (#26138)Vincent Petry2016-09-261-2/+4
* Correctly remove the charset from finfo mimetypeJoas Schilling2016-09-051-2/+3
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+4
* remove png references in coreHendrik Leppelsack2016-07-011-6/+6
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+318