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
895b892cf23575f82f5014a99a5c810abcb37795
thoughts
/
thoughts-backend
/
api
/
src
/
routers
History
Gabriel Kaszewski
29afc2e92e
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push)
Failing after 3m4s
Details
fix: update Dockerfiles to install necessary packages without recommendations
2025-09-09 04:03:14 +02:00
..
api_key.rs
feat: implement friends API with routes to get friends list and update thought visibility logic
2025-09-06 22:14:47 +02:00
auth.rs
feat(auth): implement user registration and login with JWT authentication
2025-09-06 00:06:30 +02:00
feed.rs
feat: implement pagination for feed retrieval and update frontend components
2025-09-09 03:43:06 +02:00
friends.rs
feat: implement friends API with routes to get friends list and update thought visibility logic
2025-09-06 22:14:47 +02:00
mod.rs
Remove federation functionality and related tests
2025-09-07 17:22:58 +02:00
root.rs
fix: update Dockerfiles to install necessary packages without recommendations
2025-09-09 04:03:14 +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: add visibility feature to thoughts, including new enum, database migration, and update related endpoints and tests
2025-09-06 17:42:50 +02:00
thought.rs
Remove federation functionality and related tests
2025-09-07 17:22:58 +02:00
user.rs
feat: add user count endpoint and integrate it into frontend components
2025-09-09 03:07:48 +02:00