Commit graph

63 commits

Author SHA1 Message Date
cuom1999
4d56d18a24 Import models when django ready
Since we store model's instances in cache, this will help django figure out the correct model when unserializing cache data.
2024-05-03 15:25:04 -05:00
cuom1999
361d3fc33a Rewrite user follow + fix some css 2024-04-11 23:56:58 -05:00
cuom1999
2831a24b90 Cache prefetch 2024-02-23 17:07:34 -06:00
Phuoc Anh Kha Le
458598b1cb
Fix bug comparing latest message in room chat (#106) 2024-01-28 22:22:57 -06:00
Phuoc Anh Kha Le
f7fa1c01cb
Add character limit and check validation of messages in Chat (#105) 2024-01-28 15:39:27 -06:00
cuom1999
f75c2a391f Fix chat last message body 2023-12-05 20:06:56 -06:00
cuom1999
b6c9ce4763 Fix bug 2023-11-01 21:50:36 -05:00
cuom1999
e5b2481345 Make chat faster 2023-11-01 20:54:09 -05:00
cuom1999
ae3f1090bf Reformat 2023-10-16 16:36:56 -05:00
cuom1999
ed287b6ff3 Add caching for user basic info 2023-10-10 19:37:36 -05:00
cuom1999
7f854c40dd Change notification backend 2023-10-10 17:38:48 -05:00
cuom1999
00113848c8 Modify Chat UI 2023-08-29 18:36:01 -05:00
cuom1999
2854ac97e9 Make chat faster 2023-08-28 14:20:35 -05:00
cuom1999
03cd608b9d Add chat mute 2023-03-15 23:08:13 -05:00
cuom1999
8b814640ea Fix chat index 2023-03-08 01:25:54 -06:00
cuom1999
a9dc97a46d Use infinite pagination 2023-02-18 15:12:33 -06:00
Tran Trong Nghia
d40b599a9c
Update views.py
Better name for the chatbox
2023-01-18 11:04:52 +07:00
cuom1999
409d2e3115 Upgrade to Django 3.2 2022-10-31 20:43:06 -05:00
cuom1999
45b844d6c9 Optimize problem feed DB query 2022-10-28 21:29:48 -05:00
cuom1999
6b83a1ff0d Add unique together for model 2022-10-27 15:02:54 -05:00
cuom1999
bddb00050a Move unread chat count to one request 2022-08-31 23:18:38 -05:00
cuom1999
bce34a0c40 Fix chat_box schema 2022-06-18 14:58:59 +07:00
cuom1999
a87fb49918 Reformat using black 2022-05-14 12:57:27 -05:00
cuom1999
efee4ad081 Add char limit to chat 2022-05-12 00:01:47 -05:00
cuom1999
e51129d36f Fix race in chat ignore 2022-04-29 15:27:25 -05:00
cuom1999
3bf3754baf Exclude ignored users in chat 2022-03-10 22:30:58 -06:00
cuom1999
5391304e12 Fix chat update last seen bug 2022-01-30 21:35:20 +07:00
cuom1999
20c2bd71f8 Fix out of range bug 2021-12-20 18:55:26 -06:00
cuom1999
881c165ef5 Redesign UI 2021-12-16 14:16:49 -06:00
cuom1999
e1f19fb794 Refactor code + fix a small bug 2021-11-22 21:54:48 -06:00
cuom1999
d0dbb3a887 Fix bug no-follow 2021-11-21 21:43:04 -06:00
cuom1999
a226496408 Fix DB query bug 2021-11-21 21:12:42 -06:00
cuom1999
7c3e59feec Add chat notification to navbar 2021-11-21 21:01:35 -06:00
cuom1999
2d1d12dab5 Fix chat search 2021-11-20 22:57:47 -06:00
cuom1999
64bdffb590 Fix ignore bug 2021-11-20 22:28:41 -06:00
cuom1999
2f8ef1b524 Add direct message 2021-11-20 22:23:03 -06:00
cuom1999
89634c2c09 Remove unnecessary import 2021-07-08 18:19:11 -05:00
cuom1999
0161a98d32 Remove unnecessary import 2021-07-08 15:50:39 -05:00
cuom1999
f773fb5e70 Update UI chatbox 2021-07-02 01:38:48 -05:00
Luong Doan
a9e7a58e95 Fix minor issues in chat 2021-06-19 06:09:16 +00:00
cuom1999
231687e081 Change chat channel to node websocket 2021-06-18 22:26:43 -05:00
cuom1999
6d192cf54d Add SSL flexibility to chat server 2020-10-26 14:39:47 -05:00
cuom1999
de704fc250 Add notification 2020-07-02 21:50:31 -05:00
cuom1999
77eae18581 try to fix chat bug 2020-06-16 01:27:14 -05:00
cuom1999
07f511c1a4 Fix wrong person bug in chatbox 2020-06-15 21:44:29 -05:00
cuom1999
7f9245570f Add authentication to chatbox 2020-06-15 15:19:00 -05:00
cuom1999
19665c557f divide admin and users 2020-06-08 18:19:09 -05:00
cuom1999
22ca286085 add online users to chatbox 2020-06-08 15:11:07 -05:00
cuom1999
acec52f71b Add ratism to chatbox 2020-05-23 18:52:19 -05:00
cuom1999
ca89510799 Fix page unable to scroll up 2020-05-23 18:13:42 -05:00