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

Forum Posts

Override default vocabulary in administrator tab

Hello, I'm using Nuxeo10.10 as a docker image and I'm trying to override the vocabulary on the administrator page, I would like to **change **some vocabulary name and **delete **other; I found this extension here and I override this: <directory ...

Disable thumbnail generation for Office mime-types

How do you go about disabling thumbnail generation for certain mime-types? We would like to disable the thumbnail generation for Office docs to reduce unnecessary conversions (and load), since honestly a small thumbnail image isn't very useful for a ...

Java NuxeoClient resource

I've written a few short example apps tailored to my needs using Java client 3.6. Now it's time to integrate all of this in the real application. If I want to deliver Nuxeo security, I have to access Nuxeo as the logged in user. So my best guess so f...

__2 by Champ in-the-making
  • 1254 Views
  • 1 replies
  • 0 kudos

Access versioning information through Java API

Hi! I'm coding an application that stores documents in Nuxeo using Java API. I figured out how to create additional versions of a document through doc.setPropertyValue("file:content", batchUpload.getBatchBlob()); doc = repository.updateDocument(doc);...

__2 by Champ in-the-making
  • 1805 Views
  • 2 replies
  • 0 kudos

nuxeo-arender problem

i'm installed nuxeo-arender 10.3.5 but when start the app in web ui the attached image represent the error "# HTTP Status 404 – Not Found"

Navigate from Automation Chain with WebUI

Hello I have an Automation Chain that deletes a document. This AC is triggered with a custom button in WebUI. Is there a way, from the AC or from the button, to navigate to parent after document deletion ? I saw SEAM.NavigateTo for JSF, but nothing f...

Change document name or path before document created ?

The name (last part of its path) of a newly created Document is created from its dc:title (in nuxeo-document-create.js) I have to compute title and name of documents from their other fields (type, date and sequence) Is there a way to change it in an ...

Analytcs Api Exception

Dear after we change Elastic Search Server and config it in nuxeo.conf all analytics Api Return Exception we wrote it below http://200.200.200.47:8080/nuxeo/site/es/audit/_search body:-{"query":{"bool":{"must":[{"term":{"eventId":"download"}},{"rang...

OAuth2 refresh token TTL

What is the time-to-live (TTL) or expiration of the OAuth2 refresh token? Haven't found documentation that addresses token expiration dates or TTL.

B_Moore by Champ in-the-making
  • 549 Views
  • 0 replies
  • 0 kudos

Optimize pagination in the nuxeo-data-table

Hello, I added the paginable = true attribute in nuxeo-data-table and it works except for the first time I will have the duplicate result list. For example if I have the page size of the provider at 10, I will have in the result 20 documents which ar...

Turn off preview for Microsoft Excel documents

As a Nuxeo Admin I would like to turn off the preview on Microsoft Excel documents. The preview can create a preview PDF pages that are thousands of pages, which is not useful for our use case. Is there a way to turn of the preview to eliminate large...