MCPcopy Create free account

hub / github.com/Cv-Keep/cvkeep-backend / functions

Functions128 in github.com/Cv-Keep/cvkeep-backend

Functionregister
(newUser)
functions/user.js:112
FunctionremoveAvatar
(userEmail)
functions/user.js:334
FunctionremoveForgotPass
(hash)
functions/user.js:248
FunctionremoveRegistering
(hash)
functions/user.js:153
MethodremoveWords
* Add words to whitelist filter * @param {...string} word - Word(s) to add to whitelist.
functions/badwords/index.js:89
Functionrmdir
(path)
functions/utils.js:44
FunctionsanitizeCvOnSave
(cv)
functions/cv.js:73
FunctionsearchCvByNgrams
(subject, page, offset)
functions/cvNgrams.js:82
Functionsend
* data: { * to: String // destination * subject: String // email subject * template: String // email template * content: String // dir
functions/email.js:17
Functionsend
* options: { * to: String, * subject: String, * template: String, * ... * }
functions/mailer/index.js:17
FunctionsendError
(error, status = 500)
endpoints/resources/account/getcredentials.js:20
FunctionsendRaw
* options: { * to: String, * subject: String, * content: String, * }
functions/mailer/index.js:53
FunctionsetAvatar
(userEmail, file)
functions/user.js:296
FunctionsignIn
(credentials, res)
functions/auth.js:7
FunctionsignOut
(res, statusCode = 200)
functions/auth.js:53
Functionslugify
(str)
functions/utils.js:20
FunctionsuccessPage
(res, message, callback)
functions/utils.js:13
Functionupdate
(query, data, options = { upsert: false })
functions/user.js:84
Functionupdate
(email, data, options = { upsert: false })
functions/cv.js:44
FunctionupdateCvSearchIndex
(userEmail)
functions/cvNgrams.js:51
FunctionupdateRegistering
(data)
functions/user.js:122
FunctionvalidateForgottenPassHash
(forgotPassObject)
functions/user.js:268
FunctionvalidateSendOptions
(options)
functions/mailer/helpers.js:6
FunctionverifyToken
(token)
functions/auth.js:63
FunctionwillChangeEmail
(userEmail, newEmail)
functions/actionUrl.js:99
FunctionwillChangePassword
(userEmail, newPass)
functions/actionUrl.js:95
FunctionwillChangeUsername
(userEmail, newUsername)
functions/actionUrl.js:91
FunctionwillDeactivateAccount
(userEmail)
functions/actionUrl.js:103
← previous101–128 of 128, ranked by callers