Commit Graph

7 Commits

Author SHA1 Message Date
LittleSheep
c597df3937 Typing indicator, mark as read server-side 2025-05-18 05:35:14 +08:00
LittleSheep
9576870373 💥 Switch all id to uuid 2025-05-14 20:03:52 +08:00
LittleSheep
ee7dc31b20 Add account statuses 2025-05-07 01:21:12 +08:00
LittleSheep
d0a92bc8b3 ♻️ Optimization in file uploading 2025-05-04 14:48:33 +08:00
LittleSheep
f6acb3f2f0 🗑️ remove Casbin dependency and related configurations
Remove Casbin package references, configurations, and unused imports across multiple files. This change simplifies the codebase by eliminating unnecessary dependencies and reducing complexity.

 add new chat features and improve message handling

Introduce new chat features including message notifications, nicknames, and improved message handling. Enhance the WebSocket service to support new packet handlers and improve message delivery.

🗃️ add new migrations for chat-related changes

Add new migrations to support the latest chat features, including changes to chat members, messages, and reactions. These migrations ensure the database schema is up-to-date with the latest code changes.
2025-05-03 02:02:16 +08:00
LittleSheep
17de9a0f23 Add chat message handling and WebSocket integration
Introduce new `ChatService` for managing chat messages, including marking messages as read and checking read status. Add `WebSocketPacket` class for handling WebSocket communication and integrate it with `WebSocketService` to process chat-related packets. Enhance `ChatRoom` and `ChatMember` models with additional fields and relationships. Update `AppDatabase` to include new chat-related entities and adjust permissions for chat creation.
2025-05-02 19:51:32 +08:00
LittleSheep
bf64afd849 Activity-based browsing 2025-05-01 14:59:28 +08:00