Commit Graph

18 Commits

Author SHA1 Message Date
AskIt 8ad3b97b7e feat(bots): Implement comprehensive bot system with autonomous posting, content management, and API endpoints
- Add bot management system with creation, suspension, and reinstatement functionality
- Implement autonomous bot posting with scheduling, rate limiting, and content generation
- Add content fetching system supporting RSS feeds and multiple content sources
- Implement LLM-based content generation with customizable bot personalities
- Add mention handling and automated response system for bot interactions
- Implement API key management with encryption using AUTH_SECRET for simplified deployment
- Add comprehensive bot logging system for activity tracking and error monitoring
- Create bot administration pages and settings UI for managing bot configurations
- Add database migrations for bot system schema including users, sources, and content items
- Implement cron job system for automated bot operations and scheduled tasks
- Add extensive test coverage with unit and property-based tests for core bot modules
- Simplify encryption by deriving keys from AUTH_SECRET instead of separate environment variable
- Implement automatic content fetching on post trigger with retry logic
- Add Reddit-specific link preview handling using oEmbed API for reliable metadata extraction
- Create utility scripts for bot inspection and cleanup operations
- Add comprehensive bot system documentation and improvement tracking
2026-01-25 16:22:41 +01:00
AskIt cfb558fff1 Many improvments and bug fixes 2026-01-23 07:09:35 +01:00
Christopher f08ac13138 style: enhance compose media button with dedicated styling, hover effects, and an increased icon size. 2026-01-22 18:58:59 -08:00
Christopher 59ba9f7d8b feat: Add video embedding for YouTube and Vimeo links in PostCard. 2026-01-22 18:40:26 -08:00
Christopher 2f4cb132e3 External link enhancment 2026-01-22 16:01:55 -08:00
Christopher 2df45e164a External link enhancment 2026-01-22 15:55:57 -08:00
Christopher 1ed8e2c4db Fixed post clicking issue 2026-01-22 15:05:33 -08:00
Christopher 7bc2b1c7e6 Post deletion, profile link 2026-01-22 14:57:42 -08:00
Christopher 205ec5b5cf Removed scrollbars 2026-01-22 14:03:35 -08:00
Christopher c9951caa95 Various fixes and improvments 2026-01-22 13:50:55 -08:00
Christopher 67a97ea8c4 Rich media link previews 2026-01-22 13:14:58 -08:00
Christopher b0b765b3ae Scrollbar fixed 2026-01-22 10:53:43 -08:00
Christopher f589635d03 feat: implement AutoTextarea component for dynamic height adjustment in text areas 2026-01-22 10:47:44 -08:00
Christopher 1f907a4ace feat: improve loading state handling in LayoutWrapper and adjust ProfilePage layout 2026-01-22 09:16:51 -08:00
Christopher 52883ba380 feat: update admin page to use banner image upload and modify button styles for better UI 2026-01-22 05:00:32 -08:00
Christopher 76bc648028 refactor: Update user profile routing from @[handle] to [handle], add an explore page, and introduce a user API route. 2026-01-22 04:03:09 -08:00
Christopher b76e586bbc feat: Implement core API endpoints, database schema, ActivityPub federation, and initial user interface for the application. 2026-01-22 02:44:46 -08:00
Christopher 537fc5e8c2 Initial commit from Create Next App 2026-01-22 00:03:21 -08:00