No description
Find a file
Paulo Castellano adfba2755e feat: Add Pinterest integration and user language preferences
Pinterest Integration:
- Add Pinterest OAuth controller and routes
- Add PinterestPublisher service with support for pins, video pins, and carousels
- Add PinterestPreview component with board selector and content type options
- Add Pinterest content types enum (Pin, VideoPin, Carousel)
- Add Pinterest to Platform enum with proper configuration
- Support sandbox mode via PINTEREST_SANDBOX env variable
- Pass platform-specific data (boards) through PlatformPreview

Language Feature:
- Add languages table with migration
- Add Language model and seeder (en-US, pt-BR)
- Add LanguageCombobox component for profile settings
- Set default language (en-US) on user registration
- Add language_id foreign key to users table

UI Improvements:
- Refactor PlatformPreview to support contentTypeOptions, meta, and platformData props
- Move content type and board selectors into platform-specific preview components

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 13:10:01 -03:00
.github/workflows chore: first commit 2026-01-14 22:13:44 -03:00
app feat: Add Pinterest integration and user language preferences 2026-01-18 13:10:01 -03:00
bootstrap feat: Implement user onboarding, subscription management, and refactor social integrations with new UI components and mail templates. 2026-01-16 23:46:30 -03:00
config feat: Add Pinterest integration and user language preferences 2026-01-18 13:10:01 -03:00
database feat: Add Pinterest integration and user language preferences 2026-01-18 13:10:01 -03:00
lang feat: Implement soft deletes for workspace hashtags and labels, and integrate content_type into the initial post platforms table creation. 2026-01-17 14:44:37 -03:00
public feat: Implement real-time post status updates and configurable social platform enabling/disabling. 2026-01-16 12:36:52 -03:00
resources feat: Add Pinterest integration and user language preferences 2026-01-18 13:10:01 -03:00
routes feat: Add Pinterest integration and user language preferences 2026-01-18 13:10:01 -03:00
storage chore: first commit 2026-01-14 22:13:44 -03:00
tests feat: Implement user onboarding, subscription management, and refactor social integrations with new UI components and mail templates. 2026-01-17 12:36:49 -03:00
.editorconfig chore: first commit 2026-01-14 22:13:44 -03:00
.env.example feat: Implement user onboarding, subscription management, and refactor social integrations with new UI components and mail templates. 2026-01-16 23:46:30 -03:00
.gitattributes chore: first commit 2026-01-14 22:13:44 -03:00
.gitignore chore: first commit 2026-01-14 22:13:44 -03:00
.mcp.json chore: first commit 2026-01-14 22:13:44 -03:00
.prettierignore chore: first commit 2026-01-14 22:13:44 -03:00
.prettierrc chore: first commit 2026-01-14 22:13:44 -03:00
artisan chore: first commit 2026-01-14 22:13:44 -03:00
boost.json chore: first commit 2026-01-14 22:13:44 -03:00
CLAUDE.md feat: Add Pinterest integration and user language preferences 2026-01-18 13:10:01 -03:00
components.json chore: first commit 2026-01-14 22:13:44 -03:00
composer.json feat: Add Pinterest integration and user language preferences 2026-01-18 13:10:01 -03:00
composer.lock feat: Add Pinterest integration and user language preferences 2026-01-18 13:10:01 -03:00
eslint.config.js chore: first commit 2026-01-14 22:13:44 -03:00
GEMINI.md feat: Add Pinterest integration and user language preferences 2026-01-18 13:10:01 -03:00
package-lock.json feat: Add Pinterest integration and user language preferences 2026-01-18 13:10:01 -03:00
package.json feat: Add Pinterest integration and user language preferences 2026-01-18 13:10:01 -03:00
phpunit.xml chore: first commit 2026-01-14 22:13:44 -03:00
pint.json chore: first commit 2026-01-14 22:13:44 -03:00
README.md feat: Implement user onboarding, subscription management, and refactor social integrations with new UI components and mail templates. 2026-01-16 23:46:30 -03:00
tsconfig.json chore: first commit 2026-01-14 22:13:44 -03:00
vite.config.ts feat: Implement soft deletes for workspace hashtags and labels, and integrate content_type into the initial post platforms table creation. 2026-01-17 14:44:37 -03:00

Migration with base seed

php artisan migrate:fresh --seed

Start queue worker

php artisan horizon:watch

Share with Ngrok:

ngrok http --host-header=rewrite trypost.test:443