idevakk
6fd6b5dc8a
fix: make migrations non-fatal in entrypoint to prevent container restart loops
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
2026-03-10 00:07:16 +05:30
idevakk
c0a4cd2b45
fix: remove broken apk del PHPIZE_DEPS and unnecessary build deps from Dockerfile
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
2026-03-09 23:44:12 +05:30
idevakk
1e4edb6de2
build: use mlocati/php-extension-installer to speed up docker builds
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
2026-03-09 23:29:31 +05:30
idevakk
371be069db
ci: add mongodb, redis, and mailhog services to test workflow
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
2026-03-09 23:14:06 +05:30
idevakk
a7d9ff9c3f
fix: swap Dockerfile builder stages to allow Vite to resolve vendor CSS
2026-03-09 23:10:45 +05:30
idevakk
dae2bedca4
feat: enterprise-grade Docker setup for Dokploy deployment
...
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
c01dcaf4bc
chore: update .env.example with demo credentials and sync with .env
2026-03-09 21:40:18 +05:30
idevakk
4fff12648f
docs: implement comprehensive design system and auto-update protocol
2026-03-06 10:59:51 +05:30
idevakk
99ecfa9a53
style: refine toast notification UI for mobile responsiveness
2026-03-06 03:23:53 +05:30
idevakk
5eb2c3b41f
feat: implement multiline toast notification for new incoming emails
2026-03-06 03:14:40 +05:30
idevakk
c35206664d
feat: sync active mailbox pulse indicator with WebSocket connection status
2026-03-06 02:50:07 +05:30
idevakk
e6fd4e6f4c
feat: implement soft deletes, mailbox reclaims, cooldowns, and auto-cleanup
2026-03-06 02:39:47 +05:30
idevakk
e79c3f79a2
feat(mailbox): Implement tier-based dynamic expiration with real-time Alpine.js countdown
2026-03-06 01:33:15 +05:30
idevakk
3763847dd6
style(mailbox): Add cursor-pointers and fix empty state hover shift
2026-03-06 00:41:23 +05:30
idevakk
7dc89880a7
feat(mailbox): Implement cinematic UX and user tiers
...
- Added Spatie roles (free, pro, enterprise, admin) and access scopes
- Implemented delayed, cinematic mailbox provisioning animation
- Fixed GSAP and SVG collision issues on creation overlay
- Improved component sync with livewire refresh
- Added feature tests for tier systems and fixed RegistrationTest
2026-03-06 00:22:27 +05:30
idevakk
60b87a3609
Phase 2: Implement Domain & Mailbox persistence, Analytics, and fix pagination issues
2026-03-05 20:19:30 +05:30
idevakk
b981b6998f
fix(broadcasting): ignore self-signed certificates for Reverb in local development
2026-03-05 16:07:27 +05:30
idevakk
62d8f15919
fix(livewire): resolve Echo not found error due to lazy loading timing
2026-03-05 15:54:50 +05:30
idevakk
bfc2662efb
chore: update .env.example with Reverb TLS configuration
2026-03-05 15:34:39 +05:30
idevakk
4d8f808d97
Step 6: Pest integration tests for webhook ingestion and background job
2026-03-05 14:57:40 +05:30
idevakk
ac9e7227e6
Step 5: Real-time broadcasting (NewEmailReceived event, channel routes, Livewire listener)
2026-03-05 14:14:04 +05:30
idevakk
dc5029e8cb
Step 4: ProcessIncomingEmail queued job (MariaDB + MongoDB + preview + broadcast)
2026-03-05 14:10:37 +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
e7895cb70c
fix: clear email selection when returning to list on mobile
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
2026-03-05 00:56:45 +05:30
idevakk
22e2b2457a
feat: enhance privacy email viewer, dynamic pagination, and cinematic loading states
2026-03-04 22:31:32 +05:30
idevakk
011ca2a408
fix: restore missing header div in mailbox to resolve multiple root error
2026-03-04 10:11:00 +05:30
idevakk
e73342f1fb
feat: cinematic branding for Zemail
2026-03-04 10:09:25 +05:30
idevakk
41c1e7ad54
feat: reusable dynamic confirmation modal
2026-03-04 09:57:45 +05:30
idevakk
996ae20bbb
feat: implement adaptive multi-pane mailbox with utilities and security gates
...
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
f9cc3efb1a
Add bento-landing-page-generator skill
2026-03-03 12:20:57 +05:30
idevakk
b417c5bac0
Add modern-saas-builder skill, remove React landing page, and restore Laravel welcome page
2026-03-03 11:21:26 +05:30
idevakk
524575f790
ci: add mailhog service for tests
2026-03-03 02:15:47 +05:30
idevakk
6e59c1f922
chore: update boost guidelines and skills
2026-03-03 02:11:34 +05:30
idevakk
083bf63e18
style: run rector
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
2026-03-03 01:54:26 +05:30
idevakk
ba8d5d027b
chore: fix rector configuration warnings
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
2026-03-03 01:53:02 +05:30
idevakk
4e7f1587a3
chore: add laravel/boost and AI agent configuration files
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
2026-03-03 01:32:44 +05:30
idevakk
2590fe712b
security: fix vulnerabilities and update filament assets
2026-03-03 00:47:16 +05:30
Gitea
eb114cf2dc
initial commit
2025-12-21 22:13:23 +05:30
idevakk
b21ee24306
fix: resolve vulnerabilities in axios and vite dependencies
...
- Updated axios to version 1.11.0 to fix DoS vulnerability (GHSA-4hjh-wcwx-xvwj)
- Updated vite to version 7.0.7 to fix multiple security issues:
- Bypass of `server.fs.deny` on Windows (GHSA-93m4-6634-74q7)
- Inadequate `server.fs` settings for HTML files (GHSA-jqfw-vq24-v9c3)
- Potential serving of files starting with the same name in the public directory (GHSA-g4jq-h2w9-997c)
2025-12-21 21:52:29 +05:30
idevakk
8651fbead8
Merge remote-tracking branch 'origin/starter-kit' into starter-kit
2025-10-03 17:25:31 +05:30
idevakk
ed47635c97
fix(db): initialize DBConfig group data correctly
2025-10-03 17:24:51 +05:30
idevakk
9b7ee3add0
fix(db): initialize DBConfig group data correctly
2025-10-03 16:47:15 +05:30
idevakk
c0409f6fdf
refactor: auto-refactor by rector
2025-10-02 23:48:38 +05:30
idevakk
fe60f83a32
feat: add optimize and cache-clear button in panel setting page
2025-10-02 23:47:46 +05:30
idevakk
28e36c47e3
refactor: auto-refactor via rector
2025-10-02 22:37:58 +05:30
idevakk
d3bf62375a
feat(mail): add MailSetting & DynamicMailConfigServiceProvider to load mail config from DB
2025-10-02 22:15:02 +05:30
idevakk
631143f160
feat: add PanelSetting to the dash panel
2025-10-02 19:48:45 +05:30