aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Preview
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | php-cs-fixGlandos2023-04-171-1/+1
| * | | List preview directory only onceGlandos2023-04-171-5/+13
| |/ /
* / / Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-2/+2
|/ /
* | imaginary - fix autorotate and improve the logicSimon L2023-03-091-33/+32
* | fix indent 2Glandos2023-02-161-7/+7
* | fix indentGlandos2023-02-151-8/+8
* | Use proc_open to avoid spawning a shellGlandos2023-02-151-10/+17
* | cache formats supported by imagickRobin Appelman2023-02-131-0/+40
|/
* imaginary - allow to generate heif, pdf and svg thumbnailsSimon L2023-02-081-18/+45
* imaginary - add tiff to supported formatsSimon L2023-01-251-1/+1
* composer run cs:fixCôme Chilliet2023-01-206-6/+0
* docs: add description how BackgroundCleanupJob.getNewPreviewLocations worksDaniel Kesselberg2023-01-031-0/+15
* Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-021-1/+1
* preview: fix HEIC orientationVarun Patil2022-12-081-0/+3
* Use TimedJob from OCP instead of OCCôme Chilliet2022-12-051-3/+5
* preview: respect quality in ImaginaryVarun Patil2022-12-031-0/+3
* Fix distorted previews when using imaginaryRichard Steinmetz2022-11-111-4/+14
* Limit-number-of-concurrent-preview-generationsszaimen2022-11-051-20/+125
* Emit typed event when preview is requestedJulius Härtl2022-10-271-9/+12
* Save getting the parent node when generating the previewJulius Härtl2022-08-241-1/+1
* Use Image class from public APIChristopher Ng2022-06-0211-11/+11
* Merge pull request #32410 from nextcloud/bugfix/noid/imaginary-exceptionJohn Molakvoæ2022-05-201-2/+7
|\
| * Add explicit return if getSmallImagePreview failsJulius Härtl2022-05-191-2/+7
* | Fix crop conditionCarl Schwan2022-05-191-4/+11
* | Fix cropped image generated when not askedCarl Schwan2022-05-171-1/+2
|/