{"id":21163453,"url":"https://github.com/punktde/editconflictprevention","last_synced_at":"2026-02-21T21:36:29.155Z","repository":{"id":39136214,"uuid":"292521807","full_name":"punktDe/editconflictprevention","owner":"punktDe","description":"Prevents edit conflicts when multiple editors are working on the site by either warn the user or deny editing.","archived":false,"fork":false,"pushed_at":"2024-04-03T10:27:59.000Z","size":637,"stargazers_count":14,"open_issues_count":4,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-16T17:20:46.186Z","etag":null,"topics":["editors","neoscms","workspaces"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/punktDe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-09-03T09:14:34.000Z","updated_at":"2023-12-17T02:02:28.000Z","dependencies_parsed_at":"2023-11-20T08:54:18.105Z","dependency_job_id":null,"html_url":"https://github.com/punktDe/editconflictprevention","commit_stats":{"total_commits":49,"total_committers":7,"mean_commits":7.0,"dds":"0.34693877551020413","last_synced_commit":"21bf49077a8be0cd27e22b64e58e63506112d4a1"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Feditconflictprevention","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Feditconflictprevention/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Feditconflictprevention/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Feditconflictprevention/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/punktDe","download_url":"https://codeload.github.com/punktDe/editconflictprevention/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225567527,"owners_count":17489517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["editors","neoscms","workspaces"],"created_at":"2024-11-20T13:47:00.045Z","updated_at":"2026-02-21T21:36:29.090Z","avatar_url":"https://github.com/punktDe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PunktDe.EditConflictPrevention\n\n[![Build Status](https://travis-ci.com/punktDe/editconflictprevention.svg?branch=master)](https://travis-ci.com/punktDe/editconflictprevention) [![Latest Stable Version](https://poser.pugx.org/punktDe/editconflictprevention/v/stable)](https://packagist.org/packages/punktDe/editconflictprevention) [![Total Downloads](https://poser.pugx.org/punktDe/editconflictprevention/downloads)](https://packagist.org/packages/punktDe/editconflictprevention) [![License](https://poser.pugx.org/punktDe/editconflictprevention/license)](https://packagist.org/packages/punktDe/editconflictprevention)\n\nThis package helps preventing edit conflicts when several editors are working on content simultaneously. \n\n### Information about changes of the current document in other workspaces\n\nWhen changes in other workspaces exist on the same document, a warning is displayed in the upper toolbar. \n\n![Edit conflict warning](Documentation/ChangesDetectedButton.png)\t\nClicking that warning opens a modal, showing a list of changed nodes and where they have been changed. Contact information from Neos Party is displayed to make it easier to communicate.\n\n![Edit conflict details](Documentation/ChangesOverlay.png)\n\n### Prevent the editor to do conflicting changes\n\nThere are also privilege targets available which prevents editing a document and all containing content nodes when changes in other workspaces are detected. To prevent an editor from editing such pages, add the following privilege configuration to your `Policy.yaml` \n\n```yaml\nroles:\n  'Neos.Neos:AbstractEditor':\n    privileges:\n      -\n        privilegeTarget: 'PunktDe.EditConflictPrevention.EditNodeWithChangesInOtherWorkspaces'\n        permission: DENY\n      -\n        privilegeTarget: 'PunktDe.EditConflictPrevention.EditNodePropertiesWithChangesInOtherWorkspaces'\n        permission: DENY\n```\n\n## Installation\n\n```bash\ncomposer require punktde/editconflictprevention  \n```\n\n## Configuration\n\n`excludedDocumentTypes`: List the document types here, that you like to exclude from detecting conflicts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunktde%2Feditconflictprevention","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpunktde%2Feditconflictprevention","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunktde%2Feditconflictprevention/lists"}