aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Type
Commit message (Expand)AuthorAgeFilesLines
* chore(db): Correctly apply query typesGit'Fellow2024-10-171-5/+4
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-243-79/+11
* fix: Improve typing of mimetype aliasesCôme Chilliet2024-04-301-27/+14
* refactor(mimeloader): modernize MimeTypeLoaderThomas Citharel2024-03-141-27/+15
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* Wrap mimetype insert and getLastInsertId in a transactionLucas Azevedo2023-09-041-7/+9
* fix(mimetype): Remove unnecessary transaction when storing a mime typeLucas Azevedo2023-09-011-26/+22
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-011-4/+4
|\
| * Update Detection.phpFaraz Samapoor2023-05-171-1/+1
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-4/+4
* | fix(mimetype): Fix returning value when finding existing mimetype in MimeType...Thomas Citharel2023-05-041-16/+10
|/
* Put Mimeloader insertion and read in the same transactionThomas Citharel2023-04-171-18/+41
* composer run cs:fixCôme Chilliet2023-01-202-3/+1
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-10/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-3/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* Don't leave cursors open when tests failJoas Schilling2020-11-091-2/+8
* 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-102-3/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-1/+2
* 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