aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Preview
Commit message (Expand)AuthorAgeFilesLines
* fix(preview): gracefully handle file not being opened in ProviderV2backport/47858/stable29Richard Steinmetz2024-09-101-0/+3
* feat: log file id and path when extracting the mp3 cover failsDaniel Kesselberg2024-07-061-4/+4
* Merge pull request #45337 from nextcloud/backport/44710/stable29Joas Schilling2024-05-1611-10/+106
|\
| * fix(preview): check mime type before processing with ImagickVarun Patil2024-05-1511-10/+106
* | fix: Extend SVG reference checkJoas Schilling2024-05-161-1/+1
|/
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-042-2/+2
* Lower failed movie preview to infoGit'Fellow2024-02-031-1/+1
* Merge pull request #41067 from Murena-SAS/preview-folder-deletesArthur Schiwon2024-01-181-0/+3
|\
| * Check if the node has a null ID before deleting in preview watcherAkhil2023-10-231-0/+3
* | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-7/+7
* | Merge pull request #41395 from nextcloud/hello-emfChristoph Wurst2023-11-162-25/+68
|\ \
| * | fix: use png as preview right awayDaniel Kesselberg2023-11-131-16/+3
| * | feat: allow multiple libreoffice invocationsDaniel Kesselberg2023-11-131-11/+34
| * | feat: add preview provider for emf files based on officeDaniel Kesselberg2023-11-131-0/+33
* | | Us strpos() onlyGit'Fellow2023-11-151-9/+3
* | | Check for open_basedir before reading /procGit'Fellow2023-11-151-2/+14
|/ /
* | address reviewSimon L2023-11-031-4/+4
* | fix semaphore guardingSimon L2023-11-031-1/+1
* | Use \Throwable insteadGit'Fellow2023-11-011-1/+1
* | Catch Imaginary processing errorsGit'Fellow2023-11-011-1/+1
* | Don't pass invalid streams to ImaginaryGit'Fellow2023-10-251-0/+3
|/
* also remove functionDaniel Hansson2023-10-021-19/+0
* Generate all preview sizes for ImaginaryDaniel Hansson2023-09-301-17/+0
* feat: Imaginary WebP supportJanisPlayer2023-09-022-1/+21
* feat(files): add uploaderJohn Molakvoæ2023-09-011-1/+1
* feat: redirect to the mime icon if no preview availableJohn Molakvoæ2023-08-171-0/+98
* log imaginary errors as info to not spam the server logsSimon L2023-08-091-2/+2
* fix!: Remove legacy event dispatching Symfony's GenericEventJoas Schilling2023-07-271-10/+0
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-1/+1
* feat: replace id3parser with mp3infoDaniel Kesselberg2023-06-281-11/+6
* feat: add width, height, crop and mode to BeforePreviewFetchedEventDaniel Kesselberg2023-06-231-2/+6
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-011-1/+1
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* | fix: catch errors in id3parser libraryDaniel Kesselberg2023-05-281-2/+13
* | Allow to specify an imaginary keyJanisPlayer2023-05-221-1/+2
* | Merge pull request #36692 from nextcloud/throw-exception-to-avoid-division-by...Simon L2023-05-171-0/+4
|\ \ | |/ |/|
| * fix(preview-generator): Throw exception before dividing by zero when generati...Thomas Citharel2023-02-131-0/+4
* | Fix typos in lib/public subdirectorySimon L2023-05-101-2/+2
* | Merge pull request #37148 from nextcloud/enh/noid/increase-imaginary-timeoutsSimon L2023-05-041-0/+2
|\ \
| * | increase imaginary timeouts as for big files the processing could take very longSimon L2023-03-091-0/+2
* | | Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-202-93/+51
|\ \ \
| * \ \ Merge pull request #37772 from nextcloud/enh/30986/follow-upSimon L2023-04-181-0/+4
| |\ \ \
| | * | | fix php-lintSimon L2023-04-171-1/+0
| | * | | Update lib/private/Preview/Bundled.phpClaus-Justus Heine2023-04-171-1/+1
| | * | | Prevent the OpenDocument preview generator from trying to open empty files.Claus-Justus Heine2023-04-171-0/+5
| | |/ /
| * | | try to make linters happyGlandos2023-04-171-2/+2
| * | | gather code from small and max previewGlandos2023-04-171-90/+36
| * | | Revert 0e49b40Glandos2023-04-171-3/+0
| * | | improve parameter docGlandos2023-04-171-1/+1
| * | | Ensure max preview image is not nullGlandos2023-04-171-0/+3