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
6
votes
2 answers

How do you change the Repository link on Alfresco Share?

In Alfresco Share, when you click the "Repository" icon in the toolbar, you're taken to: /share/page/repository I would like to change this link to take the user to their home folder,…
patorjk
  • 2,164
  • 1
  • 20
  • 30
5
votes
2 answers

Alfresco Prohibit all users to delete a content

I have next task - prohibit all users(except admin) to delete a content in Alfresco. I'm use a permission service for that, but it doesn't work: private void setReadOnly(ScriptNode node) { …
VladislavLysov
  • 651
  • 1
  • 11
  • 25
5
votes
1 answer

how to write file upload webscript in Alfresco

I'm trying to make a webscript in Alfresco to upload a file. I'v made and all is needed to upload the selected file on form submit. No working samples available on wiki. Thank you in advance.
M-1
  • 51
  • 4
5
votes
1 answer

HTTP Request from WebScript in Alfresco

I'm writing a WebScript in Alfresco using JS controller and I want to make a HTTP request to the local HTTP resource. This resource is a Java-based app and gives me its own REST API. My WebScript is not a Share Component: so I don't have a remote…
Alexey
  • 301
  • 5
  • 18
5
votes
1 answer

Alfresco Create User From Filter

By taking reference from this post and I am successful in authenticating the user. But this post does not authenticate new users that are not present in alfresco. I have also explored SSOAuthenticationFilter.java to find how alfresco creates user…
Vikash Patel
  • 1,328
  • 9
  • 28
5
votes
0 answers

How to protect pdf file with password using only javascript?

I have found that using java class we can protect pdf file with password private static String USER_PASS = "Hello123"; private static String OWNER_PASS = "Owner123"; public static void main(String[] args) { try { …
Vikash Patel
  • 1,328
  • 9
  • 28
5
votes
1 answer

Remove windows security authentication screen when using 'edit in Microsoft Office' feature in Alfresco

I am using Alfresco-5.1, MS-Office 2013 and Windows-7. I have done the Alfresco setup in my system and uploaded few documents. To edit the documents, I want to use the 'Edit in Microsoft Office' feature, but when I click on it, I am getting the…
5
votes
3 answers

Alfresco Office Addin Source

Is the source available for the Alfresco MS Office plugin?
akaphenom
  • 6,728
  • 10
  • 59
  • 109
5
votes
3 answers

Unsupported major.minor version 52.0 - Maven Error JAVA

I'm making mvn install and i get the error: [ERROR] Failed to execute goal org.alfresco.maven.plugin:alfresco-maven-plugin:2.1.0:set-version (default-set-version) on project componentX-share: Execution default-set-version of…
PRVS
  • 1,612
  • 4
  • 38
  • 75
5
votes
2 answers

Any PHP or Python alternatives for Liferay and Alfresco?

My company wants to use Liferay for developing a portal and integrate Alfresco with it for document management. But both Liferay and Alfresco are Java based and i would like to know if there are any alternatives to Liferay and Alfresco in PHP or…
Jim
  • 51
  • 1
  • 2
5
votes
1 answer

Why am I getting a "Type is unknown" error in Alfresco?

I’m having problem while adding document with custom aspects (Alfresco 4.2e). It shows the following error: Exception in thread "main" org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException: Type 'kb:referencable' is…
Arun M R Nair
  • 653
  • 7
  • 30
5
votes
1 answer

What are the reasons to store documents into DBMS when using Alfresco CMS

I have interview for an internship with company that wants to implement document management system and they are considering on the first place open source solutions, their top choice being Alfresco, but decision is still not final, part of my work…
Julia
  • 1,217
  • 8
  • 23
  • 46
5
votes
1 answer

Is there any open source OCR plugin for Alfresco

I am using Alfresco community edition for developing a document management system. Looking for an open source OCR plugin that extracts text out of images and stores against file Metadata.
sarfaraz
  • 79
  • 1
  • 8
5
votes
2 answers

What is the hardware requirement for alfresco on windows platform?

I am planning to use alfresco. What is the hardware requirement for installing it? Do I need a windows server machine to run? Can I install it in a windows 7 machine?
user3114669
5
votes
2 answers

logger.log is not logging to alfresco.log

I am trying to use logger.log("Hello") in a javascript file corresponding to a template page in Alfresco. I have set the following: - in custom-log4j.properties (overriding…
user2554076
  • 77
  • 2
  • 8