e2494135d6
fix: add redirect to login for unauthorized access in FeedPage
Gabriel Kaszewski2025-09-14 21:30:12 +02:00
d6c42afaec
fix: integrate js-cookie for install prompt dismissal handling
Gabriel Kaszewski2025-09-09 04:51:29 +02:00
e376f584c7
fix: update frontend API URL to use proxy for server-side requests
Gabriel Kaszewski2025-09-09 04:47:31 +02:00
75c5adf346
fix: reorganize Traefik labels and network configuration in Docker Compose
Gabriel Kaszewski2025-09-09 04:45:24 +02:00
878ebf1541
fix: add Traefik network labels for API and web routers in Docker Compose
Gabriel Kaszewski2025-09-09 04:43:58 +02:00
c9775293c0
fix: clean up commented-out network and labels configuration in Docker Compose
Gabriel Kaszewski2025-09-09 04:39:35 +02:00
93b90b85b6
fix: adjust network configuration for backend and frontend services in Docker Compose
Gabriel Kaszewski2025-09-09 04:33:53 +02:00
58e51cb028
fix: enhance Traefik routing for API and web services in Docker Compose
Gabriel Kaszewski2025-09-09 04:27:02 +02:00
5282376860
fix: simplify CMD instruction in Dockerfile by removing redundant parameters
Gabriel Kaszewski2025-09-09 04:19:40 +02:00
082f11a3e9
fix: update Docker Compose deployment command and configure server to listen on all interfaces
Gabriel Kaszewski2025-09-09 04:13:51 +02:00
ec73a0c373
fix: update healthcheck command for frontend service and install curl in Dockerfile
Gabriel Kaszewski2025-09-09 04:09:14 +02:00
29afc2e92e
fix: update Dockerfiles to install necessary packages without recommendations
Gabriel Kaszewski2025-09-09 04:03:14 +02:00
cbca1058a2
fix: add health checks for backend and frontend services in docker-compose
Gabriel Kaszewski2025-09-09 03:56:06 +02:00
8536e52590
Revert "fix: correct proxy_pass configuration for API requests in nginx"
Gabriel Kaszewski2025-09-09 03:53:41 +02:00
247c6ad955
fix: correct proxy_pass configuration for API requests in nginx
Gabriel Kaszewski2025-09-09 03:51:37 +02:00
c6f7dfe225
feat: add health check endpoint to nginx configuration
Gabriel Kaszewski2025-09-09 03:49:19 +02:00
0ba3b79185
fix: remove default nginx configuration before copying custom config
Gabriel Kaszewski2025-09-09 03:47:24 +02:00
64806f8bd4
feat: implement pagination for feed retrieval and update frontend components
Gabriel Kaszewski2025-09-09 03:43:06 +02:00
4ea4f3149f
feat: add user count endpoint and integrate it into frontend components
Gabriel Kaszewski2025-09-09 03:07:48 +02:00
d92c9a747e
feat: implement pagination for user retrieval and update feed fetching logic
Gabriel Kaszewski2025-09-09 02:53:24 +02:00
863bc90c6f
feat: add endpoint to retrieve a public list of all users
Gabriel Kaszewski2025-09-09 02:28:00 +02:00
d15339cf4a
fix: remove debugging step that dumped POSTGRES_USER secret
Gabriel Kaszewski2025-09-09 02:14:45 +02:00
916dbe0245
feat: add step to dump POSTGRES_USER secret for debugging
Gabriel Kaszewski2025-09-09 02:09:58 +02:00
7889137cd8
fix: remove copying of .env.example to .env in Dockerfile
Gabriel Kaszewski2025-09-09 02:02:58 +02:00
4e38c1133e
fix: remove debugging step that dumped environment variables
Gabriel Kaszewski2025-09-09 02:02:16 +02:00
86eb059f3e
fix: update debugging step to display specific environment variables
Gabriel Kaszewski2025-09-09 02:00:35 +02:00
84f2423343
feat: add step to dump environment variables for debugging
Gabriel Kaszewski2025-09-09 01:59:50 +02:00
9207572f07
fix: remove redundant volume mapping for proxy service
Gabriel Kaszewski2025-09-09 01:44:01 +02:00
1c52bf3ea4
feat: update Docker setup to use custom proxy image and remove redundant steps
Gabriel Kaszewski2025-09-09 01:43:21 +02:00
327e671571
fix: update Nginx volume path to use GITHUB_WORKSPACE variable
Gabriel Kaszewski2025-09-09 01:40:26 +02:00
36e12d1d96
feat: add step to dump environment variables for debugging
Gabriel Kaszewski2025-09-09 01:39:59 +02:00
452ea5625f
fix: update Nginx volume path to use GITEA_WORKSPACE variable
Gabriel Kaszewski2025-09-09 01:38:31 +02:00
bc8941d910
feat: add step to list files in workspace during deployment
Gabriel Kaszewski2025-09-09 01:33:22 +02:00
01d7a837f8
refactor: streamline Docker Compose configuration and remove unnecessary build steps
Gabriel Kaszewski2025-09-09 01:18:28 +02:00
71048f0060
feat: add Docker BuildKit environment variable for improved build performance
Gabriel Kaszewski2025-09-09 01:17:00 +02:00
f278a44d8f
feat: add Docker version check step and fix DATABASE_URL formatting in production compose file
Gabriel Kaszewski2025-09-09 01:15:57 +02:00
aa4be7e05b
feat: specify build targets for backend and frontend in Docker Compose
Gabriel Kaszewski2025-09-09 01:12:11 +02:00
5bc4337447
feat: update deployment workflow to use master branch and add production Docker Compose configuration
Gabriel Kaszewski2025-09-09 01:10:07 +02:00
b50b7bcc73
feat: add GitHub Actions workflow for building and deploying Thoughts
Gabriel Kaszewski2025-09-09 01:07:59 +02:00
9b2a1139b5
feat: add author display name to thought schemas and update related components
Gabriel Kaszewski2025-09-07 22:54:34 +02:00
2083f3bb16
feat: refactor author username assignment in ThoughtSchema
Gabriel Kaszewski2025-09-07 22:37:12 +02:00
08213133be
feat: update environment configuration, enhance Dockerfiles, and refactor API handling
Gabriel Kaszewski2025-09-07 19:55:49 +02:00
5f8cf49ec9
feat: simplify error handling in login and registration pages, add install prompt component, and update favicon and icons
Gabriel Kaszewski2025-09-07 18:43:56 +02:00
c6f5bab1eb
feat: update background image format and remove unused SVG files
Gabriel Kaszewski2025-09-07 18:11:53 +02:00
72b4cb0851
feat: add confetti animation on thought submission and update dependencies
Gabriel Kaszewski2025-09-07 17:43:17 +02:00
dd279a1434
feat: add popular tags section to FeedPage and update LandingPage text
Gabriel Kaszewski2025-09-07 17:36:32 +02:00
1a405500ca
feat: update top friends display condition to require more than 8 friends
Gabriel Kaszewski2025-09-07 15:16:18 +02:00
3d25ffca4f
feat: add visibility check for tagging in thought creation
Gabriel Kaszewski2025-09-07 15:15:24 +02:00
5ce6d9f2da
feat: refactor thought threads handling to improve structure and efficiency
Gabriel Kaszewski2025-09-07 15:09:45 +02:00
40695b7ad3
feat: implement thought thread retrieval with replies and visibility filtering
Gabriel Kaszewski2025-09-07 14:47:30 +02:00
b337184a59
feat: add API keys management page, including API key creation and deletion functionality
Gabriel Kaszewski2025-09-07 14:06:28 +02:00
862974bb35
feat: update ApiKeySchema and ApiKeyListSchema with proper serde renaming for keyPrefix and createdAt
Gabriel Kaszewski2025-09-07 13:48:20 +02:00
8b14ab06a2
feat: update bio length validation in UpdateUserParams to allow up to 4000 characters
Gabriel Kaszewski2025-09-07 13:37:46 +02:00
e1b5a2aaa0
feat: enhance profile and feed pages with friends display logic, update TopFriends component to support mode, and extend bio length in profile schema
Gabriel Kaszewski2025-09-07 13:37:39 +02:00
c9b8bd7b07
feat: implement search functionality with results display, add search input component, and update API for search results
Gabriel Kaszewski2025-09-07 12:54:39 +02:00
69eb225c1e
feat: implement full-text search functionality with API integration, add search router and persistence logic, and create related schemas and tests
Gabriel Kaszewski2025-09-07 12:36:03 +02:00
c3539cfc11
feat: add Frutiger font, enhance UI with glass effect and shadows, and improve component styling
Gabriel Kaszewski2025-09-07 01:12:09 +02:00
f1e891413a
feat: enhance user interface with improved styling and responsiveness
Gabriel Kaszewski2025-09-07 00:16:51 +02:00
c520690f1e
feat: add TopFriendsCombobox component for selecting top friends, update edit profile form to use it, and implement getFriends API
Gabriel Kaszewski2025-09-06 22:37:06 +02:00
8ddbf45a09
feat: add followers and following pages with API integration, enhance profile page with follower/following counts
Gabriel Kaszewski2025-09-06 22:22:44 +02:00
dc92945962
feat: implement friends API with routes to get friends list and update thought visibility logic
Gabriel Kaszewski2025-09-06 22:14:47 +02:00
bf7c6501c6
feat: update JSON keys in user profile and top friends API for consistency
Gabriel Kaszewski2025-09-06 22:04:38 +02:00
85e3425d4b
feat: implement settings layout and navigation, add tag and thought pages with API integration
Gabriel Kaszewski2025-09-06 21:56:41 +02:00
5344e0d6a8
feat: update layout and components for improved user experience, add theme toggle and main navigation
Gabriel Kaszewski2025-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 Kaszewski2025-09-06 21:21:53 +02:00
bf2e280cdd
feat: implement threaded replies and enhance feed layout with ThoughtThread component
Gabriel Kaszewski2025-09-06 21:02:46 +02:00
8a4c07b3f6
feat: update parameter serialization for CreateThoughtParams and UpdateUserParams
Gabriel Kaszewski2025-09-06 20:44:21 +02:00
19520c832f
feat: implement EditProfile functionality with form validation and update user profile API integration
Gabriel Kaszewski2025-09-06 20:22:40 +02:00
fc7dacc6fb
feat: add PopularTags and TopFriends components, update profile and feed layouts to include them
Gabriel Kaszewski2025-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 Kaszewski2025-09-06 19:47:29 +02:00
8552858c8c
feat: add user following and followers endpoints, update user profile response structure
Gabriel Kaszewski2025-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 Kaszewski2025-09-06 19:19:20 +02:00
e7cf76a0d8
feat: rename fields in ApiKeyResponse and ThoughtSchema for consistency with API specifications
Gabriel Kaszewski2025-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 Kaszewski2025-09-06 18:48:53 +02:00
6aef739438
feat: add API key management and tag discovery functionality with corresponding schemas and routes
Gabriel Kaszewski2025-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 Kaszewski2025-09-06 17:42:50 +02:00
0abd275946
feat: add reply functionality to thoughts, including database migration and tests
Gabriel Kaszewski2025-09-06 16:58:11 +02:00
728bf0e231
feat: enhance user registration and follow functionality, add popular tags endpoint, and update tests
Gabriel Kaszewski2025-09-06 16:49:38 +02:00
508f218fc0
feat(api_key): implement API key management with creation, retrieval, and deletion endpoints
Gabriel Kaszewski2025-09-06 16:18:32 +02:00
b83b7acf1c
feat: Refactor user and thought models to use UUIDs instead of integers
Gabriel Kaszewski2025-09-06 15:29:38 +02:00
c9e99e6f23
feat: add user profile management with update and retrieval endpoints, enhance database setup for testing
Gabriel Kaszewski2025-09-06 14:24:27 +02:00
6e63dca513
feat: add environment configuration for database and authentication, update router setup
Gabriel Kaszewski2025-09-06 01:55:59 +02:00
3dd6c0f64b
feat(activitypub): implement user outbox endpoint and federate thoughts to followers
Gabriel Kaszewski2025-09-06 01:46:11 +02:00
e9c4088e68
feat(activitypub): implement user inbox for receiving follow activities and add corresponding tests
Gabriel Kaszewski2025-09-06 01:37:23 +02:00
c7c573f3f4
feat: Implement WebFinger discovery and ActivityPub user actor endpoint
Gabriel Kaszewski2025-09-06 01:18:04 +02:00
3d73c7f198
feat(auth): implement user registration and login with JWT authentication
Gabriel Kaszewski2025-09-06 00:06:30 +02:00
d70015c887
feat: update API endpoints and enhance feed retrieval logic, add CORS support
Gabriel Kaszewski2025-09-05 22:26:39 +02:00
0e6c072387
feat: enhance error handling and user follow functionality, update tests for user context
Gabriel Kaszewski2025-09-05 21:44:46 +02:00
decf81e535
feat: implement user follow/unfollow functionality and thought retrieval by user
Gabriel Kaszewski2025-09-05 19:08:37 +02:00
912259ef54
Refactor blog module and remove blog-related functionality
Gabriel Kaszewski2025-09-05 18:10:58 +02:00
e5747eaaf3
feat: initialize thoughts-frontend with Next.js, TypeScript, and ESLint
Gabriel Kaszewski2025-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 Kaszewski2025-09-05 17:13:31 +02:00