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

Forum Posts

Resolved! newDocument action - filter available document types

I would like to restrict the available types on a new document creation inside a workspace. Using studio I restricted the Accepted Children Types for the Workspace type in Content Model\Documents section Anyway I still have some entries like "discuss...

Gab_ by Confirmed Champ
  • 1550 Views
  • 3 replies
  • 0 kudos

Resolved! Predefined types of document and folder

Is it possible to disable some types of document and folder? For example, when I add a new resource, I don't want "forum" and "blog" to appear between tha possible choices. Is there a way to disable them?

Alice_ by Star Contributor
  • 1365 Views
  • 3 replies
  • 1 kudos

404 Error on Platform

Hi, I have to fetch Blob contents from the documents using Event Listeners for some transformation. I'm using Apache Tika Java API to fetch the contents. Since Tika dependencies are not available in Nuxeo, I've added all tika dependencies into a fat ...

nuxeo-retention

Nuxeo Folks - regarding: https://github.com/nuxeo-sandbox/nuxeo-retention I realize this is in the sandbox - but this component has some interesting capabilities for us. In experimenting with it - I've defined an automation action to be taken upon re...

Eric_Ace by Confirmed Champ
  • 790 Views
  • 1 replies
  • 0 kudos

Change login page style

Hello Can I change login page in nuxeo server? I read login page But i don't find directory in nuxeo server for override this xml file. I wont change login.jsp Tnx

Change Locale via Java

has someone already change locale via the java code ? can you give me a hand to help me to make a function that will change the locale of one user. Thanks

limit the actions of powerusers on a single group

Hello, Is it possible to limit the management of groups and users of a poweruser only on its perimeter in the platform? Currently, a poweruser can see and edit all groups in the platform ... I don’t want the « Groupe A poweruser » to be able to modif...

versioning policy

I'm trying to implement a default versioning policy as follows: On initial document creation - set the version to 1.0Thereafter - increment the minor version number (1.1, 1.2, ...) I have tried various combinations of: ... <policy id="test" increment...

Eric_Ace by Confirmed Champ
  • 1473 Views
  • 4 replies
  • 0 kudos

search using page provider

Hello All, I would like to use a page provider for my search endpoint. Is it possible to create a page provider without nuxeo studio? If yes, could you please tell me how?

Uril_Yak by Champ on-the-rise
  • 578 Views
  • 0 replies
  • 0 kudos

mongo for key-value via maven profile

Our unit tests use the use the in-memory key/value store. We would like to run the same tests from the command line via maven - but use Mongo as the key/value store. We've configured local servers via templates to use mongo as the key/value store to ...

Eric_Ace by Confirmed Champ
  • 1693 Views
  • 2 replies
  • 0 kudos

Missing password policy validation in rest api

I was setting up a password policy (via userManager extension point) on our nuxeo instance and discovered the following behavior: Entering a password that does not match the defined policy, when creating a user via WEB-UI, is resulting in an InvalidP...

Document header problem

Hi, i have a problem when adding a code to display inputtext field. This is my code : <layout name="textWidgetLayout"> <templates> <template mode="any">/layouts/layout_default_template.xhtml</template> </templates> <rows> <row> ...