This website requires JavaScript.
Explore
Help
Sign In
GKaszewski
/
thoughts
Watch
1
Star
0
Fork
0
You've already forked thoughts
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
64806f8bd4daa89b15fbefdc808427a3917cf08e
thoughts
/
thoughts-backend
/
tests
/
api
History
Gabriel Kaszewski
64806f8bd4
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push)
Successful in 2m7s
Details
feat: implement pagination for feed retrieval and update frontend components
2025-09-09 03:43:06 +02:00
..
api_key.rs
feat: add user following and followers endpoints, update user profile response structure
2025-09-06 19:43:46 +02:00
auth.rs
feat: enhance user registration and follow functionality, add popular tags endpoint, and update tests
2025-09-06 16:49:38 +02:00
feed.rs
feat: implement pagination for feed retrieval and update frontend components
2025-09-09 03:43:06 +02:00
follow.rs
feat: implement friends API with routes to get friends list and update thought visibility logic
2025-09-06 22:14:47 +02:00
main.rs
feat: enhance user registration and follow functionality, add popular tags endpoint, and update tests
2025-09-06 16:49:38 +02:00
mod.rs
Remove federation functionality and related tests
2025-09-07 17:22:58 +02:00
search.rs
feat: implement full-text search functionality with API integration, add search router and persistence logic, and create related schemas and tests
2025-09-07 12:36:03 +02:00
tag.rs
feat: enhance user registration and follow functionality, add popular tags endpoint, and update tests
2025-09-06 16:49:38 +02:00
thought.rs
feat: implement thought thread retrieval with replies and visibility filtering
2025-09-07 14:47:30 +02:00
user.rs
feat: add user count endpoint and integrate it into frontend components
2025-09-09 03:07:48 +02:00