cms.c2sgmbh/src/blocks
Martin Porwoll 913897c87c feat: add comprehensive video feature with collections, hooks, and tests
Video Feature Implementation:
- Add Videos and VideoCategories collections with multi-tenant support
- Extend VideoBlock with library/upload/embed sources and playback options
- Add featuredVideo group to Posts collection with processed embed URLs

Hooks & Validation:
- Add processFeaturedVideo hook for URL parsing and privacy mode embedding
- Add createSlugValidationHook for tenant-scoped slug uniqueness
- Add video-utils library (parseVideoUrl, generateEmbedUrl, formatDuration)

Testing:
- Add 84 unit tests for video-utils (URL parsing, duration, embed generation)
- Add 14 integration tests for Videos collection CRUD and slug validation

Database:
- Migration for videos, video_categories tables with locales
- Migration for Posts featuredVideo processed fields
- Update payload internal tables for new collections

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 10:48:33 +00:00
..
AccordionBlock.ts feat: add priority collections and advanced content blocks 2025-12-14 00:58:30 +00:00
AuthorBioBlock.ts feat: add comprehensive blogging and team features 2025-12-13 21:49:13 +00:00
BeforeAfterBlock.ts feat: add tenant-specific collections and BeforeAfterBlock 2025-12-14 01:40:17 +00:00
CardGridBlock.ts feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
ComparisonBlock.ts feat: add priority collections and advanced content blocks 2025-12-14 00:58:30 +00:00
ContactFormBlock.ts feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
CTABlock.ts feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
DividerBlock.ts feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
DownloadsBlock.ts feat: add priority collections and advanced content blocks 2025-12-14 00:58:30 +00:00
EventsBlock.ts feat: add priority collections and advanced content blocks 2025-12-14 00:58:30 +00:00
FAQBlock.ts feat: add FAQ collection and block 2025-12-10 05:34:41 +00:00
HeroBlock.ts feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
HeroSliderBlock.ts feat: add HeroSliderBlock for multi-slide hero sections 2025-12-13 14:57:13 +00:00
ImageSliderBlock.ts feat: add ImageSliderBlock for image galleries and sliders 2025-12-13 20:58:32 +00:00
ImageTextBlock.ts feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
index.ts feat: add tenant-specific collections and BeforeAfterBlock 2025-12-14 01:40:17 +00:00
JobsBlock.ts feat: add priority collections and advanced content blocks 2025-12-14 00:58:30 +00:00
LocationsBlock.ts feat: add priority collections and advanced content blocks 2025-12-14 00:58:30 +00:00
LogoGridBlock.ts feat: add priority collections and advanced content blocks 2025-12-14 00:58:30 +00:00
MapBlock.ts feat: add priority collections and advanced content blocks 2025-12-14 00:58:30 +00:00
NewsletterBlock.ts feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
OrgChartBlock.ts feat: add comprehensive blogging and team features 2025-12-13 21:49:13 +00:00
PostsListBlock.ts feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
PricingBlock.ts feat: add priority collections and advanced content blocks 2025-12-14 00:58:30 +00:00
ProcessStepsBlock.ts feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
QuoteBlock.ts feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
RelatedPostsBlock.ts feat: add comprehensive blogging and team features 2025-12-13 21:49:13 +00:00
ServicesBlock.ts feat: add Services collection and block 2025-12-10 07:39:03 +00:00
ShareButtonsBlock.ts feat: add comprehensive blogging and team features 2025-12-13 21:49:13 +00:00
StatsBlock.ts feat: add priority collections and advanced content blocks 2025-12-14 00:58:30 +00:00
TableOfContentsBlock.ts feat: add comprehensive blogging and team features 2025-12-13 21:49:13 +00:00
TabsBlock.ts feat: add priority collections and advanced content blocks 2025-12-14 00:58:30 +00:00
TeamBlock.ts feat: add Team collection and block 2025-12-10 07:15:59 +00:00
TeamFilterBlock.ts feat: add comprehensive blogging and team features 2025-12-13 21:49:13 +00:00
TestimonialsBlock.ts feat: enhance TestimonialsBlock with advanced slider options 2025-12-13 20:37:35 +00:00
TextBlock.ts feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
TimelineBlock.ts feat: add content blocks and global settings 2025-12-01 08:19:15 +00:00
VideoBlock.ts feat: add comprehensive video feature with collections, hooks, and tests 2025-12-16 10:48:33 +00:00