Development-Configuration
I am trying to configure my Nuxeo instance to use S3 Buckets in my Eucalyptus Cloud as a binary store using the instructions here: https://github.com/nuxeo/nuxeo-core-binarymanager-cloud/tree/8.2-SNAPSHOT/nuxeo-core-binarymanager-s3 I already ...
0 votes
1 answers
4 comments
2705 views
I want to import special character throught csv but nuxeo transform them as “?”
2 votes
1 answers
0 comments
1920 views
Ok, so far I know that Nuxeo, by default, stores its binary files to a path “var/lib/nuxeo/data”. My first issue was that every time I rebuild my Nuxeo docker image, the contents of that directory disappears. The first solution I opted to was to ...
0 votes
3 answers
7 comments
3246 views
For security purposes, I would like to fetch extra multi valued information attached to the user schema. The information is coming from another database that is already configured in Nuxeo for other directories. I m already using a multiDirectory ...
0 votes
0 answers
0 comments
1835 views
Florent Guillaume Why this mvel command shows @{Document.getParent(“DocumentType”)} me an error ? The type IEVP exist. [Error: null pointer: Document.getParent("IEVP").getProperty("organization:code")]
[Near : {... Document.getParent("IEVP").get ...
0 votes
0 answers
1 comments
1720 views
Hi, I am currently using a deployment-fragment.xml in order to deploy a -config.xml from the bundle to the nxserver/config folder and wondering if there is a way to deploy the file only if there is no such file in the destination folder already ? ...
0 votes
0 answers
0 comments
1840 views
I do not want collection to appear at the system. I'd like to remove as an entire module? How can I realise it? I read that is part of nuxeo and it is not a plugin. Florent Guillaume
2 votes
0 answers
0 comments
1775 views
authenticationChain of my plugin is overridden by org.nuxeo.ecm.platform.ui.web.auth.WebEngineConfig
I am trying to test a login/auth plugin example, which (among other things) alters the authenticationChain (in order to add itself), and yet it seems it does not 'kick in' or being used, i.e. the log shows both its auth-plugin and login-plugin are ...
0 votes
1 answers
5 comments
2517 views
hi everyone; Is it possible to associate a specefic type of document to went throw Workflow during the création of all the document in the same type without going throw create document execute workflow associated withe users . Can we automate this ...
0 votes
0 answers
0 comments
1550 views
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
2178 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
1891 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
3946 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
1639 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
2037 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
2124 views