aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Type
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-262-2/+2
|/
* 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-053-3/+6
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Deprecate TemplateManagerJulius Härtl2019-10-161-0/+5
* Do not fail integrity check if mimetype list is changedXheni Myrtaj2019-05-291-0/+6
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
* use insertIfNotExists to store new mimetypes.Robin Appelman2018-08-091-14/+7
* Update license headersMorris Jobke2017-11-062-0/+6
* Improve mimetype detection for object storagesMorris Jobke2017-10-261-0/+4
* Dont swallow exception when inserting mimetypes if we're inside a transactionRobin Appelman2017-08-261-0/+4
* Fix variable namesJoas Schilling2017-05-151-6/+6
* Fix order of parameter and escapingJoas Schilling2017-05-121-2/+2
* Actually we want to update the mimetype of all files ending with the suffixJoas Schilling2017-05-111-3/+4
* don´t change folders with --repair-filecacheRello2017-05-111-0/+4
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* 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-212-2/+2
* Fix othersJoas Schilling2016-07-213-4/+8
* 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-243-0/+552