f278a44d8ffeat: add Docker version check step and fix DATABASE_URL formatting in production compose fileGabriel Kaszewski2025-09-09 01:15:57 +02:00
aa4be7e05bfeat: specify build targets for backend and frontend in Docker ComposeGabriel Kaszewski2025-09-09 01:12:11 +02:00
5bc4337447feat: update deployment workflow to use master branch and add production Docker Compose configurationGabriel Kaszewski2025-09-09 01:10:07 +02:00
b50b7bcc73feat: add GitHub Actions workflow for building and deploying ThoughtsGabriel Kaszewski2025-09-09 01:07:59 +02:00
9b2a1139b5feat: add author display name to thought schemas and update related componentsGabriel Kaszewski2025-09-07 22:54:34 +02:00
2083f3bb16feat: refactor author username assignment in ThoughtSchemaGabriel Kaszewski2025-09-07 22:37:12 +02:00
08213133befeat: update environment configuration, enhance Dockerfiles, and refactor API handlingGabriel Kaszewski2025-09-07 19:55:49 +02:00
5f8cf49ec9feat: simplify error handling in login and registration pages, add install prompt component, and update favicon and iconsGabriel Kaszewski2025-09-07 18:43:56 +02:00
c6f5bab1ebfeat: update background image format and remove unused SVG filesGabriel Kaszewski2025-09-07 18:11:53 +02:00
72b4cb0851feat: add confetti animation on thought submission and update dependenciesGabriel Kaszewski2025-09-07 17:43:17 +02:00
dd279a1434feat: add popular tags section to FeedPage and update LandingPage textGabriel Kaszewski2025-09-07 17:36:32 +02:00
1a405500cafeat: update top friends display condition to require more than 8 friendsGabriel Kaszewski2025-09-07 15:16:18 +02:00
3d25ffca4ffeat: add visibility check for tagging in thought creationGabriel Kaszewski2025-09-07 15:15:24 +02:00
5ce6d9f2dafeat: refactor thought threads handling to improve structure and efficiencyGabriel Kaszewski2025-09-07 15:09:45 +02:00
40695b7ad3feat: implement thought thread retrieval with replies and visibility filteringGabriel Kaszewski2025-09-07 14:47:30 +02:00
b337184a59feat: add API keys management page, including API key creation and deletion functionalityGabriel Kaszewski2025-09-07 14:06:28 +02:00
862974bb35feat: update ApiKeySchema and ApiKeyListSchema with proper serde renaming for keyPrefix and createdAtGabriel Kaszewski2025-09-07 13:48:20 +02:00
8b14ab06a2feat: update bio length validation in UpdateUserParams to allow up to 4000 charactersGabriel Kaszewski2025-09-07 13:37:46 +02:00
e1b5a2aaa0feat: enhance profile and feed pages with friends display logic, update TopFriends component to support mode, and extend bio length in profile schemaGabriel Kaszewski2025-09-07 13:37:39 +02:00
c9b8bd7b07feat: implement search functionality with results display, add search input component, and update API for search resultsGabriel Kaszewski2025-09-07 12:54:39 +02:00
69eb225c1efeat: implement full-text search functionality with API integration, add search router and persistence logic, and create related schemas and testsGabriel Kaszewski2025-09-07 12:36:03 +02:00
c3539cfc11feat: add Frutiger font, enhance UI with glass effect and shadows, and improve component stylingGabriel Kaszewski2025-09-07 01:12:09 +02:00
f1e891413afeat: enhance user interface with improved styling and responsivenessGabriel Kaszewski2025-09-07 00:16:51 +02:00
c520690f1efeat: add TopFriendsCombobox component for selecting top friends, update edit profile form to use it, and implement getFriends APIGabriel Kaszewski2025-09-06 22:37:06 +02:00
8ddbf45a09feat: add followers and following pages with API integration, enhance profile page with follower/following countsGabriel Kaszewski2025-09-06 22:22:44 +02:00
dc92945962feat: implement friends API with routes to get friends list and update thought visibility logicGabriel Kaszewski2025-09-06 22:14:47 +02:00
bf7c6501c6feat: update JSON keys in user profile and top friends API for consistencyGabriel Kaszewski2025-09-06 22:04:38 +02:00
85e3425d4bfeat: implement settings layout and navigation, add tag and thought pages with API integrationGabriel Kaszewski2025-09-06 21:56:41 +02:00
5344e0d6a8feat: update layout and components for improved user experience, add theme toggle and main navigationGabriel Kaszewski2025-09-06 21:44:52 +02:00
8b82a5e48efeat: add Header and UserNav components, update layout to include Header and enhance profile page with settings linkGabriel Kaszewski2025-09-06 21:21:53 +02:00
bf2e280cddfeat: implement threaded replies and enhance feed layout with ThoughtThread componentGabriel Kaszewski2025-09-06 21:02:46 +02:00
8a4c07b3f6feat: update parameter serialization for CreateThoughtParams and UpdateUserParamsGabriel Kaszewski2025-09-06 20:44:21 +02:00
19520c832ffeat: implement EditProfile functionality with form validation and update user profile API integrationGabriel Kaszewski2025-09-06 20:22:40 +02:00
fc7dacc6fbfeat: add PopularTags and TopFriends components, update profile and feed layouts to include themGabriel Kaszewski2025-09-06 19:58:53 +02:00
7348433b9cfeat: add follow/unfollow functionality with FollowButton component and update user profile to display follow statusGabriel Kaszewski2025-09-06 19:47:29 +02:00
8552858c8cfeat: add user following and followers endpoints, update user profile response structureGabriel Kaszewski2025-09-06 19:43:46 +02:00
c7cb3f537dfeat: implement authentication layout and pages, including login and registration forms, with validation and API integrationGabriel Kaszewski2025-09-06 19:19:20 +02:00
e7cf76a0d8feat: rename fields in ApiKeyResponse and ThoughtSchema for consistency with API specificationsGabriel Kaszewski2025-09-06 19:19:14 +02:00
38e107ad59feat: add UI components including Skeleton, Slider, Toaster, Switch, Table, Tabs, Textarea, Toggle Group, Toggle, Tooltip, and User AvatarGabriel Kaszewski2025-09-06 18:48:53 +02:00
6aef739438feat: add API key management and tag discovery functionality with corresponding schemas and routesGabriel Kaszewski2025-09-06 17:49:07 +02:00
82c6de8da8feat: add visibility feature to thoughts, including new enum, database migration, and update related endpoints and testsGabriel Kaszewski2025-09-06 17:42:50 +02:00
0abd275946feat: add reply functionality to thoughts, including database migration and testsGabriel Kaszewski2025-09-06 16:58:11 +02:00
728bf0e231feat: enhance user registration and follow functionality, add popular tags endpoint, and update testsGabriel Kaszewski2025-09-06 16:49:38 +02:00
508f218fc0feat(api_key): implement API key management with creation, retrieval, and deletion endpointsGabriel Kaszewski2025-09-06 16:18:32 +02:00
b83b7acf1cfeat: Refactor user and thought models to use UUIDs instead of integersGabriel Kaszewski2025-09-06 15:29:38 +02:00
c9e99e6f23feat: add user profile management with update and retrieval endpoints, enhance database setup for testingGabriel Kaszewski2025-09-06 14:24:27 +02:00
6e63dca513feat: add environment configuration for database and authentication, update router setupGabriel Kaszewski2025-09-06 01:55:59 +02:00
3dd6c0f64bfeat(activitypub): implement user outbox endpoint and federate thoughts to followersGabriel Kaszewski2025-09-06 01:46:11 +02:00
e9c4088e68feat(activitypub): implement user inbox for receiving follow activities and add corresponding testsGabriel Kaszewski2025-09-06 01:37:23 +02:00
c7c573f3f4feat: Implement WebFinger discovery and ActivityPub user actor endpointGabriel Kaszewski2025-09-06 01:18:04 +02:00
3d73c7f198feat(auth): implement user registration and login with JWT authenticationGabriel Kaszewski2025-09-06 00:06:30 +02:00
d70015c887feat: update API endpoints and enhance feed retrieval logic, add CORS supportGabriel Kaszewski2025-09-05 22:26:39 +02:00
0e6c072387feat: enhance error handling and user follow functionality, update tests for user contextGabriel Kaszewski2025-09-05 21:44:46 +02:00
decf81e535feat: implement user follow/unfollow functionality and thought retrieval by userGabriel Kaszewski2025-09-05 19:08:37 +02:00
912259ef54Refactor blog module and remove blog-related functionalityGabriel Kaszewski2025-09-05 18:10:58 +02:00
e5747eaaf3feat: initialize thoughts-frontend with Next.js, TypeScript, and ESLintGabriel Kaszewski2025-09-05 17:14:45 +02:00
6bd06ff2c8Add initial project configuration files including environment variables, Docker Compose setup, API design, database schema, and Nginx configurationGabriel Kaszewski2025-09-05 17:13:31 +02:00