littleshop/LittleShop/Areas/Admin/Controllers
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
..
AccountController.cs feat: Add customer management, payments, and push notifications with security enhancements 2025-11-16 19:33:02 +00:00
ActivityController.cs Implement product multi-buys and variants system 2025-09-21 00:30:12 +01:00
BotActivityController.cs Add product variants system and live bot activity dashboard 2025-09-24 23:00:20 +01:00
BotRecoveryController.cs Implement comprehensive notification system for LittleShop 2025-09-19 16:17:24 +01:00
BotsController.cs feat: Add AlexHost deployment pipeline and bot control functionality 2025-11-26 12:33:46 +00:00
CategoriesController.cs feat: Add customer management, payments, and push notifications with security enhancements 2025-11-16 19:33:02 +00:00
CustomersController.cs feat: Add customer management, payments, and push notifications with security enhancements 2025-11-16 19:33:02 +00:00
DashboardController.cs feat: Display runtime connection string in dashboard 2025-11-18 20:24:53 +00:00
MessagesController.cs Security: Fix critical vulnerabilities and implement security hardening 2025-09-19 11:56:12 +01:00
OrdersController.cs fix: Show Processing status orders in Pending Payment tab 2025-11-18 13:39:08 +00:00
PaymentsController.cs feat: Add customer management, payments, and push notifications with security enhancements 2025-11-16 19:33:02 +00:00
ProductsController.cs feat: Add AlexHost deployment pipeline and bot control functionality 2025-11-26 12:33:46 +00:00
PushSubscriptionsController.cs feat: Add customer management, payments, and push notifications with security enhancements 2025-11-16 19:33:02 +00:00
ReviewsController.cs feat: Add customer management, payments, and push notifications with security enhancements 2025-11-16 19:33:02 +00:00
ShippingRatesController.cs Security: Fix critical vulnerabilities and implement security hardening 2025-09-19 11:56:12 +01:00
SystemSettingsController.cs Deploy LittleShop to Hostinger with Docker and BunkerWeb 2025-09-24 13:00:17 +01:00
UsersController.cs feat: Add customer management, payments, and push notifications with security enhancements 2025-11-16 19:33:02 +00:00
VariantCollectionsController.cs Add variant collections system and enhance ProductVariant with weight/stock tracking 2025-09-28 17:03:09 +01:00