Found 529 results for "gitana 4.0 developers api resources changeset get-repositories-repositoryid-changesets-forks"

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

Gitana 4.0 / Content Engine / Behaviors / Actions / Web Hook

Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.

Score: 2.9319596

Gitana 4.0

Discover all features and capabilities of Cloud CMS 4.0 with our comprehensive documentation guide.

Score: 2.9130826

Gitana 4.0 / Content Engine / Access Policies

Discover how to configure robust access control policies using JSON to assign roles and conditions for users, groups, and teams on a platform.

Score: 2.887552

Gitana 4.0 / Developers / Drivers / Python

Easily integrate Python applications with Gitana using the open-source driver; supports Flask & Django for seamless development.

Score: 2.8679533

Introduction to Changeset Versioning

Cloud CMS provides you with content repositories that are powered by a “changeset” versioning model. This a powerful versioning model that you won’t find in most conventional CMS products. It’s one of the reasons why Cloud CMS is such a great platform for collaboration! Document-level Versioning A lot of legacy CMS products feature document-level versioning. With document-level versioning, when you make a change to a document, the system simply increments a version counter. You end up with multi

Score: 2.858776

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

Authenticate users in your Cloud CMS app using Facebook. Set up a Facebook Developer Account to obtain essential API tokens for integration.

Score: 2.8572364

Gitana 4.0 / Developers / Drivers / PHP

Connect PHP apps to Gitana with our open-source driver. Access API with ease, manage OAuth, and perform content operations effectively.

Score: 2.8328876

Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Web Hook

Enable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.

Score: 2.8272285

Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Web Hook

Enable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.

Score: 2.8272285

Gitana 3.2 / Guide / Guide / Docker / Security Notices / CVE-2022-22965

Secure your Cloud CMS instance against CVE-2022-22965 by upgrading to 3.2.76 or applying our recommended workaround.

Score: 2.8223

Gitana 3.2 / Guide / Guide / GraphQL

Cloud CMS seamlessly integrates GraphQL for efficient content querying, offering a dynamic schema for each branch to simplify developer access to content models.

Score: 2.7386506

Gitana 4.0 / Content Engine / Graph QL

Streamline your Cloud CMS content integration with GraphQL, enabling developers to create efficient queries and enhance content retrieval performance.

Score: 2.7386506

Oauth 2.0 tokens

Each response from Cloud CMS provides two tokens: an access token and a refresh token. The access token is the one that you need to attach to every API call. It gets passed through the Authorization header as "bearer " and Cloud CMS uses this to identify who the authenticated user is (and thus, what resources they have access to and so forth). By default, the access token has a lifespan of 24 hours. After that period of time, it is no longer valid and any requests will come back wit

Score: 2.7342734

Gitana 4.0 / Developers / Frameworks / cURL

Learn how to use cURL for API calls and connectivity with Cloud CMS, plus access key management and example scripts.

Score: 2.6752105

Gitana 3.2 / Guide / Guide / User Interface / Locking

Optimize your document management with Cloud CMS's robust locking system for transactional and manual locks, ensuring data integrity and collaboration.

Score: 2.655066

Gitana 4.0 / User Interface / User Interface / Locking

Cloud CMS uses data locks to manage transactional write operations, ensuring consistency and preventing conflicts in document editing.

Score: 2.655066

CMS editor Locking

There are two levels of locking which usually come into play in a scenario like this. One is a "UI lock" which is taken out when a user begins editing something within the user interface. This lock is released when they finished editing (either by hitting save or canceling). The other lock is a "data lock" which is a transactional lock taken out when the write of multiple documents begins. This is a transactional lock in the sense that it blocks other write operations against those documents and

Score: 2.655066

Gitana 3.2 / Guide / Guide / User Interface / Workflow

Optimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.

Score: 2.632658

Gitana 4.0 / User Interface / Workflow

Optimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.

Score: 2.632658

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / platform-manage-context

Manage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.

Score: 2.5986757

Gitana 4.0 / Developers / User Interface Customization / Contexts / platform-manage-context

Manage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.

Score: 2.5986757

Gitana 4.0 / User Interface / Projects / Delete a Project

Learn how to delete a project safely within your platform by adjusting settings and following a step-by-step guide.

Score: 2.5798125

Gitana 3.2 / Guide / Guide / Features / Copied From

Track node history with the Copied From feature, automatically identifying content origins via source references in node versions.

Score: 2.5758843

Gitana 4.0 / Content Engine / Aspects / Copied From

Track node history with the Copied From feature, automatically identifying content origins via source references in node versions.

Score: 2.5758843

The Beauty of Cloud CMS Chaining

Chaining is a common technique that has been widely adopted by modern JavaScript libraries to chain method calls together. The goal of chaining is to produce elegant and concise code that is easy to understand or maintain. For example, if you are a jQuery developer, you may produce similar code like this on daily basis. $('#mydiv').empty().html('Hello Word!').css('font-size','10px'); However, most popular JavaScript libraries only support “static” chaining, e.g. DOM object manipulation. If the m

Score: 2.5670474