21 Commits

Author SHA1 Message Date
46054dfb7b ♻️ Better way to vectorize quill delta 2025-05-03 00:06:01 +08:00
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
da6a891b5f Chat controller 2025-05-02 12:07:09 +08:00
littlesheep.code
8b5ca265b8 :drunk: Vibe coded the controller which doesn't work 2025-05-01 18:11:44 +00:00
b675b0550b 🗃️ Chat room modeling 2025-05-02 01:27:49 +08:00
30db6ad9f1 🗃️ Realm database modeling 2025-05-02 00:08:21 +08:00
b1543f5b08 File compression duplicate 2025-05-01 19:19:58 +08:00
bf64afd849 Activity-based browsing 2025-05-01 14:59:28 +08:00
0ebeab672b Magic spell for one time code
🗑️ Drop the usage of casbin
♻️ Refactor the permission service
♻️ Refactor the flow of creating an account
🧱 Email infra structure
2025-04-29 20:37:10 +08:00
82288fa52c 🐛 Fix the permission group member uses the singular form as the name 2025-04-28 00:15:39 +08:00
e8c3219ef0 🗃️ Set up permission nodes db models 2025-04-28 00:13:18 +08:00
cb7179aa27 Notification service 2025-04-27 23:44:22 +08:00
fb1de3da9e Posting 2025-04-19 19:55:41 +08:00
0e3b88c51c Publisher API 2025-04-19 14:41:34 +08:00
f9701764f3 Relationships controllers 2025-04-17 23:54:35 +08:00
cec8c3af81 🗃️ Add account relationships 2025-04-16 01:16:35 +08:00
9cffd8383e Timed tasks
🐛 Bug fixes
2025-04-16 00:18:59 +08:00
4512f47299 Account profile
💥 Merge migrations
2025-04-14 22:36:41 +08:00
d22a15c42d File uploading 2025-04-13 13:50:30 +08:00
71f05154af Basic auth 2025-04-10 01:03:02 +08:00
c39fdceeb6 🎉 Initial Commit 2025-04-08 23:26:23 +08:00