8d73c0f289
🐛 Optimize chat summary
2025-08-01 21:42:24 +08:00
8e6e3e6289
🐛 Fix update message response missing account
2025-07-30 23:01:55 +08:00
c1fc6837db
🐛 Fix chat notification
2025-07-29 23:43:38 +08:00
51697c31cb
♻️ Refactor notification meta
2025-07-29 23:23:40 +08:00
acb293ec8f
🐛 Fix chat websocket packet
2025-07-29 23:08:41 +08:00
f1b594bdf2
♻️ Refactor the websocket system
2025-07-29 20:43:17 +08:00
eaf0b366d3
🐛 Trying to fix the message sender sometimes missing data
2025-07-26 16:26:07 +08:00
d7acf4fedf
✨ Improvement of file processing and video snapshot
2025-07-25 13:14:59 +08:00
29403b09d2
🐛 Fix push notification didn't contains custom category identifier
2025-07-24 14:43:00 +08:00
b4c8096c41
🐛 Trying to fix sync API of messages
2025-07-23 13:03:56 +08:00
da5b3ac261
🐛 Dozens of bug fixes
2025-07-19 16:41:04 +08:00
086a12f971
🐛 Fix stuff I think
2025-07-18 12:20:47 +08:00
8fbc81cab9
✨ Done mixing
2025-07-15 16:10:57 +08:00
3c11c4f3be
♻️ I have no idea what I have done
2025-07-15 01:54:27 +08:00
cbfdb4aa60
♻️ I have no idea what am I doing. Might be mixing stuff
2025-07-14 19:55:28 +08:00
8e5b6ace45
⏪ Skip subscribed check in message
2025-07-07 13:08:31 +08:00
2a28948418
✨ Chat room subscribe
2025-06-27 22:55:00 +08:00
d1fb0b9b55
✨ Filter on activities
2025-06-21 22:21:20 +08:00
f1a47fd079
✨ Chat message also preview links
2025-06-21 15:19:49 +08:00
1baa3109bc
🎨 Removed unused dependency injected services arguments in constructor
2025-06-21 14:32:59 +08:00
d00917fb39
🐛 Fix message notification missing action uri
2025-06-14 17:06:30 +08:00
922bf110ac
✨ Notify level actual take actions
2025-06-10 00:03:13 +08:00
f155b4e2ac
🐛 Didn't deliver websocket packet to who send that message
2025-06-09 01:27:46 +08:00
00229fd406
💥 ♻️ Refactor cloud files' references, and loading system
2025-06-01 19:18:23 +08:00
02ae634690
🐛 Trying to fix chat response missing sender
2025-06-01 03:22:11 +08:00
ca57faa7c3
🐛 Fix chat notification subject
2025-06-01 01:47:30 +08:00
28ff78d3e2
🔊 Add logs to notification pushing
2025-05-31 19:54:10 +08:00
7656a8b298
🐛 Trying to fix the message notification...
2025-05-31 11:54:23 +08:00
6670c69fda
🐛 Add priority to chat notification
2025-05-31 02:46:35 +08:00
a0cd779f85
🐛 Fix chat notification and listing members
2025-05-30 23:02:55 +08:00
472221302d
🐛 Trying to fix message notification again...
2025-05-30 22:49:03 +08:00
b7960e3060
🐛 Trying to fix chat notification
2025-05-30 21:42:00 +08:00
0bbd322c2e
🐛 Trying to fix message notification
2025-05-30 13:22:50 +08:00
8beeac09ef
⚡ Optimize the message notifications
2025-05-30 01:52:09 +08:00
5f69d8ac80
⚡ Better cloud file allocation and free in chat
2025-05-29 01:29:15 +08:00
d76e0dd83b
🐛 Fix wrong end call sender
2025-05-26 01:55:59 +08:00
cbe913e535
✨ Realtime call participants
...
🐛 Fix update, delete message wont send websocket packet
2025-05-25 19:48:33 +08:00
916d9500a2
🐛 Fix message from call missing nonce
2025-05-25 15:54:39 +08:00
9e7ba820c4
✨ Implement realtime chat
2025-05-25 05:51:13 +08:00
8da8c4bedd
✨ Message attachments expires at
2025-05-24 03:21:39 +08:00
213d81a5ca
♻️ Refactor the last read at system of chat
2025-05-24 01:29:17 +08:00
19174de873
❇️ Chat room summary api
2025-05-23 00:04:31 +08:00
4e794ceb9b
🐛 Fix message attachment did not marked
2025-05-18 12:53:32 +08:00
205ccd66b3
⚡ Sped up and reduce storage usage of read receipt
2025-05-18 12:14:23 +08:00
9576870373
💥 Switch all id to uuid
2025-05-14 20:03:52 +08:00
fb07071603
✨ Chat realtime calls
2025-05-07 00:47:57 +08:00
d0a92bc8b3
♻️ Optimization in file uploading
2025-05-04 14:48:33 +08:00
fa5c59a9c8
✨ Chat room member managements
2025-05-03 20:42:52 +08:00
196547e50f
🗃️ Add nonce column to chat messages and fix column typo
...
This migration adds a new "nonce" column to the "chat_messages" table to ensure message uniqueness or integrity. Additionally, it corrects a typo in the "members_mentioned" column name to improve consistency and clarity.
2025-05-03 13:16:18 +08:00
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