Questions tagged [alfresco]

Alfresco Open Source Enterprise Content Management Software

Alfresco is an open source enterprise content management software. It features a content repository, which can be embedded in applications, and several products built on top of the repository: Document Management, Records Management, and Collaboration (Alfresco Share).

More information on Alfresco is available at Alfresco.com

Alfresco also maintains a wiki, forum and online documentation, which can often contain the answer to your problems. Several people regularly hang out at #alfresco in freenode IRC (Check out channel logs here). And, there is a Google Group called "Alfresco Technical Discussion".

The Alfresco tag here is best used for questions around configuring, extending, customising and building on top of Alfresco. For questions on installing and provisioning Alfresco, the Alfresco tag on ServerFault may be a better bet

3529 questions
4
votes
2 answers

How does alfresco's javascript( not webscript) mechanism

When I play with alfresco share, I found it is difficult to track the UI and javascript. you can only see some class name in the HTML tags, But you are difficult to know how are they constructed, And When, where and how can these scattered HTML…
MemoryLeak
  • 7,322
  • 23
  • 90
  • 133
4
votes
3 answers

How to create folder in Alfresco by RESTful API

I am using Freshdocs for Android I can login to the Alfresco server using this API call: GET /alfresco/service/api/login?u={username}&pw={password?} But how do I create a new folder in Alfresco?
Nam Vu
  • 5,669
  • 7
  • 58
  • 90
4
votes
2 answers

get current user name inside called webscript

Is there any way in alfresco to get the current user name inside web script ?? I am calling a web script and want to access current user name and password by which he logged in inside it. Here is my descriptor: Save…
mahesh
  • 597
  • 11
  • 23
4
votes
4 answers

change distinguished name format in OpenLDAP

i have the following problem: i have installed and OpenLDAP server in which in the people/users tree the distinguished name have the following format: Distinguished Name: cn=Luigi Rossi,ou=people,dc=prisma,dc=local The problem is i wish to replace…
Indio
  • 337
  • 1
  • 3
  • 12
4
votes
5 answers

how to access Cmis without a password?

I'm trying to query Alfresco through cmis with DotCmis ( http://chemistry.apache.org/dotnet/dotcmis.html ) It's working ok as long as I specify a user / password. How can I do that without specifying a password ? I'd like to use the CurrentIdentity…
Vincent
  • 510
  • 1
  • 5
  • 23
3
votes
3 answers

entreprise intranet Liferay or Alfresco

I want to create an enterprise intranet , that provides authentication of employees and management profiles, messaging, calendar, document management... I think I can use php or java CMS , for the moment after some research I decided to use Liferay…
3
votes
1 answer

Integrate Moodle with Alfresco

I want to integrate Alfresco with Moodle. I would like Moodle users to be able to store e-content and retrieve them easily using Alfresco.
Sunil Silumala
  • 917
  • 5
  • 22
3
votes
2 answers

Good Alfresco Tutorials?

I'm developing a PHP application that connects to an Alfresco instance for application content storage. Never having used Alfresco before, I'm looking for some good tutorials that explain the structure and organization of an Alfresco repository,…
dsw88
  • 4,400
  • 8
  • 37
  • 50
3
votes
1 answer

Customizing Doclib Filter in Alfresco Share

In Alfresco 4.0, I'd like to extend Share Doclib Filter webscript to add my own customized filter. Is there a simple way to add my own filter in the share-config-custom.xml? How do I define my own filter on the repository side?
plus-
  • 45,453
  • 15
  • 60
  • 73
3
votes
1 answer

is there an equivalent of FileTypeImageUtils for Alfresco Share?

I need to retrieve the icon of a content file based on its media type. I know that in Alfresco Explorer you could use the FileTypeImageUtils.getFileTypeImage() method. Is there something equivalent in Share?
plus-
  • 45,453
  • 15
  • 60
  • 73
3
votes
2 answers

Activiti HistoricProcessInstanceQuery returned with missing processVariables

I am trying to query HistoricProcessInstances from Activiti historyService including the processVariables. But some of the processes have missing variables in the returned list. I have monitored the database to see the sql query that Activiti had…
Soma Básthy
  • 110
  • 1
  • 8
3
votes
1 answer

alfresco workflow isn't seeing webscript variables

I'm using alfresco as the backend workflow for a seperate front end web application(don't ask me why, ask the client). The front end server makes ajax calls to the backend alfresco webscripts. The problem I'm having is that the parameters set in my…
nilacqua
  • 167
  • 3
  • 15
3
votes
3 answers

Alfresco Solr "aclchangesets return status:403"

I've created a maven project with alfresco-allinone-archetype 4.4.0 and I've a clean Alfresco. Starting the project with .\run.bat build_start I'm getting this error from Solr: docker-nutella-acs-1 | 12-Apr-2022 10:54:15.943 INFO [main]…
Jess.js
  • 33
  • 5
3
votes
1 answer

How to use Alfresco 'Edit Online' functionality from Spring MVC application

I am currently investigating Alfresco's Sharepoint functionality. I installed Alfresco 3.4 and followed the Web Quick Start Installation. I then uploaded a word document to Alfresco and can navigate to it in a browser. My URL is…
user481572
3
votes
1 answer

What the difference between cm:content and sys:base

I create a new content model, and i made its inheritance to be associated with cm:content to save the nodes as content under specific folder. But, What if i want to associate the content model with sys:base as example ? Where the nodes will be saved…
Mohammed Amr
  • 307
  • 5
  • 15