Development-Configuration
Is it possible to add an option in Nuxeo Drive to inform the user of a successful update when saving a document under live-edit? Live-edit transparently download the document for the user to edit. A watchdog automatically upload the document when a ...
0 votes
1 answers
0 comments
1446 views
Hello all, I would like to know if it's possible to update a toolib ? On a document, when I put the mouse on a the document link, I have a tooltip wherein it is written “File”. I want to have the comple name of the file (it is a long name and the ...
0 votes
1 answers
0 comments
1102 views
Hi I'm a Studio begginner, so all apologies for this question. How to create three blank documentary models Word, Excel and PowerPoint so that they appear in the list when you click on " New Documents " . It would also that clicking (for example) on ...
0 votes
0 answers
0 comments
3462 views
I m into coding a one page application using the REST API, Auth being managed by token auth. I was quite surprised to discover that the user endpoint gives access to users passwords to any user using the API ! Could this user attribute be reserved ...
0 votes
1 answers
0 comments
1066 views
We have a case where HR would like to create User and Groups but he should not have other priveleges like current Administrator.
1 votes
1 answers
0 comments
1432 views
According to the documentation (https://doc.nuxeo.com/display/NXDOC/Using+OAuth2), Nuxeo currently supports the “authorization code” flow by passing the “reponse_type” parameter with the value “code”. Does Nuxeo support any other OAuth2 grant flows ...
3 votes
0 answers
0 comments
1285 views
Caused by: /home/ubuntu/nuxeo/nuxeo-features/nuxeo-admin-center/nuxeo-admin-center-analytics/target/antrun/build-main.xml:4: The following error occurred while executing this line: ...
0 votes
1 answers
0 comments
1734 views
I have read that nuxeo offers DIGEST_AUTH, WEBDAV_BASIC_AUTH, ANONYMOUS_AUTH Whiler for Rest Service we add a plugin. <urlPatterns> <url>(.*)/api/v.*</url> </urlPatterns> <replacementChain> ...
3 votes
1 answers
0 comments
1644 views
I need to encrypt only specific document by giving an option encrypt and this document should be decrypt only by so other users should not see the document content.
3 votes
0 answers
0 comments
3408 views
Hello I am interested in document metadata encryption. I have sensitive values in document that want to encrypt them.
4 votes
0 answers
0 comments
4173 views
In the Nuxeo signature found that every user can have their own certificate but as I am using multi tenancy my requirement is to have different certificate for each tenants (Not a single certificate for all tenants). So, is that possible.
0 votes
0 answers
0 comments
1032 views
Hi All, Recently, I was checking open shource nuxeo and live connect. In live connect I found that google service needs to be configured with Admin. That means in one nuxeo instance only one google drive can be mapped. Right? What I want is every ...
0 votes
0 answers
0 comments
994 views
Can anyone tell me how to use the TokenAuthenticationService available for nuxeo. I am new to this and I want use this to generate token for logging in to nuxeo.
0 votes
1 answers
0 comments
1188 views
Hi All, I am trying to configure Nuxeo 8.2 with elasticsearch 1.7.5 as a remote instance with Shield 1.3. I am able to run my elasticsearch instance but when I need to configure Nuxeo 8.2 to ES 1.7.5 how to provide the authentication details of ES ...
0 votes
0 answers
0 comments
1050 views
I want to update dc:lastContributor with customer like below POST request: var data = '{“entity-type”: “document”, “name”: “' + name + '“, “type”: “' + type + '", "properties": {"dc:title": "' + name + '", "dc:description": ...
0 votes
0 answers
1 comments
1330 views