Commit Graph

15 Commits

Author SHA1 Message Date
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
Christopher 09df0ab9d3 More fixes 2026-01-22 16:50:09 -08:00
Christopher e79c7513a5 Deduplication of posts 2026-01-22 16:45:16 -08:00
Christopher 7ff8b36ead Fixed post duplication 2026-01-22 16:36:32 -08:00
Christopher d2d8d9b746 Cachine recent posts 2026-01-22 16:25:25 -08:00
Christopher c7af395755 Fixes to federation 2026-01-22 16:15:23 -08:00
Christopher 2df45e164a External link enhancment 2026-01-22 15:55:57 -08:00
Christopher 482acf1ff6 Fixed remote link previews 2026-01-22 15:50:37 -08:00
Christopher 898125a131 Remote follow fix 2026-01-22 15:42:15 -08:00
Christopher 2906063411 Remote follow fix 2 2026-01-22 15:35:47 -08:00
Christopher c5f2d9c128 refactor: Simplify user query to filter by isSuspended boolean instead of status string. 2026-01-22 04:10:46 -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