MCPcopy Create free account

hub / github.com/KillianFrappartDev/GroupChat / functions

Functions62 in github.com/KillianFrappartDev/GroupChat

↓ 2 callersFunctioncreateToken
backend/utils/token.js:5
↓ 2 callersFunctionfetchGroups
()
frontend/src/views/AppView/index.tsx:201
↓ 2 callersFunctionfetchMessages
(gid = currentGroup?._id)
frontend/src/views/AppView/index.tsx:217
↓ 2 callersFunctionfindUserWithEmail
backend/controllers/users-controllers.js:10
↓ 1 callersFunctioncheckToken
(id, token)
backend/utils/token.js:16
↓ 1 callersFunctioncreateHandler
(title: string, description: string)
frontend/src/components/Shared/Modal/index.tsx:30
↓ 1 callersFunctioneditHandler
(newUsername: string, newImage: string)
frontend/src/components/Shared/EditProfile/index.tsx:43
↓ 1 callersFunctiongetDateString
()
frontend/src/components/Main/MsgInput/index.tsx:16
↓ 1 callersFunctiongroupHandler
(id: string)
frontend/src/views/AppView/index.tsx:90
↓ 1 callersFunctionloginSubmit
(checked: boolean, email: string, password: string)
frontend/src/components/Auth/Login/index.tsx:32
↓ 1 callersFunctionpostImage
(data: FormData)
frontend/src/components/Shared/EditProfile/index.tsx:65
↓ 1 callersFunctionsearchHandler
(e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>)
frontend/src/components/Side/Search/index.tsx:24
↓ 1 callersFunctionsendHandler
()
frontend/src/components/Main/MsgInput/index.tsx:39
↓ 1 callersFunctionsignupSubmit
(checked: boolean, email: string, password: string, username: string)
frontend/src/components/Auth/Signup/index.tsx:32
↓ 1 callersFunctiontitleHandler
(e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>)
frontend/src/components/Shared/Modal/index.tsx:39
↓ 1 callersFunctionusernameHandler
(e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>)
frontend/src/components/Shared/EditProfile/index.tsx:52
↓ 1 callersFunctionverifyRequest
(id: string, token: string)
frontend/src/views/AuthView/index.tsx:40
FunctionApp
()
frontend/src/App.tsx:18
FunctionAppView
()
frontend/src/views/AppView/index.tsx:55
FunctionAuthView
frontend/src/views/AuthView/index.tsx:26
FunctionBottomBar
frontend/src/components/Side/BottomBar/index.tsx:23
FunctionCookie
frontend/src/components/Shared/Cookie/index.tsx:12
FunctionCustomButton
frontend/src/components/Shared/CustomButton/index.tsx:14
FunctionEditProfile
frontend/src/components/Shared/EditProfile/index.tsx:30
FunctionGroup
frontend/src/components/Side/Groups/index.tsx:14
FunctionGroupInfo
frontend/src/components/Side/GroupInfo/index.tsx:13
FunctionGroups
frontend/src/components/Side/Groups/index.tsx:28
FunctionLogin
frontend/src/components/Auth/Login/index.tsx:23
FunctionMember
frontend/src/components/Side/Members/index.tsx:13
FunctionMembers
frontend/src/components/Side/Members/index.tsx:27
FunctionMessage
frontend/src/components/Main/Messages/index.tsx:15
FunctionMessages
frontend/src/components/Main/Messages/index.tsx:35
FunctionModal
frontend/src/components/Shared/Modal/index.tsx:21
FunctionMsgInput
frontend/src/components/Main/MsgInput/index.tsx:13
FunctionOnboard
frontend/src/components/Main/Onboard/index.tsx:11
FunctionSearch
frontend/src/components/Side/Search/index.tsx:21
FunctionSignup
frontend/src/components/Auth/Signup/index.tsx:23
FunctionTopBar
frontend/src/components/Main/TopBar/index.tsx:13
FunctionTopBar
frontend/src/components/Side/TopBar/index.tsx:15
FunctionWelcome
frontend/src/components/Auth/Welcome/index.tsx:13
Methodconstructor
(uid, sid)
backend/app.js:33
FunctioncreateGroup
(title: string, description: string)
frontend/src/views/AppView/index.tsx:99
FunctioncreateGroup
(req, res, next)
backend/controllers/groups-controllers.js:38
FunctioncreateMessage
(text: string, date: string)
frontend/src/views/AppView/index.tsx:179
Functionedit
(req, res, next)
backend/controllers/users-controllers.js:140
FunctioneditProfileRequest
(username: string, image: string)
frontend/src/views/AppView/index.tsx:139
Functionfetch
(req, res, next)
backend/controllers/bugs-controllers.js:5
FunctionfetchGroupData
(req, res, next)
backend/controllers/groups-controllers.js:19
FunctionfetchGroups
(req, res, next)
backend/controllers/groups-controllers.js:6
FunctionfetchMessages
(req, res, next)
backend/controllers/messages-controllers.js:8
Functionguest
(req, res, next)
backend/controllers/users-controllers.js:94
FunctionguestRequest
()
frontend/src/components/Auth/Welcome/index.tsx:17
Functionlogin
(req, res, next)
backend/controllers/users-controllers.js:20
FunctionlogoutHandler
()
frontend/src/views/AppView/index.tsx:84
Functionreducer
(state = initialState, action: AppAction)
frontend/src/redux/app-reducer.ts:33
Functionreducer
( state = initialState, action: UserAction)
frontend/src/redux/auth-reducer.ts:21
Functionreport
(req, res, next)
backend/controllers/bugs-controllers.js:7
FunctionreportBug
(title: string, description: string)
frontend/src/views/AppView/index.tsx:236
FunctionsendMessage
(req, res, next)
backend/controllers/messages-controllers.js:24
Functionsignup
(req, res, next)
backend/controllers/users-controllers.js:55
FunctionuploadHandler
(e: any)
frontend/src/components/Shared/EditProfile/index.tsx:79
Functionverify
(req, res, next)
backend/controllers/users-controllers.js:114