This website requires JavaScript.
Explore
Help
Sign In
GKaszewski
/
thoughts
Watch
1
Star
0
Fork
0
You've already forked thoughts
Code
Issues
3
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ec0e24db8d4eb0ce268e19189692fdc57efb63e1
thoughts
/
thoughts-backend
/
app
/
src
/
persistence
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(api_key): implement API key management with creation, retrieval, and deletion endpoints
2025-09-06 16:18:32 +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
follow.rs
feat: add visibility feature to thoughts, including new enum, database migration, and update related endpoints and tests
2025-09-06 17:42:50 +02:00
mod.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
search.rs
feat: add author display name to thought schemas and update related components
2025-09-07 22:54:34 +02:00
tag.rs
feat: add visibility check for tagging in thought creation
2025-09-07 15:15:24 +02:00
thought.rs
feat: implement pagination for feed retrieval and update frontend components
2025-09-09 03:43:06 +02:00
user.rs
feat: add user count endpoint and integrate it into frontend components
2025-09-09 03:07:48 +02:00