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

Forum Posts

Make link point to the latest version of the document

Hello, Can anyone help on how to make a link always point to the latest version of a published document? This has been a problem for me because whenever the document is published with a new version, the url of the published document is also changed s...

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