Commit Graph

32 Commits

Author SHA1 Message Date
LittleSheep
fc6edd7378 💥 Add /api prefix for json endpoints with redirect 2025-07-10 14:18:02 +08:00
LittleSheep
2e8d6a3667 🐛 Bug fixes 2025-06-28 01:28:20 +08:00
LittleSheep
ac496777ed 🐛 Fix update realm failed caused by picture 2025-06-27 23:41:51 +08:00
LittleSheep
661b612537 Chat and realm members with status 2025-06-27 23:24:27 +08:00
LittleSheep
0bdd429d87 🐛 Fix realm chat controllers path typo 2025-06-27 17:37:13 +08:00
LittleSheep
d492c9ce1f Realm tags and discovery 2025-06-26 19:00:55 +08:00
LittleSheep
1baa3109bc 🎨 Removed unused dependency injected services arguments in constructor 2025-06-21 14:32:59 +08:00
LittleSheep
c8b1c1ba55 Notification action URIs 2025-06-14 16:57:23 +08:00
LittleSheep
3db32caf7e 🗃️ Applies previous changes to database 2025-06-10 23:23:14 +08:00
LittleSheep
ee14c942f2 Verification mark 2025-06-10 23:17:02 +08:00
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
f961469db1 🐛 Fix sending notification didn't set culture info for localization 2025-06-05 00:20:54 +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
bb739c1d90 More & localized notifications 2025-05-28 01:50:14 +08:00
LittleSheep
a86a0fef37 Better joining and leaving 2025-05-18 20:52:22 +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
aabe8269f5 Action logs 2025-05-16 01:41:24 +08:00
LittleSheep
d7d4fde06a Wallet, payment, developer apps, feature flags of publishers
♻️ Simplified the permission check of chat room, realm, publishers
2025-05-15 00:26:15 +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
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
da6a891b5f Chat controller 2025-05-02 12:07:09 +08:00
LittleSheep
b675b0550b 🗃️ Chat room modeling 2025-05-02 01:27:49 +08:00
LittleSheep
e4031478b5 Realms 2025-05-02 01:06:59 +08:00
littlesheep.code
a6463feee4 Vibe coded the RealmControler 2025-05-01 16:17:22 +00:00
LittleSheep
30db6ad9f1 🗃️ Realm database modeling 2025-05-02 00:08:21 +08:00
LittleSheep
24f1a3a9e9 Truncated the post's body to prevent them from being too long 2025-05-01 23:49:17 +08:00