acl
Hello everyone, I recently migrated our instance nuxeo from version 5.8 to version 7.10. For that, I followed the documentation which recommends to migrate from 5.8 to 6.0 and from 6.0 to 7.10. During this migration, I used the same Postgresql ...
1 votes
0 answers
0 comments
2103 views
Hi, everyone. I'm new with Nuxeo. I've used Nuxeo 7.4. I Have 2 quick questions. I looked into database table “acls”, I thought it for store permission things for files and folders. I wonder why every records in table always store in “user” field ...
0 votes
1 answers
0 comments
1887 views
Hi all, this question is about aclOptimization flag into repository descriptor and trying to know how it works. My current scenario: 2 NX 6.0 instances clustered (over Ubuntu and PostgresSQL with tunning) 12M documents into repository 2 Elastic ...
3 votes
1 answers
1 comments
2825 views
Hi I cannot find in the playground nor in the endpoints a way to add or remove a group from a folder/workspace ACL using the REST API what's the endpoint to add a group to a single folder? I can change the folder definition but that applies to every ...
1 votes
2 answers
0 comments
3970 views
That is surely not a common request but I have to move an existing repository to a new server and thus get rid of users, groups and ACLs. I plan to reset ACLs using SQL keeping only given rights to Administrator or the Administrators group. Is that ...
0 votes
0 answers
0 comments
1634 views
Hi There, I've added access rights programmatically using this piece of code: PathRef path = new PathRef(tenantId+"/workspaces/"); DocumentModel workspaces = session.getDocument(path); ACP acp = workspaces.getACP(); ACL acl = acp.getOrCreateACL(); ...
0 votes
0 answers
0 comments
2085 views
Hello, On Nuxeo 5.6 I had a code that worked. Context : a folder fofo where a user Auser had'nt any rights. I used an automation chain User&group>login as Administrator set temporary acl “mycustom” on this folder fofo to this user Auser. ...
0 votes
0 answers
0 comments
2290 views
hi I'm testing to export / import data between two instances of Nuxeo (from 5.4.1 to 5.7). I'm using the export tool in the selection tab. The document.xml produced contains ACLs and I'm trying to reproduce the same context : for instance, for such ...
0 votes
1 answers
3 comments
2091 views
Hello, I tested this code on Nuxeo 5.6 http://doc.nuxeo.com/display/Studio/Move+a+Document+with+security+constraints Document.SetACL : It's impossible to use MVEL language on attribute “user” even if there is a MVEL selector near this attribute. ...
0 votes
1 answers
2 comments
3753 views
We are making an application that is using Relation document extensively. Documents subclassing the relation object are created using createDocumentModel(relationTypeName) . This means that they are attached to no particular path in the tree. This ...
0 votes
1 answers
1 comments
2210 views