Found 959 results for "access-policies conditions or"

The search executed in 0.002070258 seconds. That's fast.

Gitana 4.0 / Developers / User Interface Customization / Evaluators / context-user

Identify and analyze the current activity of platform or project members with ease using context-user insights.

Score: 0.41862512

Definitions for Date format

Our definitions are based on JSON schema and, as such, the default is to use strings for dates. The date controls in our forms engine let you customize the format string so that you can store ISO 8601 or other formats (perhaps simplified formats) as per your preference. The advantage here is simplicity with these controls and compatibility with JSON schema. The disadvantage is that MongoDB provides a lot of very powerful capabilities for range query and sorting that do not play as nicely with th

Score: 0.41693395

Gitana 3.2 / Guide / Guide / Transcription

Automatically convert audio files to text with Cloud CMS transcription. Sync updates effortlessly. Ideal for search indexing and seamless content management.

Score: 0.41656142

Gitana 3.2 / Guide / Guide / Conditions / Property Changed

Monitor node property changes with customizable conditions, including property, old, and new values. Trigger actions on state changes efficiently.

Score: 0.41656142

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.84

Upgrade to Cloud CMS 3.2.84 for ARM-64 support, enhanced performance, and Redis 6.x compatibility. Access release and upgrade notes for more details.

Score: 0.41656142

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.85

Upgrade to Cloud CMS 3.2.85 with ARM-64 support, enhanced performance, and Redis 6.x compatibility. Access detailed release and upgrade notes.

Score: 0.41656142

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.86

Upgrade to Cloud CMS 3.2.86 for ARM-64 support, improved performance, and compatibility with Redis 6.x. Follow release notes and upgrade tools for guidance.

Score: 0.41656142

Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / Local

Local Authentication Provider connects your Node.js app with a custom identity provider, supporting secure login and authentication configuration.

Score: 0.41656142

Gitana 4.0 / Developers / Application Server / Authentication / Providers / Local

Enable seamless local authentication on Cloud CMS with a custom identity provider configured using Node.js or any technology.

Score: 0.41656142

Gitana 4.0 / Content Engine / Behaviors / Conditions / Property Changed

Monitor node property changes with customizable conditions, including property, old, and new values. Trigger actions on state changes efficiently.

Score: 0.41656142

Gitana 4.0 / Content Engine / Services / Transcription

Transform audio files into searchable text with automatic transcription via Cloud CMS, syncing changes and enhancing search capabilities.

Score: 0.41656142

WCM and Caching

In Dust, there is the notion of a context which has a stack running underneath it. As you drill down into tags, a new context is pushed that can write new context variables as well as access previous variables from previous stack frames. What we're doing in cloudcms-server is providing a dependency tracker so that each tag gets to declare the output (the HTML that was generated) and the set of dependencies that it depended on in order to generate the output. As an example, a query might run an u

Score: 0.41656142

Gitana 3.2 / Guide / Guide / Forms / Fields / Node Picker

Node Picker: Easily filter, sort, and select nodes with customizable options for single or multi-node selection, tailored queries, and file uploads.

Score: 0.41637546

Gitana 4.0 / Forms / CMS / Fields / Node Picker

Enhance your data filtering with Node Picker's advanced modal for sorting, inspecting, and selecting nodes, supporting both single and multi-node options.

Score: 0.41637546

Gitana 3.2 / Guide / Guide / API / Rate Limiting

Optimize your Cloud CMS usage with rate limiting. Manage API requests effectively to maintain seamless app performance. Learn about bands and headers.

Score: 0.41626394

Gitana 3.2 / Guide / Guide / API / Data Types / Client

Optimize your client management with Cloud CMS. Create, update, list, and query clients efficiently while protecting your data.

Score: 0.41613656

Gitana 3.2 / Guide / Guide / Cookbooks / PHP Cookbook

Learn to use Gitana's PHP driver for database connections, code samples, and advanced querying with this comprehensive guide.

Score: 0.4160658

Gitana 4.0 / Developers / Cookbooks / PHP Cookbook

Learn PHP with Gitana's PHP Driver. Connect to Cloud CMS using examples and code snippets for integration.

Score: 0.4160658

Gitana 3.2 / Guide / Guide / Content Modeling / Relator Properties

Optimize your node relationships with Cloud CMS relator properties, auto-managing links between nodes for seamless content mapping.

Score: 0.4159897

Gitana 4.0 / Content Engine / Content Models / Relator Properties

Explore Relator Properties in Cloud CMS—auto-managing relationships between nodes for easy content modeling and dynamic web provisioning.

Score: 0.4159897

Gitana 3.2 / Guide / Guide / Features / Renditioned

Explore how the f:renditioned feature tracks multiple renditions of nodes effortlessly, with no configuration needed.

Score: 0.41466975

Gitana 4.0 / Content Engine / Aspects / Renditioned

Explore how the f:renditioned feature tracks multiple renditions of nodes effortlessly, with no configuration needed.

Score: 0.41466975

Gitana 3.2 / Guide / Guide / Deployment / Deployment Handlers / FTP Deployment Handler

Effortlessly deploy packages to S/FTP servers with FTP Deployment Handler. Supports URL-based configuration, secure credentialing, and custom mappings.

Score: 0.41245586

Gitana 4.0 / Content Engine / Deployment / Deployment Handlers / FTP Deployment Handler

Effortlessly deploy packages to S/FTP servers with FTP Deployment Handler. Supports URL-based configuration, secure credentialing, and custom mappings.

Score: 0.41245586

Using the JavaScript driver to run an elasticsearch query

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 0.41245586