Commit Graph

19 Commits

Author SHA1 Message Date
AskIt e2fa572e84 feat(swarm): Implement decentralized node discovery and content federation system
- Add swarm node registry with discovery, gossip, and timeline synchronization
- Implement database schema for swarm nodes, seeds, and sync logs with proper indexing
- Create swarm API endpoints for node discovery, gossip protocol, timeline sharing, and announcements
- Add content moderation features with NSFW flagging and muted nodes support
- Implement user settings pages for content filtering and node moderation
- Add background scheduler for automated swarm synchronization and node health checks
- Create .well-known endpoint for swarm protocol discovery
- Remove legacy bot-cron.ts in favor of integrated scheduler system
- Add user account NSFW preferences and age verification tracking
- Update database schema with swarm-related tables and user moderation fields
- Enhance post and user components to support federated content display
- Add instrumentation for monitoring swarm operations and node health
2026-01-25 23:01:29 +01:00
AskIt d36c1c93e5 feat: Add user likes tab and local timeline, update branding assets
- Add likes tab to user profiles displaying user's liked posts
- Implement new `/api/users/[handle]/likes` endpoint to fetch user's liked posts
- Add local timeline feed type to show only local node posts without fediverse content
- Update favicon and add new logotext branding asset
- Enhance search results with isLiked and isReposted status for authenticated users
- Populate like and repost information in search posts endpoint
- Update profile page tabs to conditionally show likes tab for non-bot users
- Add loading states and empty state messaging for likes tab
- Remove deprecated guide page
- Improve bot settings page and content generation logic
2026-01-25 19:45:34 +01:00
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
AskIt cef7dbba72 Fixed activity pub discoverability bug 2026-01-23 04:44:38 +01:00
Christopher a6e0ef2278 feat: Implement post deletion functionality across feeds and profiles, and refactor PostCard component into a shared module. 2026-01-22 19:26:47 -08:00
Christopher 66cd763c30 feat: format and display full federated user handles across the application. 2026-01-22 19:11:00 -08:00
Christopher d2d8d9b746 Cachine recent posts 2026-01-22 16:25:25 -08:00
Christopher 7bc2b1c7e6 Post deletion, profile link 2026-01-22 14:57:42 -08:00
Christopher 38a6b88e7e Fixed various build errors 2026-01-22 14:00:12 -08:00
Christopher c9951caa95 Various fixes and improvments 2026-01-22 13:50:55 -08:00
Christopher 812a986d0f Fixed banner upload bug 2026-01-22 12:05:51 -08:00
Christopher 3394488198 Account migration 2026-01-22 11:45:21 -08:00
Christopher f589635d03 feat: implement AutoTextarea component for dynamic height adjustment in text areas 2026-01-22 10:47:44 -08:00
Christopher 64fbca7fbb feat: enhance file upload UI for avatar and header images with improved styling and error handling 2026-01-22 09:53:13 -08:00
Christopher 6cd74e1cc2 feat: add S3 file upload functionality and update profile image handling
- Added @aws-sdk/client-s3 dependency for S3 interactions.
- Refactored ProfilePage to allow file uploads for avatar and header images, replacing URL inputs with file inputs.
- Implemented loading state and error handling during image uploads.
- Created new API route for handling file uploads to S3, including public URL generation.
- Enhanced RightSidebar to show loading skeleton while fetching data.
2026-01-22 09:36:26 -08:00
Christopher 1f907a4ace feat: improve loading state handling in LayoutWrapper and adjust ProfilePage layout 2026-01-22 09:16:51 -08:00
Christopher 7213f08b64 feat: implement authentication context, admin node settings, and core layout components 2026-01-22 04:26:23 -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