MCPcopy Create free account

hub / github.com/parse-community/parse-server / functions

Functions1,720 in github.com/parse-community/parse-server

↓ 4 callersFunctionprovideInstallations
(num)
spec/Parse.Push.spec.js:26
↓ 4 callersFunctionremoveConfigFromDb
()
spec/ParseGraphQLController.spec.js:26
↓ 4 callersMethodrequestTokenInfo
(accessToken)
src/Adapters/Auth/oauth2.js:102
↓ 4 callersMethodresendVerificationEmail
(req)
src/Routers/PagesRouter.js:108
↓ 4 callersMethodresetPassword
(req)
src/Routers/PagesRouter.js:179
↓ 4 callersFunctionrunTrigger
(trigger, name, request, auth)
src/triggers.js:219
↓ 4 callersFunctionschemaSetup
()
spec/schemas.spec.js:2940
↓ 4 callersMethodschemaUpgrade
(className: string, schema: SchemaType, conn: any)
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js:1164
↓ 4 callersFunctionsetConfigOnDb
spec/ParseGraphQLController.spec.js:20
↓ 4 callersFunctionsetup
()
spec/Parse.Push.spec.js:57
↓ 4 callersFunctionsetupMergeFixture
* Sets up the merge fixture: * Row A — { installationId: iid, deviceType: 'ios' } (no deviceToken) * Row B — { deviceToken: t,
spec/ParseInstallation.spec.js:1598
↓ 4 callersFunctionsetupProtectedClass
(className)
spec/vulnerabilities.spec.js:3697
↓ 4 callersFunctiontransformQueryInputToParse
(constraints, className, parseClasses)
src/GraphQL/transformers/query.js:240
↓ 4 callersMethodupdateSchema
(name: string, update)
src/Adapters/Storage/Mongo/MongoSchemaCollection.js:197
↓ 4 callersMethodvalidateInsecureAuth
(authData, options)
src/Adapters/Auth/twitter.js:114
↓ 4 callersMethodvalidateLogin
(loginData, _, req)
src/Adapters/Auth/mfa.js:127
↓ 4 callersFunctionvalidatePushType
(where = {}, validPushTypes = [])
src/Push/utils.js:111
↓ 4 callersMethodverifyEmail
(req)
src/Routers/PagesRouter.js:84
↓ 4 callersFunctionwaitForStartup
(cp, requiredOutput)
spec/CLI.spec.js:217
↓ 3 callersMethod_authenticateUserFromRequest
* Validates a password request in login and verifyPassword * @param {Object} req The request * @returns {Object} User object * @private
src/Routers/UsersRouter.js:71
↓ 3 callersMethod_getCLPOperation
(query: any)
src/LiveQuery/ParseLiveQueryServer.ts:799
↓ 3 callersMethod_getFilenameFromParams
(req)
src/Routers/FilesRouter.js:136
↓ 3 callersMethod_makePublisherRequest
(currentObject: any, originalObject: any, classLevelPermissions: ?any)
src/Controllers/LiveQueryController.js:70
↓ 3 callersMethod_onCloudCodeMessage
(type: string, request: any)
src/LiveQuery/ParseCloudCodePublisher.js:39
↓ 3 callersMethod_parseAggregateArgs
(schema: any, pipeline: any, rawValues?: boolean, rawFieldNames?: boolean)
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:1036
↓ 3 callersMethod_parseReadPreference
(readPreference: ?string)
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:1158
↓ 3 callersMethod_sanitizeAuthData
* After retrieving a user directly from the database, we need to remove the * password from the object (for security), and fix an issue some SDKs h
src/Routers/UsersRouter.js:48
↓ 3 callersMethodabortTransactionalSession
(transactionalSession: any)
src/Adapters/Storage/StorageAdapter.js:148
↓ 3 callersMethodaddNestedKeysToRoot
* Moves the nested keys of a specified key in an object to the root of the object. * * @param {Object} obj The object to modify. * @param {St
src/Utils.js:466
↓ 3 callersMethodaddRelation
(key: string, fromClassName: string, fromId: string, toId: string)
src/Controllers/DatabaseController.js:794
↓ 3 callersFunctionaddWriteACL
(query, acl)
src/Controllers/DatabaseController.js:78
↓ 3 callersFunctionapplyAuthDataOptimisticLock
(query, originalAuthData, newAuthData)
src/AuthDataLock.js:15
↓ 3 callersFunctionbuildWideQuery
(fieldCount)
spec/GraphQLQueryComplexity.spec.js:51
↓ 3 callersMethodcheck
* Runs the check.
ci/CiVersionCheck.js:221
↓ 3 callersFunctioncheckDepth
(where, depth)
src/RestQuery.js:369
↓ 3 callersFunctioncheckIp
(ip, ipRangeList, store)
src/middlewares.js:51
↓ 3 callersFunctioncheckWhere
(where)
src/RestQuery.js:942
↓ 3 callersFunctionclassNameIsValid
(className: string)
src/Controllers/SchemaController.js:446
↓ 3 callersMethodcommitTransactionalSession
(transactionalSession: any)
src/Adapters/Storage/StorageAdapter.js:147
↓ 3 callersFunctioncontains
* contains -- Determines if an object is contained in a list with special handling for Parse pointers.
src/LiveQuery/QueryTools.js:140
↓ 3 callersFunctionconvertPolygonToSQL
(polygon)
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js:2660
↓ 3 callersFunctioncreateOAuthUser
(callback)
spec/AuthenticationAdapters.spec.js:58
↓ 3 callersFunctioncreateOAuthUserWithSessionToken
(token, callback)
spec/AuthenticationAdapters.spec.js:62
↓ 3 callersFunctioncreateSizeLimitedStream
(source, maxBytes)
src/Routers/FilesRouter.js:17
↓ 3 callersMethodcreateTransactionalSession
()
src/Adapters/Storage/StorageAdapter.js:146
↓ 3 callersMethoddefaultPushChannel
()
src/Push/PushQueue.js:22
↓ 3 callersMethoddeleteClass
(className: string)
src/Adapters/Storage/StorageAdapter.js:47
↓ 3 callersMethoddeleteFields
(className: string, schema: SchemaType, fieldNames: Array<string>)
src/Adapters/Storage/StorageAdapter.js:49
↓ 3 callersMethoddeleteMany
(query, session)
src/Adapters/Storage/Mongo/MongoCollection.js:189
↓ 3 callersMethoddropAllIndexes
(className: string)
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:1258
↓ 3 callersMethodenforceFieldExists
( className: string, fieldName: string, type: string | SchemaField, isValidation?: boolean,
src/Controllers/SchemaController.js:1112
↓ 3 callersMethodensureAuthDataUniqueness
(provider: string)
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:852
↓ 3 callersMethodensureFields
(fields: any)
src/Controllers/SchemaController.js:1205
↓ 3 callersFunctionescapeSqlString
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js:211
↓ 3 callersFunctionexpectMissingFile
(gfsAdapter, name)
spec/GridFSBucketStorageAdapter.spec.js:7
↓ 3 callersMethodexpressRouter
()
src/PromiseRouter.js:117
↓ 3 callersFunctiongetClass
(name, schema)
src/GraphQL/loaders/schemaQueries.js:8
↓ 3 callersFunctiongetClassName
(parseClass)
src/triggers.js:56
↓ 3 callersFunctiongetMockFacebookProviderWithIdToken
(id, token)
spec/ParseUser.spec.js:1283
↓ 3 callersFunctiongetMockMyOauthProvider
()
spec/ParseUser.spec.js:1333
↓ 3 callersFunctiongetMockMyOauthProvider
()
spec/AuthenticationAdapters.spec.js:8
↓ 3 callersFunctiongetMountForRequest
(req)
src/middlewares.js:22
↓ 3 callersFunctiongetObject
(id)
spec/rest.spec.js:147
↓ 3 callersMethodgetObjectKeyPermutations
* Creates an object with all permutations of the original keys. * For example, this definition: * ``` * { * a: [true, false], * b:
src/Utils.js:219
↓ 3 callersFunctiongetRootFieldName
(fieldName: string)
src/Controllers/DatabaseController.js:414
↓ 3 callersFunctiongetRoute
src/cloud-code/Parse.Cloud.js:76
↓ 3 callersFunctiongetStore
(category, name, applicationId)
src/triggers.js:100
↓ 3 callersMethodhandleCLP
( localSchema: Migrations.JSONSchema, newLocalSchema: Parse.Schema, cloudSchema: Parse.Schema )
src/SchemaMigrations/DefinedSchemas.js:384
↓ 3 callersMethodhandleLogIn
(req)
src/Routers/UsersRouter.js:237
↓ 3 callersMethodhandleMultipleConfigurations
(authData, options)
src/Adapters/Auth/twitter.js:157
↓ 3 callersFunctionhandleRateLimit
(req, res, next)
src/middlewares.js:303
↓ 3 callersFunctionincrementOp
(object = {}, key, amount = 1)
src/StatusHandler.js:14
↓ 3 callersFunctioninflate
(data, restObject)
src/triggers.js:1027
↓ 3 callersFunctioninvalidClassNameMessage
(className: string)
src/Controllers/SchemaController.js:483
↓ 3 callersFunctionisAccountLockoutError
(username, password, duration, waitTime)
spec/AccountLockoutPolicy.spec.js:21
↓ 3 callersMethodisProtectedFields
(className: string, fieldName: string)
src/SchemaMigrations/DefinedSchemas.js:399
↓ 3 callersFunctionisStartsWithRegex
(value)
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js:2728
↓ 3 callersFunctionjoinTableName
(className, key)
src/Controllers/DatabaseController.js:319
↓ 3 callersFunctionliteralizeRegexPart
(s: string)
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js:2777
↓ 3 callersMethodloadKeys
()
src/Config.js:70
↓ 3 callersFunctionlogTriggerErrorBeforeHook
(triggerType, className, input, auth, error, logLevel)
src/triggers.js:456
↓ 3 callersFunctionmakeDates
(stringArray)
spec/ParseQuery.spec.js:563
↓ 3 callersFunctionmakeRoutablePath
(requestPath)
src/batch.js:28
↓ 3 callersFunctionmakeThreeTimeObjects
()
spec/ParseQuery.spec.js:2015
↓ 3 callersFunctionmakeTimeObject
(start, i)
spec/ParseQuery.spec.js:2007
↓ 3 callersMethodmaskSensitiveUrl
(path)
src/Controllers/LoggerController.js:40
↓ 3 callersFunctionnumberParser
(key)
src/Options/parsers.js:1
↓ 3 callersMethodobjectContainsKeyValue
* Deep-scans an object for a matching key/value definition. * @param {Object} obj The object to scan. * @param {String | undefined} key The key
src/Utils.js:407
↓ 3 callersMethodobjectToEntriesStrings
(query: any)
src/Controllers/DatabaseController.js:1511
↓ 3 callersMethodonConnection
()
spec/ParseWebSocketServer.spec.js:49
↓ 3 callersMethodoptionsFromBody
(body, defaultLimit)
src/Routers/ClassesRouter.js:164
↓ 3 callersMethodpageResponse
* Creates a response with file content. * @param {String} path The path of the file to return. * @param {Object} [params={}] The parameters to b
src/Routers/PagesRouter.js:435
↓ 3 callersMethodparamsAreEquals
(objA: T, objB: T)
src/SchemaMigrations/DefinedSchemas.js:429
↓ 3 callersFunctionparseParams
(params, config)
src/Routers/FunctionsRouter.js:60
↓ 3 callersFunctionparseTypeToPostgresType
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js:27
↓ 3 callersMethodpostgresObjectToParseObject
(className: string, object: any, schema: any)
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js:2013
↓ 3 callersMethodpushResponse
(parseWebSocket: any, message: Message)
src/LiveQuery/Client.js:50
↓ 3 callersMethodput
(key, value, ttl)
src/Controllers/CacheController.js:27
↓ 3 callersMethodredirectResponse
* Creates a response with http redirect. * @param {Object} req The express request. * @param {String} path The path of the file to return. *
src/Routers/PagesRouter.js:595
↓ 3 callersFunctionrequiredParam
src/triggers.js:774
← previousnext →401–500 of 1,720, ranked by callers