Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/parse-community/parse-server
/ functions
Functions
1,720 in github.com/parse-community/parse-server
⨍
Functions
1,720
◇
Types & classes
293
↓ 2 callers
Method
upsertOne
(query, update, session)
src/Adapters/Storage/Mongo/MongoCollection.js:174
↓ 2 callers
Function
useExternal
(name, moduleName)
src/deprecated.js:1
↓ 2 callers
Function
useRedis
(config: any)
src/LiveQuery/ParsePubSub.js:8
↓ 2 callers
Function
validate
(block)
spec/ParseUser.spec.js:3893
↓ 2 callers
Function
validateAuthenticationAdapter
(authAdapter)
spec/AuthenticationAdapters.spec.js:260
↓ 2 callers
Function
validateCLP
(perms: ClassLevelPermissions, fields: SchemaFields, userIdRegExp: RegExp)
src/Controllers/SchemaController.js:271
↓ 2 callers
Function
validateCannotAuthenticateError
(data, done)
spec/OAuth1.spec.js:80
↓ 2 callers
Method
validateEmailConfiguration
({ emailAdapter, appName, publicServerURL, emailVerifyTokenValidityDuration, emailVerifyTo
src/Config.js:522
↓ 2 callers
Function
validateExplainValue
(explain)
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:143
↓ 2 callers
Function
validateFilename
(filename)
src/Adapters/Files/FilesAdapter.js:110
↓ 2 callers
Function
validateJobSchedule
(config, job_schedule)
src/Routers/CloudCodeRouter.js:14
↓ 2 callers
Function
validateOptions
(opt, key, val)
src/triggers.js:781
↓ 2 callers
Method
validateParams
* Validates parameters and throws if a parameter is invalid. * Example parameter types syntax: * ``` * { * parameterName: { * t:
src/Utils.js:257
↓ 2 callers
Function
validatePointerPermission
(fieldName: string, fields: Object, operation: string)
src/Controllers/SchemaController.js:422
↓ 2 callers
Method
validatePublicServerURL
({ publicServerURL, required = false })
src/Config.js:498
↓ 2 callers
Method
validateRateLimit
(rateLimit)
src/Config.js:839
↓ 2 callers
Method
validateRequest
(req)
src/Routers/LogsRouter.js:18
↓ 2 callers
Method
validateSchemaData
( className: string, fields: SchemaFields, classLevelPermissions: ClassLevelPermissions, exist
src/Controllers/SchemaController.js:1022
↓ 2 callers
Function
validateSchemaDataStructure
(schemaData)
spec/Schema.spec.js:1383
↓ 2 callers
Function
validateSchemaStructure
(schema)
spec/Schema.spec.js:1378
↓ 2 callers
Function
validateWithAppStore
(url, receipt)
src/Routers/IAPValidationRouter.js:27
↓ 2 callers
Function
verifyEmail
spec/PagesRouter.spec.js:933
↓ 2 callers
Function
verifyUserEmails
()
src/RestWrite.js:1071
↓ 2 callers
Function
wrapDoneCallback
(fn)
spec/support/CurrentSpecReporter.js:62
↓ 1 callers
Function
IntrospectionControlPlugin
(publicIntrospection)
src/GraphQL/ParseGraphQLServer.js:56
↓ 1 callers
Method
_bodyParsingMiddleware
(maxUploadSize)
src/Routers/FilesRouter.js:358
↓ 1 callers
Method
_checkWatchFields
(client: any, requestId: any, message: any)
src/LiveQuery/ParseLiveQueryServer.ts:866
↓ 1 callers
Method
_clearCachedRoles
(userId: string)
src/LiveQuery/ParseLiveQueryServer.ts:607
↓ 1 callers
Method
_convertToDate
* Recursively converts values to Date objects. Since the passed object is part of an aggregation * pipeline and can contain various logic operators
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:1141
↓ 1 callers
Method
_createSubscribers
()
src/LiveQuery/ParseLiveQueryServer.ts:124
↓ 1 callers
Method
_earlyHeadersMiddleware
* Middleware that runs before body parsing to handle headers that must be * resolved before the request body is consumed. Currently supports: *
src/Routers/FilesRouter.js:315
↓ 1 callers
Method
_ensureSchemaCollectionExists
(conn: any)
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js:970
↓ 1 callers
Method
_expandResultOnKeyPath
(object: any, key: string, value: any)
src/Controllers/DatabaseController.js:1952
↓ 1 callers
Method
_fetchAllSchemasFrom_SCHEMA
()
src/Adapters/Storage/Mongo/MongoSchemaCollection.js:162
↓ 1 callers
Method
_generateReport
* Generates a security check report in JSON format with schema: * ``` * { * report: { * version: "1.0.0", // The report version, d
src/Security/CheckRunner.js:79
↓ 1 callers
Method
_getCachedGraphQLConfig
()
src/Controllers/ParseGraphQLController.js:94
↓ 1 callers
Method
_getClassesForSchema
* Gets all classes found by the `schemaController` * minus those filtered out by the app's parseGraphQLConfig.
src/GraphQL/ParseGraphQLSchema.js:386
↓ 1 callers
Method
_getFunctionNames
()
src/GraphQL/ParseGraphQLSchema.js:457
↓ 1 callers
Method
_getLogIconForState
* Returns an icon for use in the report log output. * @param {CheckState} state The check state. * @returns {String} The icon.
src/Security/CheckRunner.js:182
↓ 1 callers
Method
_handleBufferedUpload
(req, res, next)
src/Routers/FilesRouter.js:504
↓ 1 callers
Method
_handleFailedLoginAttempt
* Atomically increment _failed_login_count and enforce lockout threshold. * Uses the atomic increment result to determine the exact post-increment
src/AccountLockout.js:104
↓ 1 callers
Method
_handleStreamUpload
(req, res, next)
src/Routers/FilesRouter.js:610
↓ 1 callers
Method
_handleUpdateSubscription
(parseWebsocket: any, request: any)
src/LiveQuery/ParseLiveQueryServer.ts:1229
↓ 1 callers
Method
_hasSchemaInputChanged
* Checks for changes to the parseClasses * objects (i.e. database schema) or to * the parseGraphQLConfig object. If no * changes are found, r
src/GraphQL/ParseGraphQLSchema.js:477
↓ 1 callers
Method
_incrementFailedLoginCount
* increment _failed_login_count by 1 and return the updated document
src/AccountLockout.js:28
↓ 1 callers
Method
_initializeSchemaAndConfig
()
src/GraphQL/ParseGraphQLSchema.js:369
↓ 1 callers
Method
_logGeneric
* Logs a generic deprecation warning. * * @param {Object} options The deprecation options. * @param {String} options.usage The usage that is
src/Deprecator/Deprecator.js:86
↓ 1 callers
Method
_logReport
* Logs the security check report. * @param {Object} report The report to log.
src/Security/CheckRunner.js:127
↓ 1 callers
Method
_notLocked
* if _account_lockout_expires_at > current_time and _failed_login_count > threshold * reject with account locked error * else * resolve
src/AccountLockout.js:80
↓ 1 callers
Method
_parseAggregateGroupArgs
(schema: any, pipeline: any, rawFieldNames?: boolean)
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:1112
↓ 1 callers
Method
_parseAggregateProjectArgs
(schema: any, pipeline: any, rawValues?: boolean, rawFieldNames?: boolean)
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:1082
↓ 1 callers
Method
_setFailedLoginCount
* set _failed_login_count to value
src/AccountLockout.js:13
↓ 1 callers
Method
_setLockoutExpiration
* if the failed login count is greater than the threshold * then sets lockout expiration to 'currenttime + accountPolicy.duration', i.e., account i
src/AccountLockout.js:45
↓ 1 callers
Method
_validateClassConfig
(classConfig: ?ParseGraphQLClassConfig)
src/Controllers/ParseGraphQLController.js:145
↓ 1 callers
Method
_validateGraphQLConfig
(graphQLConfig: ?ParseGraphQLConfig)
src/Controllers/ParseGraphQLController.js:102
↓ 1 callers
Method
_validateParams
* Validates the constructor parameters. * @param {Object} params The parameters to validate.
src/Security/Check.js:61
↓ 1 callers
Method
_validateParams
* Validates the constructor parameters. * @param {Object} params The parameters to validate.
src/Security/CheckRunner.js:197
↓ 1 callers
Method
_validateQueryConstraints
(where: any)
src/LiveQuery/ParseLiveQueryServer.ts:554
↓ 1 callers
Method
addHook
(hook)
src/Controllers/HooksController.js:114
↓ 1 callers
Method
addNotInObjectIdsIds
(ids: string[] = [], query: any)
src/Controllers/DatabaseController.js:1216
↓ 1 callers
Function
addReadACL
(query, acl)
src/Controllers/DatabaseController.js:85
↓ 1 callers
Function
addTransport
(transport)
src/Adapters/Logger/WinstonLogger.js:105
↓ 1 callers
Method
addTransport
(transport)
src/Adapters/Logger/WinstonLoggerAdapter.js:18
↓ 1 callers
Method
afterOp
(key)
src/KeyPromiseQueue.js:32
↓ 1 callers
Function
apiRequest
(api_key, auth_token)
src/Adapters/Auth/janrainengage.js:37
↓ 1 callers
Method
app
()
src/ParseServer.ts:221
↓ 1 callers
Method
appOpened
(req)
src/Controllers/AnalyticsController.js:5
↓ 1 callers
Function
appStoreError
(status)
src/Routers/IAPValidationRouter.js:21
↓ 1 callers
Method
applyRequestContextMiddleware
* @static * Allow developers to customize each request with inversion of control/dependency injection
src/ParseServer.ts:288
↓ 1 callers
Method
applyRequestContextMiddleware
* @static * Allow developers to customize each request with inversion of control/dependency injection
src/GraphQL/ParseGraphQLServer.js:192
↓ 1 callers
Function
authDataValidator
(provider, adapter, appIds, options)
src/Adapters/Auth/index.js:76
↓ 1 callers
Function
batch
src/batch.js:140
↓ 1 callers
Function
batch
src/ParseServerRESTController.js:50
↓ 1 callers
Method
beforeOp
(key)
src/KeyPromiseQueue.js:22
↓ 1 callers
Function
booleanParser
(opt)
src/Options/parsers.js:64
↓ 1 callers
Function
buildMergedSchemaObject
(existingFields: SchemaFields, putRequest: any)
src/Controllers/SchemaController.js:1507
↓ 1 callers
Function
buildNestedAndQuery
(depth)
spec/RequestComplexity.spec.js:48
↓ 1 callers
Function
buildNestedDontSelect
(depth, className = '_User')
spec/RequestComplexity.spec.js:32
↓ 1 callers
Function
buildNestedNorQuery
(depth)
spec/RequestComplexity.spec.js:56
↓ 1 callers
Function
buildNestedNotInQuery
(depth, className = '_User')
spec/RequestComplexity.spec.js:16
↓ 1 callers
Function
buildNestedSelect
(depth, className = '_User')
spec/RequestComplexity.spec.js:24
↓ 1 callers
Function
builtInTriggerValidator
(options, request, auth)
src/triggers.js:748
↓ 1 callers
Function
calculateQueryComplexity
(operation, fragments, limits = {})
src/GraphQL/helpers/queryComplexity.js:4
↓ 1 callers
Method
canAddField
( schema: SchemaController.SchemaController, className: string, object: any, aclGroup: string[
src/Controllers/DatabaseController.js:970
↓ 1 callers
Function
check
()
ci/nodeEngineCheck.js:139
↓ 1 callers
Method
checkForMissingSchemas
()
src/SchemaMigrations/DefinedSchemas.js:126
↓ 1 callers
Function
checkMongoDbVersions
* Check the MongoDB versions used in test environments.
ci/ciCheck.js:15
↓ 1 callers
Function
checkNodeVersions
* Check the Nodejs versions used in test environments.
ci/ciCheck.js:48
↓ 1 callers
Function
checkSelections
(selections)
src/GraphQL/ParseGraphQLServer.js:18
↓ 1 callers
Method
classExists
(className: string)
src/Adapters/Storage/StorageAdapter.js:42
↓ 1 callers
Method
className
()
src/Routers/UsersRouter.js:24
↓ 1 callers
Function
cleanupDatabase
* Clean up database between benchmarks
benchmark/performance.js:80
↓ 1 callers
Method
clearCachedRoles
(user: any)
src/Controllers/LiveQueryController.js:63
↓ 1 callers
Function
cloud
()
spec/index.spec.js:584
↓ 1 callers
Function
cloudConfig
(context, paramName)
src/GraphQL/loaders/configQueries.js:5
↓ 1 callers
Function
compatible
(compatibleSDK)
src/ClientSDK.js:3
↓ 1 callers
Function
config
()
.releaserc.js:29
↓ 1 callers
Method
config
()
src/Controllers/UserController.js:18
↓ 1 callers
Function
configureListeners
(parseServer)
src/ParseServer.ts:679
↓ 1 callers
Function
configureLogger
({ logsFolder = defaults.logsFolder, jsonLogs = defaults.jsonLogs, logLevel = winston.level, verbose =
src/Adapters/Logger/WinstonLogger.js:68
← previous
next →
701–800 of 1,720, ranked by callers