Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

Can Nuxeo work only on Mongodb and NO rdbms ?

Hello All, I am new to nuxeo and currently in process of starting to evaluate Nuxeo for my Organization. We have a really bad experience with legacy systems and the performace deteriorates as the load on the system increases. Typically these have bee...

Delete attachment thorough Java

Through my own custom listener I would like to delete main files and attachment from the nuxeo document. Deleting the document seems to be easy as you can use the below code. doc.getCoreSession().removeDocument(doc.getRef()); doc.getCoreSession().sav...

Souvik_ by Confirmed Champ
  • 756 Views
  • 2 replies
  • 0 kudos

REST API : access to encrypted (or not) user passwords

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 to...

How to configure PostgreSQL connectivity over SSL?

Hi All, I'm attempting to configure a Nuxeo 5.6 VM to access an external PostgreSQL 9.1 database over SSL. Non-encrypted connections work fine, but I'm stumped as to how to tell Nuxeo to use SSL. First, in my PostgreSQL database, I've generated an SS...

davenz_ by Confirmed Champ
  • 1151 Views
  • 4 replies
  • 0 kudos

Nuxeo supported OAuth2 authorization grants

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 (...

Write date field property in Automation Chain

Hi, I would like to write date entry to a multi-valued complex field in an automation Unfortunately my POST request leads to errors when I use @{org.nuxeo.ecm.core.schema.utils.DateParser.formatW3CDateTime(CurrentDate.date)} as suggested in the API p...

ssze_ by Star Contributor
  • 569 Views
  • 3 replies
  • 0 kudos

How can I create my own workflow without Nuxeo Studio?

Hi, I would like to know how can I use more than the Serial and the Parallel default ones. I don't want to rely on Nuxeo Studio. I believe it is possible to do so by using an XML file, but I don't know how to write it. The XML files of the defaults w...

To be contacted by a nuxeo commercial

Hello, I want to speak to a commercial representative to pay a second license for nuxeo software. The last one whom I have contacted doesn't gives more news. Please contact me at this email : mbelmo01@univ-lr.fr

Modify content view without Studio

Hello, we want to modify a content view but we dit more the Studio (we have not renewed the license). So can you tell me where we can find the good file for doing this change (modify a column in a content view) ? Thanks in advance !

type an image title
delphine_ by Star Contributor
  • 460 Views
  • 1 replies
  • 0 kudos

Ajax with widgets

Hi, I want to perform some actions when the value of a widget changes, and I don't know how. For example: I want to hide/show other widgets depending on the value of a "SelectOneDirectory" widget. I know how to do this with JSF, using <f:ajax /> and ...