| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor(IMimeTypeDetector): use consistent capitalizationchore/consistent-naming | Ferdinand Thiessen | 7 days | 1 | -51/+52 |
* | fix(IMimeTypeDetector): use correct return typefix/IMimeTypeDetector-types | Ferdinand Thiessen | 2025-03-18 | 1 | -2/+2 |
* | fix(files): Make sure file pointer existsfilePointerCheck | Git'Fellow | 2025-03-07 | 1 | -8/+8 |
* | fix: psalm and OCP @since declarationsfix/mime-int | John Molakvoæ | 2025-02-06 | 1 | -2/+2 |
* | fix: make sure we process mime extensions as string | skjnldsv | 2025-02-05 | 1 | -4/+11 |
* | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 1 | -5/+4 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -3/+3 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 3 | -79/+11 |
* | fix: Improve typing of mimetype aliases | Côme Chilliet | 2024-04-30 | 1 | -27/+14 |
* | refactor(mimeloader): modernize MimeTypeLoader | Thomas Citharel | 2024-03-14 | 1 | -27/+15 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -5/+5 |
* | Wrap mimetype insert and getLastInsertId in a transaction | Lucas Azevedo | 2023-09-04 | 1 | -7/+9 |
* | fix(mimetype): Remove unnecessary transaction when storing a mime type | Lucas Azevedo | 2023-09-01 | 1 | -26/+22 |
* | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private | Robin Appelman | 2023-06-01 | 1 | -4/+4 |
|\ |
|
| * | Update Detection.php | Faraz Samapoor | 2023-05-17 | 1 | -1/+1 |
| * | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -4/+4 |
* | | fix(mimetype): Fix returning value when finding existing mimetype in MimeType... | Thomas Citharel | 2023-05-04 | 1 | -16/+10 |
|/ |
|
* | Put Mimeloader insertion and read in the same transaction | Thomas Citharel | 2023-04-17 | 1 | -18/+41 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 2 | -3/+1 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -10/+3 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 3 | -3/+0 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+2 |
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -2/+8 |
* | Properly add both mimetypes to secure mimetype mapping | Julius Härtl | 2020-09-07 | 1 | -1/+7 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+2 |
* | Extra white space to follow other ifs | lui87kw | 2020-07-15 | 1 | -1/+1 |
* | Avoid substr() error when strpos returns false | bladewing | 2020-07-15 | 1 | -6/+9 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -3/+0 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 3 | -1/+2 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -1/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -2/+2 |
|/ |
|
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -0/+3 |
* | Fix detection of non extention types | Roeland Jago Douma | 2019-12-12 | 1 | -3/+6 |
* | Try more methods | Joas Schilling | 2019-12-10 | 1 | -3/+12 |
* | Some more fixes in detecting the mimetype from the content | Joas Schilling | 2019-12-10 | 1 | -15/+17 |
* | Cleanup the code | Joas Schilling | 2019-12-10 | 1 | -43/+45 |
* | Allow to check for the mimetype by content only | Joas Schilling | 2019-12-10 | 1 | -7/+21 |
* | Move custom definition logic into method | Daniel Kesselberg | 2019-12-09 | 1 | -21/+16 |
* | Ensure that we don't merge broken json. | Daniel Kesselberg | 2019-12-09 | 1 | -6/+25 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 3 | -3/+6 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Deprecate TemplateManager | Julius Härtl | 2019-10-16 | 1 | -0/+5 |
* | Do not fail integrity check if mimetype list is changed | Xheni Myrtaj | 2019-05-29 | 1 | -0/+6 |
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -1/+1 |
* | use insertIfNotExists to store new mimetypes. | Robin Appelman | 2018-08-09 | 1 | -14/+7 |
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+6 |
* | Improve mimetype detection for object storages | Morris Jobke | 2017-10-26 | 1 | -0/+4 |
* | Dont swallow exception when inserting mimetypes if we're inside a transaction | Robin Appelman | 2017-08-26 | 1 | -0/+4 |
* | Fix variable names | Joas Schilling | 2017-05-15 | 1 | -6/+6 |