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

Forum Posts

Resolved! DAM and controling access to folders by groups

Hi, I am implimenting Nuxeo for my University Library system and I need to have a way to give each campus library who is participating their own workspace/domain/folder/folderish-thing where I can use the "Manage > Access Rights" tab to set the autho...

Brian_T by Confirmed Champ
  • 639 Views
  • 3 replies
  • 0 kudos

Resolved! Is there a way to derive a WebDAV path from a DocumentModel?

As part of an operation, I need to retrieve the path to a document's file:content for a remote system to access via WebDAV. However, the path as retrieved by getPathAsString() and getFilePath() do not match the path to the document as observed via We...

Resolved! SSO with Windows Session

Hello, Exists the possibility of automatic authentication in the application using the user of windows session? Thanks.

jmnrk_ by Confirmed Champ
  • 859 Views
  • 4 replies
  • 2 kudos

WebDAV access and big log file

Hello, The log file (server.log) becomes full (+10GB) when Nuxeo is accessed by WebDAV. This line is repeated a lot of time : 2013-08-06 10:50:59,395 WARN [org.nuxeo.ecm.core.api.TransactionalCoreSessionWrapper] Session invoked in a container withou...

zyx974_ by Confirmed Champ
  • 598 Views
  • 3 replies
  • 0 kudos

Resolved! NXQL query for DAM-Custom Search

Hi, I need to set up the DAM module so that some assets can be limited to certain groups or campuses. I've set up Folders for each Campus in the Asset Library. These show up fine in the DM; but I want to see them in the DAM. I'm using the Nuxeo DAM ...

Brian_T by Confirmed Champ
  • 596 Views
  • 1 replies
  • 2 kudos

Full-text prefix search with PostgreSQL

On the demo.nuxeo.com Advanced Search page, a query with Title = 'Work*' returns no results. A query with Title = 'Workspaces' returns two folders with that precise title. Is it the expected behavior for the query with Title = 'Work*' to return no re...

rg1_ by Star Contributor
  • 926 Views
  • 6 replies
  • 1 kudos

Enhance UserProfileService with ability to import a CSV dataFile

I would like to be able to initialize the default set of UserProfiles that accompany the default set of users I can initialize via the SQLDirectoryFactory CSV dataFile. What would you think about adding a "dataFile" attribute to the UserProfileServic...

rg1_ by Star Contributor
  • 549 Views
  • 2 replies
  • 0 kudos

Template, inputText et ID pour lier à un Document

Bonjour, Un de mes documents doit contenir un champ qui affiche une liste d'éléments en fonction de leur type. Si un des éléments est de type simple et on doit afficher une entrée de texte normale (inputText) Le second type est multiple et on doit af...

How do i query for User Management ?

How do i query User Management like we have for Documents ? Documents docs = (Documents) session.newRequest("Document.Query") .set("query", "SELECT * FROM Document").execute();