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

Display children document listing

Hi, I was trying to display the list of my document children following this HowTo :https://doc.nuxeo.com/nxdoc/how-to-display-children-documents-listing/ The obtained result does not correspond to my expectations : The filter doesn't work and the p...

nuxeo-vhost.conf file - location

Hi, Please let me know where can I locate nuxeo-vhost.conf file. I am trying to implement security recommendations stated here "https://doc.nuxeo.com/nxdoc/security-recommendations/" Thanks, Baranidaran M

Group / User page Provider

Hi, For user/group schema, directory display all users and groups. But I want to display a specific list of users and group. /> I Try to create a user page provider but I don't which is the appropriate querry and predicates. Could you help me Thank...

PostgreSQL 11 configuration: "checkpoint_segments = 32" ?

Dear all, A simple question regarding PostgreSQL 11 setup with Nuxeo 2019 LTS: https://doc.nuxeo.com/nxdoc/1010/postgresql/#buffering-writes The documentation states, for both PostgreSQL 9.6 and 11: wal_buffers = 16MB checkpoint_segments = 32 checkpo...

Sending Nuxeo logs to syslog ?

Dear all, I have to configure Nuxeo 2019 LTS to send its logs to syslog. Based on the official documentation I came up with the following in /opt/nuxeo/lib/log4j2.xml: https://doc.nuxeo.com/nxdoc/logs/ https://logging.apache.org/log4j/2.x/manual/appe...

Nxp_logs table purging process ?

Dear all, I understand that the nxp_logs table can get quite huge, causing slowdowns when consulting documents. I found this in the documentation: https://doc.nuxeo.com/nxdoc/1010/purging-audit-logs-nxp_logs/ Our audit logs are stored in PostgreSQL. ...

Reverse proxy and AJP protocol ?

Dear all, I have some questions regarding reverse proxies and the AJP protocol. are the AJP parameters "packetSize" and "connectionTimeout" still relevant in Nuxeo 2019 LTS ?is the AJP protocol still mandatory for the reverse proxy to communicate wit...

ACL cache cleaning process ?

Dear all, I have a question regarding the ACL cache: if I understand correctly, there is a process on every restart of Nuxeo which empties the ACL cache in the database (SELECT nx_vacuum_read_acls();), is that correct ? And how to make sure this proc...

Import ZIP files into Nuxeo 10 using rest API

Hi, I have exported a PDF file from Nuxeo as a ZIP through the web ui. I would like to import the ZIP back into Nuxeo using the rest API. When I use the drag-and-drop import functionality of the web ui, I am able to successfully upload the ZIP. The Z...

erika_f by Champ in-the-making
  • 947 Views
  • 2 replies
  • 0 kudos

Latest Nuxeo theme files for Light and Dark Themes?

Does anyone know where to get the latest theme files for the light and dark themes as seen on: https://doc.nuxeo.com/design/light-theme/ https://doc.nuxeo.com/design/dark-theme/ Dark Theme They look much better than the current themes (even seen on ...

Document. Attach blob Operation

Hi, I want to get a file from an existing document (Type: New-Workspace) and to attach it to another document (Type: Project) using an automation chain ( Please see attached document) when I create a new project I receive an error message (Please Se...

Nuxeo Cluster - Uploading Big Files in Chunks

Hi, We are facing issues while trying to upload a file to a nuxeo cluster. The file is being uploaded in chunks and after the upload completes, we are not able to see the full file size against the file name. It only shows the size of the last chunk ...

bug in nuxeo-data-table-column-filter

Hi, I am facing a problem in nuxeo-data-table-column-filter. In fact, I had 3 documents that titled "test1", "test-1" and "20-05-2020" (capture 1). I would to filter them by title and display just the document "20-05-2020" so I taped in the filter i...

Resolved! ACL for structure Template

Hi, I have a structure template "Operation" and a group "DOP". I add a new ACL that grant "Read" permession for "DOP" on the "Operation". I reload and I restart nuxeo server then I check the Obtained Result : DOP' memebers don't have permession t...

Resolved! How to run bulk commands in parallel

Hello, I am trying to learn how to use the bulk framework in nuxeo based on this document https://doc.nuxeo.com/nxdoc/1010/bulk-action-framework/. But until now I could not find how to process documents in parallel. For example, I defined the followi...

nxql all values in set

All - I need to build an NXQL query that returns only the set of documents for which ALL values of a given multi-valued document schema property are in a set of values. E.g.: If principal A is allowed to see BLUE and GREEN then pseudo-nxql is: select...

Eric_Ace by Confirmed Champ
  • 440 Views
  • 0 replies
  • 0 kudos

Custom contribution in Studio UI is not updating

This is related to a question I posted a few weeks ago, https://answers.nuxeo.com/general/q/2b7e0103f3a84092af278beb46e2dbbf/Can-I-hide-Empty-Trash-from-some-users. We wanted to hide the "Empty Trash" button from everyone that is not an admin. The so...

Download files from Nuxeo 6

Hi, I am looking to download/export documents from Nuxeo 6 through the REST API using a JS script. Ideally, I would like to download entire folder structures and maintain the structure and file metadata. I would appreciate any help, resources, or gui...

erika_f by Champ in-the-making
  • 636 Views
  • 1 replies
  • 0 kudos