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

Which are the classes used for User Authentication in alfresco.4.2.c in the case of External SSO?

I am trying to implement External SSO in alfresco share. I am using alfresco.4.2.c. I want to enable debug mode for the classes which are using for Authentication in the case of External SSO. So please let me know the class names which are using in…
Aneesh
  • 153
  • 5
  • 18
0
votes
1 answer

Extending Alftesco 4

I am interested in extending Alfresco(create our own modules..etc), specially alfresco 4 (including alfresco-share). But I wonder I could not find an official guide for this purpose. Is there any official or unofficial guide for this?
Kanishka Dilshan
  • 724
  • 2
  • 10
  • 19
0
votes
0 answers

XML Syntax error when processing JSON output for atom feed in Alfresco webscript

I've run into an incredibly very frustrating error. This was working without issue on Friday and I deployed it last night, found out today that the modified timestamp isn't properly formatted for iso8690 (the application which digests the feed is…
Ashex
  • 523
  • 5
  • 11
0
votes
1 answer

Removing the remote tracking image from Alfresco within a Maven project

Alfresco 3.2c has a tracking image that's injected into the page footer using Javascript that I need to remove for a project. The javascript is actually hard coded in the SDK in the alfresco-share-src.zip in the class…
djsumdog
  • 2,560
  • 1
  • 29
  • 55
0
votes
2 answers

Parse alfresco date

I'm developing a custom validator of a date input in my workflow form and I get a null after parsing a date this is what I done: // check dates can be parsed str_expiryDate = field.form.prop_wfbxTestWorkFlow_NfDate.value; …
Lhoussaine
  • 59
  • 1
  • 11
0
votes
1 answer

Extending yui2 - how to overwrite a class property in a proper way

I have added some new filters to the datalists in Alfresco Share. Now I want one of my new filters to be selected by default (instead of the "All" default filter) when entering my datalist. I have found out that the default filter is set in the…
billerby
  • 1,977
  • 12
  • 22
0
votes
1 answer

How to get a script triggered by a rule to run as a certain user

I have a script which runs when a new item appears in a folder; the items in the folder come from the inbound email alias. When I add content to the folder the rule fires correctly, however when it runs as a result of the email arriving I get an…
marsbard
  • 2,168
  • 1
  • 15
  • 16
0
votes
2 answers

How to automatically assign alfresco folders to have the 'Email alias' aspect?

I'd like subfolders of an 'Inbound email' folder to automatically set an email alias matching their folder name. I've applied the 'Email alias' aspect with a rule, now I'd like to know if there's any way to get the name of the folder I've just…
marsbard
  • 2,168
  • 1
  • 15
  • 16
0
votes
1 answer

Procedure to add a new Filter in alfresco?

I want to create a new SSO filter in to my existing alfresco bundle. Steps which I tried are; Creating a simple Java project in Eclipse and creating a class which implements Filter and writing code there. Then extract the project as a JAR file…
Boat
  • 515
  • 2
  • 8
  • 28
0
votes
1 answer

How to get the value(s) of a multi-valued attribute from a form in Alfresco share webscript?

I have a series of checkboxes to capture input for multi-valued attributes from a the user form. How do I, via the YUI controller, retrieve these attributes especially since the checkboxes don't have an id but a 'name' attribute, so I can't use the…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
2 answers

Can't execute JavaScripts on Alfresco

This might be extremely simple, but I can;t execute Java Scripts Files on Alfresco Data Dictionary/Script folder. It doesn't give the option to "run" on any of the files. I can image that this is a permission issue, but I'm log with the Admin…
carlosgmercado
  • 284
  • 6
  • 17
0
votes
0 answers

how to provide a special SSO filter that is able to pass the ticket to the Alfresco Repository?

I need to develop a Java class that implements the Java Servlet API interface "Filter" and register it in the web.xml of Share. In that class, the doFilter method needs to take care of passing a ticket from the request URI to the backend Repository…
Boat
  • 515
  • 2
  • 8
  • 28
0
votes
1 answer

How to change web script to a set response format instead of allowing negotiation?

I just created a web script to get the ticket of Alfresco Share. Created getticket.get.desc.xml Get User Ticket Personalized greeting /getticket
Boat
  • 515
  • 2
  • 8
  • 28
0
votes
1 answer

alfresco workflow task: oncreate listener set some fields to view them

I'm trying to deploy a new workflow in alfresco 4.0.e but I have a problem. I have a task and I need to show some text message in that task. The message is in the execution of that task. So I created an onCreate listener that call my java function…
amir.sh
  • 193
  • 6
  • 18
0
votes
1 answer

How to get the ticket created in a web script in to my jsp page?

I just created a web script to get the ticket of Alfresco Share. Steps which I done are; 1. Created getticket.get.desc.xml Get User Ticket Personalized greeting
Boat
  • 515
  • 2
  • 8
  • 28