littleshop/LittleShop/Services
SysAdmin 86f19ba044
All checks were successful
Build and Deploy LittleShop / Deploy to Pre-Production (CT109) (push) Successful in 59s
Build and Deploy LittleShop / Deploy to Production VPS (Manual Only) (push) Has been skipped
feat: Add AlexHost deployment pipeline and bot control functionality
- Add Gitea Actions workflow for manual AlexHost deployment
- Add docker-compose.alexhost.yml for production deployment
- Add deploy-alexhost.sh script with server-side build support
- Add Bot Control feature (Start/Stop/Restart) for remote bot management
- Add discovery control endpoint in TeleBot
- Update TeleBot with StartPollingAsync/StopPolling/RestartPollingAsync
- Fix platform architecture issues by building on target server
- Update docker-compose configurations for all environments

Deployment tested successfully:
- TeleShop: healthy at https://teleshop.silentmary.mywire.org
- TeleBot: healthy with discovery integration
- SilverPay: connectivity verified

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 12:33:46 +00:00
..
AuthService.cs 🔒 SECURITY: Emergency fixes and hardening 2025-09-22 05:45:49 +01:00
BotActivityService.cs Implement product multi-buys and variants system 2025-09-21 00:30:12 +01:00
BotContactService.cs Implement comprehensive notification system for LittleShop 2025-09-19 16:17:24 +01:00
BotDiscoveryService.cs feat: Add AlexHost deployment pipeline and bot control functionality 2025-11-26 12:33:46 +00:00
BotMetricsService.cs Add customer communication system 2025-08-27 18:02:39 +01:00
BotService.cs feat: Add AlexHost deployment pipeline and bot control functionality 2025-11-26 12:33:46 +00:00
CategoryService.cs Fix: Categories Edit IsActive checkbox now works both ways 2025-10-03 13:48:56 +01:00
ConfigurationValidationService.cs Feature: Add elegant PWA loading screen 2025-10-02 16:39:47 +01:00
CryptoPaymentService.cs feat: Add customer management, payments, and push notifications with security enhancements 2025-11-16 19:33:02 +00:00
CustomerMessageService.cs Implement bidirectional customer conversations with customer-based grouping and order tagging 2025-08-27 19:18:46 +01:00
CustomerService.cs feat: Add customer management, payments, and push notifications with security enhancements 2025-11-16 19:33:02 +00:00
DataRetentionService.cs feat: Add customer management, payments, and push notifications with security enhancements 2025-11-16 19:33:02 +00:00
DataSeederService.cs BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00
IAuthService.cs BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00
IBotActivityService.cs Implement product multi-buys and variants system 2025-09-21 00:30:12 +01:00
IBotDiscoveryService.cs feat: Add AlexHost deployment pipeline and bot control functionality 2025-11-26 12:33:46 +00:00
IBotMetricsService.cs Add customer communication system 2025-08-27 18:02:39 +01:00
IBotService.cs feat: Add Remote TeleBot Discovery & Configuration 2025-11-25 13:41:36 +00:00
ICategoryService.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
ICryptoPaymentService.cs feat: Add customer management, payments, and push notifications with security enhancements 2025-11-16 19:33:02 +00:00
ICustomerMessageService.cs Implement bidirectional customer conversations with customer-based grouping and order tagging 2025-08-27 19:18:46 +01:00
ICustomerService.cs feat: Add customer management, payments, and push notifications with security enhancements 2025-11-16 19:33:02 +00:00
IOrderService.cs feat: Add customer management, payments, and push notifications with security enhancements 2025-11-16 19:33:02 +00:00
IProductService.cs Implement product multi-buys and variants system 2025-09-21 00:30:12 +01:00
IPushNotificationService.cs WebPush-and-photo-upload-fixes 2025-09-01 06:01:05 +01:00
ISilverPayService.cs 🔒 SECURITY: Emergency fixes and hardening 2025-09-22 05:45:49 +01:00
ISystemSettingsService.cs 🔒 SECURITY: Emergency fixes and hardening 2025-09-22 05:45:49 +01:00
ITeleBotMessagingService.cs Implement comprehensive notification system for LittleShop 2025-09-19 16:17:24 +01:00
ITelegramBotManagerService.cs Add customer communication system 2025-08-27 18:02:39 +01:00
IVariantCollectionService.cs Add variant collections system and enhance ProductVariant with weight/stock tracking 2025-09-28 17:03:09 +01:00
MessageDeliveryService.cs Implement comprehensive notification system for LittleShop 2025-09-19 16:17:24 +01:00
OrderService.cs fix: Show Processing status orders in Pending Payment tab 2025-11-18 13:39:08 +00:00
ProductImportService.cs Fix: CSV import now creates ProductVariants instead of ProductMultiBuys 2025-10-08 18:31:46 +01:00
ProductService.cs Fix: Complete workaround for EF Core 9 + SQLite GUID parameter bug - load all variants then filter in-memory 2025-10-05 17:01:52 +01:00
PushNotificationService.cs Add: Enhanced push notification logging for debugging 2025-10-06 17:38:19 +01:00
ReviewService.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
RoyalMailService.cs "Royal-Mail-shipping-integration-and-test-improvements" 2025-09-08 03:53:28 +01:00
ShippingRateService.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
SilverPayService.cs Fix SilverPay payment creation - use fiat_amount instead of amount 2025-09-24 21:08:16 +01:00
SystemSettingsService.cs 🔒 SECURITY: Emergency fixes and hardening 2025-09-22 05:45:49 +01:00
TeleBotMessagingService.cs Fix: Refactor TeleBot messaging to use database queue 2025-10-06 17:22:06 +01:00
TelegramBotManagerService.cs "Fix-security-and-config-from-TestAgent" 2025-08-27 22:41:18 +01:00
VariantCollectionService.cs Add variant collections system and enhance ProductVariant with weight/stock tracking 2025-09-28 17:03:09 +01:00