Gabriel Kaszewski GKaszewski
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-06 19:22:10 +00:00
8b82a5e48e feat: add Header and UserNav components, update layout to include Header and enhance profile page with settings link
bf2e280cdd feat: implement threaded replies and enhance feed layout with ThoughtThread component
8a4c07b3f6 feat: update parameter serialization for CreateThoughtParams and UpdateUserParams
19520c832f feat: implement EditProfile functionality with form validation and update user profile API integration
fc7dacc6fb feat: add PopularTags and TopFriends components, update profile and feed layouts to include them
Compare 10 commits »
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-06 15:50:03 +00:00
6aef739438 feat: add API key management and tag discovery functionality with corresponding schemas and routes
82c6de8da8 feat: add visibility feature to thoughts, including new enum, database migration, and update related endpoints and tests
0abd275946 feat: add reply functionality to thoughts, including database migration and tests
Compare 3 commits »
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-06 14:49:54 +00:00
728bf0e231 feat: enhance user registration and follow functionality, add popular tags endpoint, and update tests
508f218fc0 feat(api_key): implement API key management with creation, retrieval, and deletion endpoints
Compare 2 commits »
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-06 13:30:08 +00:00
b83b7acf1c feat: Refactor user and thought models to use UUIDs instead of integers
c9e99e6f23 feat: add user profile management with update and retrieval endpoints, enhance database setup for testing
Compare 2 commits »
GKaszewski pushed to main at GKaszewski/blog 2025-09-06 01:07:16 +00:00
294814d131 Refactor CloseIcon link to improve accessibility and maintainability
GKaszewski created branch master in GKaszewski/thoughts 2025-09-06 01:00:27 +00:00
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-06 01:00:27 +00:00
6e63dca513 feat: add environment configuration for database and authentication, update router setup
3dd6c0f64b feat(activitypub): implement user outbox endpoint and federate thoughts to followers
e9c4088e68 feat(activitypub): implement user inbox for receiving follow activities and add corresponding tests
c7c573f3f4 feat: Implement WebFinger discovery and ActivityPub user actor endpoint
3d73c7f198 feat(auth): implement user registration and login with JWT authentication
Compare 10 commits »
GKaszewski created repository GKaszewski/thoughts 2025-09-06 00:59:45 +00:00
GKaszewski pushed to main at GKaszewski/blog 2025-09-04 23:35:33 +00:00
d8bc5ceb96 Update source code links for Broberry and Parasitic God to Gitea
GKaszewski pushed to main at GKaszewski/blog 2025-09-04 23:34:30 +00:00
ca7bc4c030 Add blog post on game jam architecture and development practices
GKaszewski renamed repository from game-jam-2025 to GKaszewski/broberry 2025-09-04 22:12:52 +00:00
GKaszewski pushed to main at GKaszewski/blog 2025-09-03 22:37:55 +00:00
2e7309434d Add cursor hiding effect for improved user experience
GKaszewski pushed to main at GKaszewski/blog 2025-09-03 22:10:25 +00:00
774efb0acc Update default Open Graph image for improved SEO
GKaszewski pushed to main at GKaszewski/blog 2025-09-03 22:05:40 +00:00
8314a2a328 Enhance blog metadata and SEO with structured Open Graph data; add sitemap and robots.txt functionality; replace default OG image.
GKaszewski pushed to main at GKaszewski/blog 2025-09-03 21:43:08 +00:00
a475d8a5fb Refactor Docker configuration in deployment workflow and compose file
GKaszewski pushed to main at GKaszewski/blog 2025-09-03 21:40:43 +00:00
4d21dd2ab1 Remove dockerfile specification from blog service build configuration in compose.yml
GKaszewski pushed to main at GKaszewski/blog 2025-09-03 21:35:40 +00:00
a3ab8f0a16 Refactor blog service build configuration in compose.yml
GKaszewski pushed to main at GKaszewski/blog 2025-09-03 21:34:50 +00:00
d556b585e1 Comment out Docker build command in deployment workflow
GKaszewski pushed to main at GKaszewski/blog 2025-09-03 21:32:09 +00:00
07760363e1 Fix Docker command syntax in deployment workflow
GKaszewski pushed to main at GKaszewski/blog 2025-09-03 21:31:34 +00:00
13eeeb6b0f Fix Docker command syntax in deployment workflow