Questions tagged [nuxeo]

An Open Source ECM Platform for building content applications.

Nuxeo is an Open Source Enterprise Content Management software Platform enabling architects and developers to easily build, deploy, and run content-centric business applications (Document Management, Case Management, Digital Asset Management, Social Collaboration and much more such as integrations and connectors distributed as addons via the Nuxeo Marketplace). That Java-based Platform is architected for modularity, extensibility and scalability. It features a document repository with configurable schemas, complex types, lifecycle management, workflows, versioning, access control with inheritance, blob management, fulltext indexing and more.

The Nuxeo global software company provides various products and services built upon and around its Open Source ECM Platform.

124 questions
1
vote
1 answer

How to tag a Nuxeo document via nuxeo/nuxeo-php-client

i'm working with the dependency 'nuxeo/nuxeo-php-client' on a symfony project. I'm trying to add a tag to a Nuxeo document since 2 days. I'm success to set an attribut of string type but tags are in arrays type, the documentation is very small…
1
vote
1 answer

How can assign permission to user for specific folder in nuxeo using rest api

I upload many files to Nuxeo server using rest API. Now I need to add permission to users. I use http://localhost:8080/nuxeo/api/v1/id/file-id/@acl endpoint with payload: { "username": "username", "permission": "ReadWrite" } But it is…
Mustafa
  • 59
  • 1
  • 8
1
vote
1 answer

Nuxeo server upload multiple files to a document

Using below endpoint I can create document with single file in nuxeo server : http://localhost:8080/nuxeo/api/v1/path/domain/workspace. But I can not create document with multiple files. How I can do it?
Mustafa
  • 59
  • 1
  • 8
1
vote
1 answer

Nuxeo Upgrade from 8.10 to 10.10?

What is the recommended path to upgrade from Nuxeo 8.10 (2016 LTS) to 10.10 (2019 LTS), should I upgrade directly or should I do it in two steps: first to 9.10 and then to 10.10 ? The official documentation only describes the upgrade from one…
Benjamin Bini
  • 311
  • 4
  • 15
1
vote
1 answer

Loading childrens with properties[Eager Loading] with Nuxeo Rest Api

1) http://host:port/nuxeo/api/v1/path/default-domain/workspaces/Report gives me basic content of Report document 2)http://host:port/nuxeo/api/v1/path/default-domain/workspaces/Report?properties=* gives me basic+all properties of Report…
Dipesh KC
  • 2,273
  • 1
  • 15
  • 19
1
vote
1 answer

Unable to call nuxeo rest api from rest client when integrated with Keycloak authentication plugin

I wanted to integrate keycloak as authentication plugin for nuxeo platform both running on my local machine Set up details Nuxeo platform version: 10.10 (runs on tomcat 9) Keycloak version: 6.0.1 keycloak tomcat adapter distribution: …
1
vote
1 answer

Overriding default picture conversions in Nuxeo

I am trying to override default picture converter in Nuxeo. By default, Nuxeo provides following OOTB converters Thumbnail Small Medium Large Orignal I want to reduce the converters to Thumbnail Orignal Following are the configurations…
Ravi
  • 124
  • 3
  • 12
1
vote
1 answer

Nuxeo automation and a custom enricher

I'm trying to learn how to develop my own enricher (I believe I do understand the basic, in terms of how enrichers relate to automation chains and so on). However, I'm having problems: I can use existing enrichers with, for…
Lista
  • 2,186
  • 1
  • 15
  • 18
1
vote
0 answers

Nuxeo delete button

I'm looking to hide the "Delete" button on the view_documents only if the selected custom document have a boolean property to 1. I'm using the Studio only ... I tried to implement a contribution to the extension point "filter" but it not seems to…
Embry T
  • 11
  • 2
1
vote
1 answer

how to limit uploaded file types in nuxeo platform

My question is about the nuxeo platform, i want to limit the uploded file types to jpg and png images only. I googled and searched the documentation and found nothing. is there a way to do this? Thanks
1
vote
2 answers

Why does nuxeo ask to register the instance?

Nuxeo is open source but when we download Nuxeo it does not start untill we register. Registering is valid only for 30 day trial license. Could you please let us know how we can use the open source Nuxeo?
Kalava
  • 231
  • 2
  • 4
  • 18
1
vote
1 answer

Nuxeo Maven installation Error

Hi I have installed the nuxeo application source through nuxeo github. but while installing the maven dependencies i got the following Error. Please Find The Error Below. [ERROR] Failed to execute goal…
Santoshraju V
  • 330
  • 1
  • 13
1
vote
0 answers

Unknown file generated when saving in nuxeo: WebKitFormBoundary

I'm new to nuxeo and trying to understand it by nuxeo university tuitorials and the nuxeo documentation. I'm trying to upload a file and for that, I followed the tuitorial. I generated the batch ID. Uploaded the file using URL …
mohit sharma
  • 620
  • 8
  • 23
1
vote
1 answer

Suggestion/ideas needed: How to handle authentication and authorization for Nuxeo via ASP.Net Web API Core

I am investigating Nuxeo for a potential large scale project, our choice of technology is ASP.Net Core Web API and UI end as React. I need a suggestion on how to handle the authentication and authorization part. Currently I am thinking that whenever…
SomeGuyWhoCodes
  • 579
  • 6
  • 19
1
vote
2 answers

Cockroachdb usage with jdbc driver

I wanted to experiment the CockroachDB with Nuxeo platform, a java software which can use the Postgresql jdbc driver (postgresql-42.1.1.jar) to connect to the DB. So far, I could connect and create objects but some of those creations couldn't be…
Vlad
  • 287
  • 3
  • 13
1
2
3
8 9