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
2
votes
1 answer

How do I properly implement a POST webscript in Alfresco 5 without causing a CSRF exception?

I've created a module extension to use with Alfresco 5 Community Edition. Everything works great, I have my .get methods taken care of and they display properly. On the page I have a button which posts back to the server to display a result (right…
vane
  • 2,125
  • 1
  • 21
  • 40
2
votes
0 answers

Obtaining Group Name in Alfresco 4

I am executing a script from a workflow to compile names from a "select group" (docWorkflow_selectgroup) cm:authorityContainer for mail.parameters.to_many. In Alfresco 5.0, I can use the following code: groupArr[0] =…
Alan
  • 506
  • 7
  • 24
2
votes
0 answers

Alfresco: Email document link to multiple people and groups

I have created a custom workflow that is to be started from a document, which is designed to run an email script to send the recipients a link to the document in share. Users can send the file to multiple people, groups, or both. The workflow…
Alan
  • 506
  • 7
  • 24
2
votes
0 answers

Redirect after file upload

I created Java Backed WebScript that allows clients to upload files via POST. I can successfully upload files, that's all working as expected. But I want to navigate away, to redirect to document-details page of the uploaded document, as soon as…
Jana
  • 67
  • 1
  • 5
2
votes
2 answers

Alfresco Login with google credentials

I want to login into Alfresco Dashboard with google credentials. I have seen a sample application below. https://github.com/gdepourtales/share-oauth-sso but it is not working for me. I am using Alfresco 5.0 enterprise version. I have downloaded the…
2
votes
1 answer

Date.ftl - set current time

I'm using date.ftl to display date and time in Alfresco Share 4.2c, with parameter showTime set as true. Default time is 00:00. Is there a way to set current local time as the default time? Is it better to try to change that in date.ftl or maybe in…
Jana
  • 67
  • 1
  • 5
2
votes
2 answers

how to use Alfresco OperationContext to filter out documents?

I have a lot of documents in one of folder in Alfresco. some of them are pdf. I want to filter all my document on pdf and retrieve only pdf document. now i am doing it by iterating over a very big list which i get from alfresco through opencmis and…
itro
  • 7,006
  • 27
  • 78
  • 121
2
votes
1 answer

Alfresco Share Customization for Advanced Search

I am trying to modify share-config-custom.xml so that I can search emails by the following properties:
newzad
  • 706
  • 1
  • 14
  • 29
2
votes
3 answers

Error while creating an aspect in Alfresco

I am beginner in Alfresco. I tried to create a sample aspect in alfresco.It successfully added and i am able to tag the aspect to some documents.The fields/parameters under this aspects are not showing for that document. These are my…
Vpn_Kp
  • 53
  • 11
2
votes
1 answer

How to configure `log4j` for `share-amp`

I´m working with share-amp-archetype trying to setup log4j for my module, where do I have to put log4j.properties? I´ve tried in src/main/amp/config/alfresco/{moduleId} and it seems not work. When in my javascript webscript controller write…
RURIA
  • 59
  • 4
2
votes
1 answer

Create custom metadata Tags for documents to be uploaded in Alfresco

I am exploring with alfresco 4.3 & 5.0, As we know our normal documents have metadata properties like Author,Title,Subject,Category.... & so on. So if it has some values, alfresco retrieves data values from these & displays in that file properties…
Java
  • 2,451
  • 10
  • 48
  • 85
2
votes
2 answers

How to call Alfresco (repository) webscript from Share in Java

I know I may get down-voted for this trivial question... In Javascript it is easy (even magical): remote.call("/api/...") How do I get this in Java? I read a lots of posts like this one, where the Alfresco (repository) URL is either hard coded…
boumbh
  • 2,010
  • 1
  • 19
  • 21
2
votes
4 answers

Alfresco - create online survey with forms

I am searching for a way (or a case study) where Alfresco is used to perform a survey by providing a form. The Alfresco Share visitors/users fill-in the fields of this form and by submission the results are transfered to a data list, filling in the…
vassilis
  • 41
  • 5
2
votes
0 answers

Alfresco incapable of previewing text files including japanese characters

I have been customizing the Alfresco 4.0d Community version and used "Share" for document management.Now I am facing the document previewing problem in document detail page. After uploading a text file including japanese characters encoded character…
2
votes
0 answers

Display a dynamic drop down list in alfresco advanced share search

I have a set of documents in a folder in the alfresco share site. Each folder represents a category of document. I would like to display all the contents of the folder as a drop-down list in advanced search for the users to select from, when they…
jcoder12
  • 167
  • 1
  • 4
  • 15