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

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1587 Views
  • 1 replies
  • 0 kudos

Document Library Display Dashlet

Custom Site Dashlet which shows the list of documents which are uploaded in the document library of particular site.Features:List of All the Documents uploaded in the document library.Document list with direct link of view document page which made do...

alfresco by Elite Collaborator
  • 5416 Views
  • 2 replies
  • 1 kudos

Customize login page of Share

Hi,I want to know whether the below scenario is possible for customizing the share login page:I want to have site name dropdown when user hits login page. for e.g in current login page we have username and password and I want to have the assigned sit...

Isha by Champ in-the-making
  • 10133 Views
  • 7 replies
  • 2 kudos

How to remove Content preview for certain users or Groups

Hi,I want to remove content preview for certain users and group for my project.I have disable view in browser button but i want to hide document or file or image content that is getting by default preview on share for users. Please do guide me out.Th...

piyush48 by Star Contributor
  • 4150 Views
  • 1 replies
  • 1 kudos

Webscript with json request parameter

Hi everyone,I have one custom search webscript with me which I am able to call from POSTMAN, in which I need to send 5 different values in json format and I get the related document in response. Now I want to call this webscript from custom share sur...

Generate Multiple instance of letter template in activiti

Hi,I aam trying to generate a multiple instance of letter  template generation in acctiviti. whether is there any possiblity on doing that.I am having the workflow having   a form  which has 10 checkboxes and  two button A and B and also a user TaskI...

Arun_nmc by Champ on-the-rise
  • 2663 Views
  • 0 replies
  • 0 kudos

Alfresco CE 5.2.G Solr4 Model tracking failed

Hello everyone, I did an upgrade from alfresco version 4.2.f to alfresco version 5.2.g community edition.Everything works like charm other than an exception that is repeated in the logs:----org.alfresco.solr.TrackerStateException: 04070105 The tracke...

image

External Authentication SSO / Docker

hi all,I need to impleneti External Auth on my Alfresco installation (Community ed 6.x)Alfresco is running on Docker.is there any guide for setting up an external auth mechanism?

pixel75 by Champ in-the-making
  • 3542 Views
  • 0 replies
  • 0 kudos

activiti with spring boot 2.1 or 2.2?

We are using activiti spring starter, the latest version I believe is 7.1.0.M6.However, in our gradle build, it forced the spring boot to version 2.0.0.That caused some compatibiity issues, i.e. we use spring-kafka that requires spring-boot 2.1 at le...

kevin2018 by Champ in-the-making
  • 5889 Views
  • 2 replies
  • 0 kudos

Native / Specific Alfresco

Hellohow we can know the specific compared to the native for an apli that uses alfresco.I want to list the specific functionalities of a given apli, added above Alfresco.where i can search exactly for difference between the native and the specific ??...

widadcadi by Champ on-the-rise
  • 4596 Views
  • 2 replies
  • 1 kudos

Resolved! Extract groups that have no users.

Hello,I want to extract groups that have no users.The execution of the script JavaScript console runs until it crashes, Because there are several groups in Alfresco but I know how to deal with this problem.var pagingGroup = utils.createPaging(-1,0);v...

ALfreSara by Confirmed Champ
  • 6334 Views
  • 2 replies
  • 3 kudos

Alfresco Process Services Docker Deployment released

I have just published this new project named Alfresco Process Services Docker Deployment to help any system administrator to install, configure and manage extensions of the APS Platform on Docker environments: https://github.com/OpenPj/alfresco-proce...

image
openpj by Elite Collaborator
  • 3324 Views
  • 0 replies
  • 2 kudos

Webinar: Jay Bhatt, Alfresco CEO, Community Update

Join Alfresco CEO, Jay Bhatt, as he addresses our developer community and shares his vision for Alfresco and the importance of our open source community.  A Live Q&A will follow the keynote. Date: Wednesday 27 May, 2020Time: 7 AM PDT | 10 AM EDT | 3 ...

EddieMay by World-Class Innovator
  • 3104 Views
  • 0 replies
  • 0 kudos

Resolved! LDAPS fails with "No trusted certificate found"

Hi,heres the ldaps setup:1.) Export Root-CA Cert to C:\etc\rootca.cer2.) Create keystore:E:\Alfresco6\java\bin\keytool -importcert -alias rootca -file "C:\etc\rootca.cer" -keystore "E:\Alfresco6\alf_data\keystore\rootca.keystore" -storepass xxxxx -st...

Resolved! I want to create a custom step

HiI am in a project to integrate Alfresco with WordPress. The main idea is to create a custom step in Alfresco that sends data to WordPress. I am really new to Alfresco and I don't know how to start. I know WordPress and I know that you can receive d...

viperboys by Star Contributor
  • 8416 Views
  • 6 replies
  • 0 kudos

Error when connecting to Solr

Hi,I'm trying to setup an alfresco environment using docker. I'm running the 3 services (alfresco, solr and share) as 3 separate docker containers that communicate with each other through a Load Balancer. They communicate via https with the LB and th...