Commit Graph

15 Commits

Author SHA1 Message Date
LittleSheep
9e17be38d8 Notify level API on chat
🗃️ Enrich the settings of chat members
🐛 Fix role settings on both chat & realm
2025-06-09 23:32:37 +08:00
LittleSheep
3c52a6d787 ✈️ Better migration to new cloud files reference system 2025-06-02 00:49:19 +08:00
LittleSheep
00229fd406 💥 ♻️ Refactor cloud files' references, and loading system 2025-06-01 19:18:23 +08:00
LittleSheep
213d81a5ca ♻️ Refactor the last read at system of chat 2025-05-24 01:29:17 +08:00
LittleSheep
8d246a19ad Better leaving realm and chat 2025-05-18 20:31:54 +08:00
LittleSheep
cf9084b8c0 🐛 Bug fixes 💄 Optimizations 2025-05-18 20:05:15 +08:00
LittleSheep
5b9b28d77a No longer save file with same hash 2025-05-18 16:52:00 +08:00
LittleSheep
5951dab6f1 💥 Make chat room name, description optional 2025-05-17 23:10:39 +08:00
LittleSheep
9576870373 💥 Switch all id to uuid 2025-05-14 20:03:52 +08:00
LittleSheep
5844dfb657 Realm member listing apis 2025-05-04 23:36:47 +08:00
LittleSheep
573f984e2c Direct messages 2025-05-04 15:09:44 +08:00
LittleSheep
fa5c59a9c8 Chat room member managements 2025-05-03 20:42:52 +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
b675b0550b 🗃️ Chat room modeling 2025-05-02 01:27:49 +08:00