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

How to write a webscript to returns the ticket for the current user?

I need to implement a web script that generates a returns the ticket for the current user. This web script is addressed by the URI I use to setup a URLConncetion. The ticket should be contained in the response body, which I need to evaluate in my…
Boat
  • 515
  • 2
  • 8
  • 28
0
votes
1 answer

How to implement an RSS feed of a site within alfresco share?

I am still learning alfresco and trying to get the feed dashlets to display a custom feed in share. The end goal is to have some sort of workflow in which the editing of certain components on a site site page within alfresco generate a feed element…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
0 answers

Testing External SSO in Alfresco

I configured my alfresco to use External SSO. Now trying to test it by writing a simple java code in a jsp page. Code is posting here; URL url1 = new URL("http://localhost:8080/share/page"); HttpURLConnection conn =…
Boat
  • 515
  • 2
  • 8
  • 28
0
votes
1 answer

Alfresco document-derived content is missing

I've created a custom content type derived from document. I am trying to use CMIS to query my Alfresco server (tried with 4.2.b and 4.2.c) programmatically for my documents using python cmislib. I have a pyramid server that takes REST calls and…
hughdbrown
  • 47,733
  • 20
  • 85
  • 108
0
votes
1 answer

Alfresco : rules between folders

i have two folders under alfresco share site , i want to create a rule between them in order to deny access to folder "folder2" unless folder "folder1" has 6 files inside and one of them must be named "toto.html" , did you know a feature , plug in…
0
votes
1 answer

schedule task alfresco administrator

I'm not really familiar to alfresco, so I wish that the question will not bother everyone. However I hope for your help. When I create a trial user for alfresco by webscript, but I want the user will be delete after 30 days trial. How can I do that?…
ThinhNK
  • 1
  • 3
0
votes
1 answer

Link from Alfresco Share wiki to directory in Alfresco Repository

How to create a link in an Alfresco Share wiki page to a directory in the Alfresco Repository?
Jens Piegsa
  • 7,399
  • 5
  • 58
  • 106
0
votes
1 answer

How to pass value js controller to js controller?

I'm the new of Alfresco framework. So I would like to pass the value from js controller to other js controller. I don't know how to pass. Example: the value of group name in workflow-form.js to sample-module.js. Please give me an…
kohtoo
  • 15
  • 5
0
votes
2 answers

Showing display time calculated fields in alfresco 4.2c share

For a custom model type I need to show some display time calculated fields on the share interface. Is there any way of showing information in share without linking it to a field in the backing model? I have tried creating a field with both empty and…
0
votes
2 answers

Error in Installing Alfresco in ubuntu(Linux)

I tried installing Alfresco Document storage Server in My Linux system. But There is some problem which I can't fix. I Downloaded alfresco-community-3.4.a-installer-linux-x32.bin and started installing it from terminal command line code The set up…
Sri
  • 1,505
  • 2
  • 18
  • 35
0
votes
2 answers

How to check Alfresco migration was done correctly?

I can practice Alfresco migration or version up with DB backup and file & index transition. It might be successful because every documents and folders works as ever as long as I look into, but I can still want to check all stuffs are correctly and…
linzhixing
  • 146
  • 2
  • 12
0
votes
1 answer

Alfresco and LDAP full integration

Is it possible to make an integration between Alfresco and LDAP to manage groups, users and permissions? I mean, alfresco groups must be managed with its own set of permissions? Currently I have a LDAP repository to allow authentication, but it is…
jzafrilla
  • 1,416
  • 3
  • 18
  • 41
0
votes
1 answer

Java code to download alfresco content

I am using the following code to download my alfresco HTML content of size 51kb HttpGet httpget = new HttpGet(url); System.out.println("executing request" + httpget.getRequestLine()); HttpResponse response = httpclient.execute(httpget); …
aaviss
  • 401
  • 2
  • 10
  • 29
0
votes
1 answer

Alfresco Share: How to retrieve one component message bundles?

I'd like to reuse some of the document library bundles on a custom page. I've been throught the code and seen that when the doclib webscript is loaded, it goes into that setMessages() function which initialise at the…
plus-
  • 45,453
  • 15
  • 60
  • 73
0
votes
1 answer

copying/moving document in alfresco by changing its type

I am trying to upload a big file in alfresco, since this cause a problem with java.lang.OutOfMemoryError: Java heap space I decide to use ftp to upload the document in alfresco. Another problem is introduced with that; I can't create a document with…
LeTex
  • 1,452
  • 1
  • 14
  • 28