Historie revizí

Autor SHA1 Zpráva Datum
  Dave aa88a0f471 refactor: remove MySQL service and related migrations from Prisma module and seed scripts před 1 měsícem
  Dave 99736938cd feat: add new MongoDB schemas for system operation logs, provider video sync, quota logs, role-api permissions, role-menu, roles, user roles, and users; implement seeding script for admin and menus před 1 měsícem
  Dave a4bd7f02fe feat(scripts): add Docker management scripts for cleanup, health checks, and lifecycle management před 1 měsícem
  Dave 73ad3328dc feat(env): update environment configuration for MySQL and MongoDB connections across multiple files před 1 měsícem
  Dave 286d1ad6ed feat(docker): update MongoDB connection strings and Dockerfiles for improved configuration před 1 měsícem
  Dave 07c04665c6 feat(docs): add MongoDB removal feasibility and project state summary documentation před 1 měsícem
  Dave 71f92a9614 Remove outdated Redis cache documentation and related files, including migration summaries, visual guides, installation instructions, and MongoDB seed data. This cleanup streamlines the repository by eliminating unnecessary files and focusing on current architecture and implementation strategies. před 1 měsícem
  Dave 3387d13227 feat(video): add delete functionality for video media by ID před 2 měsíci
  Dave 5e4696d003 fix(env): update IMAGE_BASE_URL for local image storage configuration před 2 měsíci
  Dave cff615e64f fix(cors): refactor CORS methods to array format and streamline image serving setup před 2 měsíci
  Dave 9d089e4ff3 fix(env): update IMAGE_BASE_URL for local image storage configuration před 2 měsíci
  Dave 816665ab9f fix(cors): add CORS headers for static image serving před 2 měsíci
  Dave d016a7aeb4 fix(cors): set CORS headers for static file serving před 2 měsíci
  Dave 18080fe770 fix(env): update IMAGE_BASE_URL for local image storage configuration před 2 měsíci
  Dave ed56ed2c54 fix(env): update IMAGE_BASE_URL for local image storage configuration před 2 měsíci
  Dave 80972d5ebe fix(image-upload): correct folder naming in buildStorageKey method před 2 měsíci
  Dave 8aa528b192 feat: add express as a dependency před 2 měsíci
  Dave e787526749 feat: update image storage configuration and serve static images in the API před 2 měsíci
  Dave c4467237e9 feat(video): update VideoListRequestDto to make categoryId optional and adjust video list retrieval logic před 2 měsíci
  Dave c67e8963d6 feat: enhance image storage and upload functionality před 2 měsíci
  Dave 2e66708df9 feat(auth): update channelId handling in login process and add user/channel retrieval methods před 2 měsíci
  Dave 5d96cd7863 feat(category): comment out channelId property in CategoryDto and CreateCategoryDto před 2 měsíci
  Dave 51d4cb2212 refactor: rename channelId to uChannelId across the application před 2 měsíci
  Dave 15ab692395 feat(channel): add categories, tags, and tagNames to CreateChannelDto and UpdateChannelDto před 2 měsíci
  Dave d4bc0512b0 feat(homepage): refactor homepage DTOs and remove unused VideoItemDto před 2 měsíci
  Dave d164254f3a feat(channel): comment out delete channel endpoint in ChannelController před 2 měsíci
  Dave 18bcb7ef8e feat(video): refactor video category and tag handling to support multiple categories před 2 měsíci
  Dave 37eea85c08 feat(ads): update listAdsByType method to return any type instead of AllAdsResponseDto před 2 měsíci
  Dave ec0c18ec6f feat(channel): add duplicate channelId validation in create and update methods před 2 měsíci
  Dave 4fefacc16f feat: complete ads-channel decoupling and enforce channelId in Channel model před 2 měsíci