Commit Graph

  • 8ddbf45a09 feat: add followers and following pages with API integration, enhance profile page with follower/following counts Gabriel Kaszewski 2025-09-06 22:22:44 +02:00
  • dc92945962 feat: implement friends API with routes to get friends list and update thought visibility logic Gabriel Kaszewski 2025-09-06 22:14:47 +02:00
  • bf7c6501c6 feat: update JSON keys in user profile and top friends API for consistency Gabriel Kaszewski 2025-09-06 22:04:38 +02:00
  • 85e3425d4b feat: implement settings layout and navigation, add tag and thought pages with API integration Gabriel Kaszewski 2025-09-06 21:56:41 +02:00
  • 5344e0d6a8 feat: update layout and components for improved user experience, add theme toggle and main navigation Gabriel Kaszewski 2025-09-06 21:44:52 +02:00
  • 8b82a5e48e feat: add Header and UserNav components, update layout to include Header and enhance profile page with settings link Gabriel Kaszewski 2025-09-06 21:21:53 +02:00
  • bf2e280cdd feat: implement threaded replies and enhance feed layout with ThoughtThread component Gabriel Kaszewski 2025-09-06 21:02:46 +02:00
  • 8a4c07b3f6 feat: update parameter serialization for CreateThoughtParams and UpdateUserParams Gabriel Kaszewski 2025-09-06 20:44:21 +02:00
  • 19520c832f feat: implement EditProfile functionality with form validation and update user profile API integration Gabriel Kaszewski 2025-09-06 20:22:40 +02:00
  • fc7dacc6fb feat: add PopularTags and TopFriends components, update profile and feed layouts to include them Gabriel Kaszewski 2025-09-06 19:58:53 +02:00
  • 7348433b9c feat: add follow/unfollow functionality with FollowButton component and update user profile to display follow status Gabriel Kaszewski 2025-09-06 19:47:29 +02:00
  • 8552858c8c feat: add user following and followers endpoints, update user profile response structure Gabriel Kaszewski 2025-09-06 19:43:46 +02:00
  • c7cb3f537d feat: implement authentication layout and pages, including login and registration forms, with validation and API integration Gabriel Kaszewski 2025-09-06 19:19:20 +02:00
  • e7cf76a0d8 feat: rename fields in ApiKeyResponse and ThoughtSchema for consistency with API specifications Gabriel Kaszewski 2025-09-06 19:19:14 +02:00
  • 38e107ad59 feat: add UI components including Skeleton, Slider, Toaster, Switch, Table, Tabs, Textarea, Toggle Group, Toggle, Tooltip, and User Avatar Gabriel Kaszewski 2025-09-06 18:48:53 +02:00
  • 6aef739438 feat: add API key management and tag discovery functionality with corresponding schemas and routes Gabriel Kaszewski 2025-09-06 17:49:07 +02:00
  • 82c6de8da8 feat: add visibility feature to thoughts, including new enum, database migration, and update related endpoints and tests Gabriel Kaszewski 2025-09-06 17:42:50 +02:00
  • 0abd275946 feat: add reply functionality to thoughts, including database migration and tests Gabriel Kaszewski 2025-09-06 16:58:11 +02:00
  • 728bf0e231 feat: enhance user registration and follow functionality, add popular tags endpoint, and update tests Gabriel Kaszewski 2025-09-06 16:49:38 +02:00
  • 508f218fc0 feat(api_key): implement API key management with creation, retrieval, and deletion endpoints Gabriel Kaszewski 2025-09-06 16:18:32 +02:00
  • b83b7acf1c feat: Refactor user and thought models to use UUIDs instead of integers Gabriel Kaszewski 2025-09-06 15:29:38 +02:00
  • c9e99e6f23 feat: add user profile management with update and retrieval endpoints, enhance database setup for testing Gabriel Kaszewski 2025-09-06 14:24:27 +02:00
  • 6e63dca513 feat: add environment configuration for database and authentication, update router setup Gabriel Kaszewski 2025-09-06 01:55:59 +02:00
  • 3dd6c0f64b feat(activitypub): implement user outbox endpoint and federate thoughts to followers Gabriel Kaszewski 2025-09-06 01:46:11 +02:00
  • e9c4088e68 feat(activitypub): implement user inbox for receiving follow activities and add corresponding tests Gabriel Kaszewski 2025-09-06 01:37:23 +02:00
  • c7c573f3f4 feat: Implement WebFinger discovery and ActivityPub user actor endpoint Gabriel Kaszewski 2025-09-06 01:18:04 +02:00
  • 3d73c7f198 feat(auth): implement user registration and login with JWT authentication Gabriel Kaszewski 2025-09-06 00:06:30 +02:00
  • d70015c887 feat: update API endpoints and enhance feed retrieval logic, add CORS support Gabriel Kaszewski 2025-09-05 22:26:39 +02:00
  • 0e6c072387 feat: enhance error handling and user follow functionality, update tests for user context Gabriel Kaszewski 2025-09-05 21:44:46 +02:00
  • decf81e535 feat: implement user follow/unfollow functionality and thought retrieval by user Gabriel Kaszewski 2025-09-05 19:08:37 +02:00
  • 912259ef54 Refactor blog module and remove blog-related functionality Gabriel Kaszewski 2025-09-05 18:10:58 +02:00
  • e5747eaaf3 feat: initialize thoughts-frontend with Next.js, TypeScript, and ESLint Gabriel Kaszewski 2025-09-05 17:14:45 +02:00
  • 6bd06ff2c8 Add initial project configuration files including environment variables, Docker Compose setup, API design, database schema, and Nginx configuration Gabriel Kaszewski 2025-09-05 17:13:31 +02:00