trypost/maizzle
Paulo Castellano ceb7b92b74 feat: PostPlatform enum, failure email, DB indexes, rate limiting, tests
Publishing improvements:
- Create PostPlatformStatus enum (Pending, Publishing, Published, Failed)
- Update PostPlatform model, jobs, factories to use enum
- Add PostPublishFailed email notification when post fails to publish
- Maizzle template + blade for failure email with platform details
- PublishPost job: add $tries=3, $backoff=30, failed() method
- Fix broadcast event to serialize enum status value

Security:
- Add rate limiting (throttle:6,1) on social connect endpoints
- Fix MediaController::reorder IDOR vulnerability
- Fix Connect.vue broken import (storeStep2 -> storeConnect)
- Fix UpdatePost data_get() consistency

Database:
- Add composite index on post_platforms (post_id, enabled)
- Add index on post_platforms (social_account_id)

Tests:
- Add 3 tests for profile photo upload/delete
- Add 2 tests for media reorder (including IDOR check)
- Fix publish tests for PostPlatformStatus enum
- Add Mail::fake() to publish tests

Cleanup:
- Remove unused AppHeader.vue and AppHeaderLayout.vue
- Remove dead BillingController methods

All 733 tests passing.
2026-03-30 16:11:38 -03:00
..
components refactor: auth split layout, subscribe redesign, onboarding, i18n, cookie locale 2026-03-30 11:53:42 -03:00
images chore: Update and add various project dependencies. 2026-01-18 16:46:27 -03:00
layouts feat: Introduce a self-hosted mode, refactor email notifications to use Mailable classes with new templates, and update the project README. 2026-01-18 17:48:12 -03:00
templates feat: PostPlatform enum, failure email, DB indexes, rate limiting, tests 2026-03-30 16:11:38 -03:00
.editorconfig chore: Update and add various project dependencies. 2026-01-18 16:46:27 -03:00
.gitignore chore: Update and add various project dependencies. 2026-01-18 16:46:27 -03:00
config.js chore: Update and add various project dependencies. 2026-01-18 16:46:27 -03:00
config.production.js chore: Update and add various project dependencies. 2026-01-18 16:46:27 -03:00
package-lock.json chore: Update and add various project dependencies. 2026-01-18 16:46:27 -03:00
package.json chore: Update and add various project dependencies. 2026-01-18 16:46:27 -03:00
README.md chore: Update and add various project dependencies. 2026-01-18 16:46:27 -03:00
tailwind.config.js feat: adding tests 2026-01-18 22:28:27 -03:00

Maizzle Starter

Quickly build HTML emails with Tailwind CSS

Version Build Downloads License

Getting Started

Run this command and follow the prompts:

npx create-maizzle

Documentation

Maizzle documentation is available at https://maizzle.com

Issues

Please open all issues in the framework repository.

License

The Maizzle framework is open-sourced software licensed under the MIT license.