nextcloud/lib/private/Preview
Benjamin Gaussorgues 2b7415ef4d
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (master, main, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, guests_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Psalm static code analysis / changes (push) Waiting to run
Psalm static code analysis / static-code-analysis (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-security (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-ocp (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-ncu (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-strict (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-summary (push) Blocked by required conditions
Merge pull request #60960 from nextcloud/carl/querybuilder-magic-number
refactor: Use new IQueryBuilder::MAX_IN_PARAMETERS
2026-06-10 23:09:30 +02:00
..
Db chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Storage refactor: Use new IQueryBuilder::MAX_IN_PARAMETERS 2026-06-03 13:45:29 +02:00
BackgroundCleanupJob.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Bitmap.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
BMP.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Bundled.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
EMF.php chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
Font.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Generator.php fix: Make sure getNumConcurrentPreviews never returns 0 2026-06-02 09:46:20 +02:00
GeneratorHelper.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
GIF.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
HEIC.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Illustrator.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Image.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
IMagickSupport.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Imaginary.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ImaginaryPDF.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
JPEG.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Krita.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
MarkDown.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
MimeIconProvider.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Movie.php fix(previews): ffprobe hangs 2026-06-05 16:06:16 +02:00
MP3.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
MSOffice2003.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
MSOffice2007.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
MSOfficeDoc.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Office.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
OpenDocument.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
PDF.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Photoshop.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
PNG.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Postscript.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
PreviewMigrationService.php Merge pull request #58425 from nextcloud/chore/delete-empty-preview-dirs 2026-05-11 11:06:06 +02:00
PreviewService.php chore: Fix SPDX header 2026-03-16 08:38:16 +01:00
ProviderV2.php chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
SGI.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
StarOffice.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SVG.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
TGA.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
TIFF.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
TXT.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Watcher.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
WatcherConnector.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
WebP.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
XBitmap.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00