littleshop/LittleShop/DTOs
SysAdmin 127be759c8 Refactor payment verification to manual workflow and add comprehensive cleanup tools
Major changes:
• Remove BTCPay Server integration in favor of SilverPAY manual verification
• Add test data cleanup mechanisms (API endpoints and shell scripts)
• Fix compilation errors in TestController (IdentityReference vs CustomerIdentity)
• Add deployment automation scripts for Hostinger VPS
• Enhance integration testing with comprehensive E2E validation
• Add Blazor components and mobile-responsive CSS for admin interface
• Create production environment configuration scripts

Key Features Added:
• Manual payment verification through Admin panel Order Details
• Bulk test data cleanup with proper cascade handling
• Deployment automation with systemd service configuration
• Comprehensive E2E testing suite with SilverPAY integration validation
• Mobile-first admin interface improvements

Security & Production:
• Environment variable configuration for production secrets
• Proper JWT and VAPID key management
• SilverPAY API integration with live credentials
• Database cleanup and maintenance tools

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 19:29:00 +01:00
..
AuthResponseDto.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
BotActivityDto.cs Implement product multi-buys and variants system 2025-09-21 00:30:12 +01:00
BotDto.cs Add customer communication system 2025-08-27 18:02:39 +01:00
BotMetricDto.cs Add customer communication system 2025-08-27 18:02:39 +01:00
BotSessionDto.cs Add customer communication system 2025-08-27 18:02:39 +01:00
CategoryDto.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
CryptoPaymentDto.cs Remove BTCPay completely, integrate SilverPAY only, configure TeleBot with real token 2025-09-20 19:22:29 +01:00
CustomerDto.cs Add customer communication system 2025-08-27 18:02:39 +01:00
CustomerMessageDto.cs Add customer communication system 2025-08-27 18:02:39 +01:00
LoginDto.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
OrderDto.cs Implement product multi-buys and variants system 2025-09-21 00:30:12 +01:00
PagedResultDto.cs Add customer communication system 2025-08-27 18:02:39 +01:00
ProductDto.cs Implement product multi-buys and variants system 2025-09-21 00:30:12 +01:00
ProductImportDto.cs Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
ProductVariationDto.cs Refactor payment verification to manual workflow and add comprehensive cleanup tools 2025-09-25 19:29:00 +01:00
PushSubscriptionDto.cs WebPush-and-photo-upload-fixes 2025-09-01 06:01:05 +01:00
ReviewDto.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
ShippingRateDto.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
UserDto.cs Remove BTCPay completely, integrate SilverPAY only, configure TeleBot with real token 2025-09-20 19:22:29 +01:00