MCPcopy Create free account

hub / github.com/abdurraufraihan/django-chat / functions

Functions61 in github.com/abdurraufraihan/django-chat

↓ 5 callersMethodget
(self, request, userId)
server/apps/chat/views.py:10
↓ 2 callersMethodcreate
(self, validatedData)
server/apps/chat/serializers.py:9
↓ 2 callersFunctionfetchChatUser
()
client/src/components/sidebar/sidebar.js:28
↓ 2 callersMethodsendOnlineUserList
(self)
server/apps/chat/consumers.py:43
↓ 2 callersFunctionsendTypingSignal
(typing)
client/src/components/chatbody/ChatBody.js:82
↓ 1 callersFunctionAuthRequired
(Component)
client/src/components/auth/AuthRequired.js:7
↓ 1 callersFunctionaddMemberClickHandler
(memberId)
client/src/components/sidebar/sidebar.js:65
↓ 1 callersFunctionfetchChatMessage
()
client/src/components/chatbody/ChatBody.js:21
↓ 1 callersFunctionfetchUsers
()
client/src/components/sidebar/sidebar.js:54
↓ 1 callersFunctiongetConnectedUserIds
()
client/src/components/sidebar/sidebar.js:46
↓ 1 callersFunctiongetUserId
()
client/src/util/commonUtil.js:30
↓ 1 callersFunctionis_date
(date)
client/src/util/commonUtil.js:5
↓ 1 callersFunctionmain
Run administrative tasks.
server/manage.py:7
↓ 1 callersFunctionredirectUserToDefaultChatRoom
(chatUsers)
client/src/components/sidebar/sidebar.js:17
↓ 1 callersMethodrender
()
client/src/routes.js:9
↓ 1 callersFunctionreportWebVitals
client/src/reportWebVitals.js:1
FunctionHomeScreen
(props)
client/src/screens/home/HomeScreen.js:6
FunctionModal
({ modalCloseHandler, show, children })
client/src/components/modal/modal.js:4
Method__str__
(self)
server/apps/user/models.py:12
Method__str__
(self)
server/apps/chat/models.py:11
Method__str__
(self)
server/apps/chat/models.py:20
MethodaddOnlineUser
(self, user)
server/apps/chat/consumers.py:15
FunctionaddPeopleClickHandler
()
client/src/components/sidebar/sidebar.js:60
FunctionchatMessageTypingHandler
(event)
client/src/components/chatbody/ChatBody.js:93
Methodchat_message
(self, event)
server/apps/chat/consumers.py:100
Methodconnect
(self)
server/apps/chat/consumers.py:54
Methodcreate
(self, validated_data)
server/apps/user/serializers.py:51
FunctiondeleteCookie
(cookieName)
client/src/util/cookieUtil.js:24
MethoddeleteOnlineUser
(self, user)
server/apps/chat/consumers.py:21
Methoddisconnect
(self, close_code)
server/apps/chat/consumers.py:70
FunctiongetActiveChatClass
(roomId)
client/src/components/sidebar/sidebar.js:81
FunctiongetActiveChatId
(match)
client/src/util/commonUtil.js:64
FunctiongetAuthHeader
()
client/src/api/apiUtils.js:23
FunctiongetChatListWithOnlineUser
()
client/src/components/sidebar/sidebar.js:92
FunctiongetChatMessageClassName
(userId)
client/src/components/chatbody/ChatBody.js:39
FunctiongetCookie
(cookieName)
client/src/util/cookieUtil.js:8
FunctiongetFormatedChatUser
(chatUsers, onlineUserList)
client/src/util/commonUtil.js:39
FunctiongetLoginMessage
()
client/src/screens/auth/login/LoginScreen.js:32
MethodgetOnlineUsers
(self)
server/apps/chat/consumers.py:11
FunctiongetPostRequestHeader
()
client/src/api/apiUtils.js:16
FunctiongetTimeFromDate
(date)
client/src/util/commonUtil.js:12
MethodgetUser
(self, userId)
server/apps/chat/consumers.py:8
Methodget_queryset
(self)
server/apps/user/views.py:15
Methodget_queryset
(self)
server/apps/chat/views.py:30
Methodget_token
(cls, user)
server/apps/user/serializers.py:16
Methodget_userName
(self, Obj)
server/apps/chat/serializers.py:27
FunctionjsonHandler
(response)
client/src/api/apiUtils.js:12
FunctionlogoutClickHandler
()
client/src/components/sidebar/sidebar.js:86
FunctionmessageSubmitHandler
(event)
client/src/components/chatbody/ChatBody.js:67
FunctionmodalOutsideClickHandler
(event)
client/src/components/modal/modal.js:7
FunctiononSubmit
(signupData)
client/src/screens/auth/signup/SignupScreen.js:20
FunctiononSubmit
(loginData)
client/src/screens/auth/login/LoginScreen.js:17
Methodpost
(self, request)
server/apps/chat/views.py:17
Methodreceive
(self, text_data)
server/apps/chat/consumers.py:79
Methodrender
()
client/src/components/auth/AuthRequired.js:9
MethodsaveMessage
(self, message, userId, roomId)
server/apps/chat/consumers.py:27
FunctionsendGetRequest
(relativeUrl)
client/src/api/apiConnector.js:5
FunctionsendPostRequest
(relativeUrl, requestBody, isAuth, isFormData)
client/src/api/apiConnector.js:15
FunctionsetCookie
(cookieName, cookieValue, expairydays = 30)
client/src/util/cookieUtil.js:1
FunctionstatusHandler
(response)
client/src/api/apiUtils.js:5
Methodvalidate
(self, attrs)
server/apps/user/serializers.py:43