Questions tagged [alfresco-share]

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more.

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more. Share leverages the Alfresco repository to provide content services and utilises the Alfresco Surf Platform to provide the underlying presentation framework.

See https://wiki.alfresco.com/wiki/Alfresco_Share

1122 questions
4
votes
1 answer

Sending email notifications for Alfresco site calendar events

I am trying to implement notifications for calendar events. I have followed the discussion in Email Notifications on Calendar Events in Alfresco to the letter but still can't get it to work. I want to send notifications based on calendar events 2…
Timothy Tuti
  • 992
  • 2
  • 15
  • 29
4
votes
1 answer

Debug Share SSO setup against Keberos AD

I am trying to implement SSO for share using Kerberos AD and followed the directions listed in the official documentation at docs.alfresco.com. I keep getting the following exception 2013-06-20 18:07:37,772 DEBUG…
codewrangler
  • 65
  • 2
  • 9
4
votes
2 answers

Dynamic selectone in alfresco share

For a form in Alfresco share, I want a dropdown box that is filled with custom options depending on the value of a field earlier up in the form. My form would have at least two fields. The first one a textbox, where a unique code must be entered.…
Mark Tielemans
  • 1,528
  • 3
  • 20
  • 40
4
votes
3 answers

Can one force the load/evaluation order of Alfresco Share Extension modules?

Is there a way to force the load/evaluation order of alfresco share extension modules? We currently have two extension modules defined in module-general.jar and another module defined in project-specific.jar The modules in module-general.jar…
tullo
  • 43
  • 2
4
votes
1 answer

alfresco subsite

I installed Alfresco Community 4 a few days ago. I'm using Share. I'm wondering if I can have multiple document libraries in a single site. The thing is that when a create a new site, I have a link to Document library in the top navigation bar.…
Jack Casas
  • 914
  • 18
  • 37
4
votes
3 answers

Customize or change default message boxes issued by workflow dialogs on errors in Alfresco

Presently, a messagebox appears with the failing class name: Is it possible to override the default behavior in Alfresco? Could we use forms service to present a different message ?
Luis Sánchez
  • 121
  • 1
  • 6
4
votes
3 answers

Difference between cm:workingCopyOwner and cm:lockOwner

When I trace code in alfresce, I found following code in node-header.get.html.ftl <#if item.workingCopy??> <#if item.workingCopy.isWorkingCopy??> <#assign lockUser = node.properties["cm:workingCopyOwner"]> <#else> <#assign…
swemon
  • 5,840
  • 4
  • 32
  • 54
3
votes
1 answer

Where to put the live-search-docs config file in all in one alfresco project?

I have been going through some blog posts that tell how to customize the live search . What is not clear to me is where should I place the live-search-docs.get.config.xml file in my all-in-one-share project so that it is bootstrapped and deployed in…
serah
  • 2,057
  • 7
  • 36
  • 56
3
votes
3 answers

I need to create a model like a sql table on alfresco

I need to create a model for cities that contains only the fields id, city name, like a sql table but without creating a file that is not inheriting any Alfresco model (content, folder, etc). I can do that? or it is obligatory to inherit from the…
yussenn
  • 577
  • 1
  • 7
  • 11
3
votes
3 answers

How to get specific content type document count from alfresco share UI using Lucene query

How to get specific content type document count in alfresco share UI using Lucene query? I have tried to query in alfresco share UI Alfresco Lucene query. but it's only giving first 100 results. Is there any best way to get only document count by…
Deepak Talape
  • 997
  • 1
  • 9
  • 35
3
votes
2 answers

How to retrieve all document content from alfresco repository with seperation of document types using Open CMIS

I Want to retrieve All document content from alfresco repository. So can anyone help me that how can i traverse the repository using CMIS. And while traversing i also want to separate the documents based on its type. At this moment i am able to get…
Deepak Talape
  • 997
  • 1
  • 9
  • 35
3
votes
1 answer

Alfresco Aikau - creating list for view

I have been working through the Aikau tutorials on Github but can't work out how to create a list that I can pass on to a view. The requirement is to select all workflow tasks for all users and display the results. I have added the following widgets…
user1398017
  • 149
  • 1
  • 1
  • 4
3
votes
1 answer

Workflow: Setting default value for bpm:assignee

When I start my workflow, I want the option to assign it to somebody. If nobody is chosen, I want to default to assign it to the initiator. Is this possible to do without creating a new model that extends bpm:assignee? If not, how would that…
CJK
  • 118
  • 8
3
votes
2 answers

Can Keycloak be used as external (SSO) authentication service for Alfresco and Share?

I have an Web application with Java EE security running in Wildfly 9 that uses Keycloak 1.4 (in a separate service) as the authentication and authorization service. I'd like to allow users logged in to the Web App realm to be SSO authenticated in…
John
  • 101
  • 1
  • 7
3
votes
1 answer

Alfresco Community 5 Share Clustering

I'm seeing a lot of conflicting information on the internet about Alfresco Share clustering. From what I can find, it looks like clustering was removed completely from Alfresco Community in versions 4.2 and above. I did find some documentation…
vane
  • 2,125
  • 1
  • 21
  • 40
1
2
3
74 75