Commit Graph

10 Commits

Author SHA1 Message Date
idevakk
dae2bedca4 feat: enterprise-grade Docker setup for Dokploy deployment
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
- Add multi-stage Dockerfile (node-builder, composer-builder, production)
- Add Nginx config with WebSocket proxy at /_ws path
- Add PHP-FPM pool config, php.ini with OPcache tuning
- Add Supervisord managing 7 processes: php-fpm, nginx, horizon, scheduler, reverb, pulse-check, pulse-work
- Add entrypoint.sh with auto-migration, config caching, storage setup
- Add .dockerignore and .env.production.example
- Install laravel/horizon for production queue management and dashboard
- Install laravel/pulse for production monitoring with Reverb integration
- Configure TrustProxies middleware for HTTPS behind Traefik
- Add horizon:snapshot to scheduler
- Add VITE_REVERB_PATH for WebSocket path routing through Nginx
2026-03-09 22:55:05 +05:30
idevakk
e6fd4e6f4c feat: implement soft deletes, mailbox reclaims, cooldowns, and auto-cleanup 2026-03-06 02:39:47 +05:30
idevakk
ac9e7227e6 Step 5: Real-time broadcasting (NewEmailReceived event, channel routes, Livewire listener) 2026-03-05 14:14:04 +05:30
idevakk
2a7c77d7be Step 3: Webhook endpoint (middleware, form request, controller, route) 2026-03-05 14:03:07 +05:30
idevakk
2491be9809 Step 2: Data models and migrations (Email, EmailBody, factories) 2026-03-05 14:00:12 +05:30
idevakk
92b243e3ad Step 1: Install and configure packages (MongoDB, Reverb, Echo) 2026-03-05 13:48:08 +05:30
idevakk
996ae20bbb feat: implement adaptive multi-pane mailbox with utilities and security gates
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
- Added fully responsive 3-pane layout for Mailbox
- Integrated global cinematic Toast system in app shell
- Implemented Copy to Clipboard and QR Code modal utilities
- Added diverse mock email data for premium demonstration
- Implemented security gates for custom mailboxes and attachments
- Fixed critical 500 error for orphaned email selection
- Refined landing page hero CTA text
2026-03-04 00:10:50 +05:30
idevakk
bdc1f299da feat/ui: cinematic landing page and dynamic devtool-friendly bento structures
- Create highly responsive bento layouts (grid, card, pages)
- Integrate Livewire with Alpine and complex GSAP animations.
- Implement DevTool Dark theme values across Blade components.
- Enhance interactive elements, micro-interactions, API snippets logic natively.
- Apply semantic HTML and properly linked responsive Nav\/Footers sections structure
2026-03-03 18:45:32 +05:30
idevakk
21664b1a3e refactor: auto refactor via rector 2025-09-29 01:08:34 +05:30
idevakk
22336fde5b Initial Commit 2025-09-28 14:15:18 +05:30