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

Display web-preview of document on form in Alfresco 5 share community

I have created an alfresco form. I would like to embed the web-preview component on it. I found a source code example for Alfresco 4.2.1 . First it creates an ftl file. <@script type="text/javascript"…
mr antoni
  • 595
  • 1
  • 6
  • 17
2
votes
1 answer

Get document path and ticket from action button of Alfresco

I'm writting a custom action button and I want to get in my javascript: (function() { YAHOO.Bubbling.fire("registerAction", { actionName: "onActionVerify", fn: function JSC_onActionVerify(record) { var ticket =…
PRVS
  • 1,612
  • 4
  • 38
  • 75
2
votes
1 answer

What is the ideal session timeout for chemistry opencmis session for Alfresco?

I am implementing a thread based application where i will be connecting to Alfresco continuously. I want to avoid a session timeout error so wanted to know at what interval should i clear the session or create a new one. And how long can i continue…
user2361591
  • 153
  • 1
  • 14
2
votes
1 answer

POST refused - Alfresco

I'm making a POST inside workflows, but if I have a login with admin, the post is made. But if I make a post with another login of another user, I get this error: { "status" : { "code" : 403, "name" : "Forbidden", "description" :…
PRVS
  • 1,612
  • 4
  • 38
  • 75
2
votes
1 answer

Error in Chemistry OpenCmis while getting root folder

I am using chemistry opencmis version 0.13.0 to connect to alfresco repository.Below is the code snippet Map parameter = new HashMap(); // user credentials parameter.put(SessionParameter.USER, "admin"); …
2
votes
2 answers

Get filename of workflow with javascript - Alfresco

I'm trying to obtain a filename of the items of a workflow. I try to make this: var title; Alfresco.util.Ajax.jsonGet( { url: Alfresco.constants.PROXY_URI_RELATIVE + "api/metadata?nodeRef=" + nodeRefContext +…
PRVS
  • 1,612
  • 4
  • 38
  • 75
2
votes
1 answer

how to find information inside the zip file in alfresco-4.2.2 version

We are using alfresco-4.2.2 version.we are uploading the zip files.Let's say we have uploaded test.zip. I want to know the zip file information like how many files inside the zip file.when i search forms its saying the files will be stored in…
user739115
  • 1,117
  • 5
  • 20
  • 41
2
votes
1 answer

Alfresco share 503 Connection refused

I'm new to Alfresco and try to make first webscripts by this tutorial https://www.youtube.com/watch?v=utYZaVe9Nd0#t=5m36s . I create Maven project (share-amp-archetype) and setup running configuration as described in tutorial then click to Run,…
Masi
  • 95
  • 3
  • 9
2
votes
2 answers

Change content of file - Alfresco

I have an Custom Document Library Action to Alfresco files, and when I press this button opens a new page with an applet (javascript) to make changes to a file, but I'm doing the modifications in base64 and to "appear" on the screen with this : var…
PRVS
  • 1,612
  • 4
  • 38
  • 75
2
votes
2 answers

alfresco: limiting authority.ftl to a group of users

In my workflow model I have an association to cm:person type, in share configuration I'm using the authority.ftl template to display it, how can I limit the available users to select from down to the members of one group ?
Basil
  • 845
  • 9
  • 24
2
votes
2 answers

What is wrong with alfresco.cache.immutableEntityTransactionalCache?

I have this in my log: 2016-01-07 12:22:38,720 WARN [alfresco.cache.immutableEntityTransactionalCache] [http-apr-8080-exec-5] Transactional update cache 'org.alfresco.cache.immutableEntityTransactionalCache' is full (10000). and I do not want…
Younes Regaieg
  • 4,156
  • 2
  • 21
  • 37
2
votes
1 answer

How to disable thumbnail generation in alfresco

I have an alfresco 3.4.d instance that seems to have a problem with content transformation while trying to generate thumbnails for PDF. Is there a fast way to disable thumbnail generation in order to confirm my suspicions?
Younes Regaieg
  • 4,156
  • 2
  • 21
  • 37
2
votes
1 answer

Alfresco webscript - 401 anuthorized

I have a problem with executing wbesciptr in alfresco. I don't know what is going on, but every time i run my webscript written in java I got 401 error code. I have simmilar webscript in javascript and it runs ok.…
2
votes
1 answer

How do you show dynamic messages on custom actions?

I have a working custom action set up like this in the share-config-custom.xml onActionSimpleRepoAction …
MJSalinas
  • 139
  • 1
  • 9
2
votes
1 answer

Is it possible to extend an Alfresco 5 web-script for the post method?

I'm trying to add some extra functionality to the site creation form of Alfresco 5 by creating a web script. I'm creating a jar file containing the module extension. I have successfully modified the actual site creation for by adding a new site type…
vane
  • 2,125
  • 1
  • 21
  • 40