Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1722 Views
  • 1 replies
  • 0 kudos

after fresh installtion no admin login possible to share

Dear all,I just finished installing alfresco community edition 6.0.7 using alfresco-content-services-community-distribution-6.0.7-ga.zip on linux using postgresql and tomcat I am not able to login to /share using admin/admin.But I am able to login to...

majo by Champ in-the-making
  • 4240 Views
  • 2 replies
  • 0 kudos

without login access the file

I need big help, without login, how to access the file. please guide me .......  my sample url with login -  http://xxxxxx:8080/share/page/site/insight/document-details?nodeRef=workspace://SpacesStore/6f03b697-6c76-4531-928a-e…  I need without login ...

SAML for Alfresco

Hello, I have been assigned a task to implement our ADFS / SAML into alfresco. Would this be possible ? I haven't been able to find any information to assist me.  My Alfresco version is Alfresco Community v5.1.0Thank you.

johndanz by Champ in-the-making
  • 3633 Views
  • 1 replies
  • 0 kudos

Activiti Explorer use old code instead of new code

Hello everyone!I have a process which design in Eclipse and run on Activiti Explorer. After successful run, I updated my code in Eclipse and create deployment artifact, I copied new .bar file to Activiti Explorer and started it. But when I check Tomc...

nhhao1996 by Confirmed Champ
  • 7306 Views
  • 4 replies
  • 1 kudos

ADDING COLUMNS IN THE DATALIST

Hi All,I have concerns about adding new columns in the alfresco datalist because its not showing in thewebsite the added columns.Even though I follow these steps Create custom datalist in Alfresco | Arvixe Blog  it doesn't workeven if I restarted the...

cyrose22 by Star Contributor
  • 4874 Views
  • 2 replies
  • 1 kudos

How to access Attachment in Activiti communite edition?

Hi, I wonder if you have some example Java code for activiti 6.0 the communite edition how to access an attachment that is uploaded from a usertask or any other tips?I have spend a lot of days googling around on internet without to found anything on ...

mickec2 by Champ in-the-making
  • 3803 Views
  • 1 replies
  • 1 kudos

where has the client-side javascript jsdoc gone?

There used to be some JSDoc for Alfresco Share's javascript libraries in the share-extras web page but now I can't find them anymore.I've tried following the links in the doc but no luck: Alfresco Share JavaScript API reference | Alfresco Documentati...

iblanco by Confirmed Champ
  • 3518 Views
  • 1 replies
  • 0 kudos

Uploading document with custom properties

Hello, I am a newbie to the Alfresco and I would like to know the difference 2 upload URLs: * V0 => POST .../alfresco/s/api/upload* V1 => POST .../alfresco/api/-default-/public/alfresco/versions/1/nodes/{parentid}/childrenhow they are different? whic...

tpardabe by Champ on-the-rise
  • 6079 Views
  • 3 replies
  • 2 kudos

Resolved! strange multi instance activity behaviour

I'm noticing some strange behaviour with multi instance process.My original need was to create a multi instance call activity, as follows:<callActivity id="callactivity1" name="Call activity" calledElement="testCalledProcess">    <multiInstanceLoopCh...

navitect by Champ on-the-rise
  • 6909 Views
  • 2 replies
  • 0 kudos

Resolved! Problem with delete big folder

Hi,I'm using Alfresco Enterprise 5.2.3, and I want delete folder with 50.000 - 200.000 documents inside. I tried delete by public rest API:alfresco/api/-default-/public/alfresco/versions/1/nodes/30fa7bab-5c3a-46dc-ac32-51eac80008f6?permanent=falseAnd...

jmal by Champ in-the-making
  • 9032 Views
  • 2 replies
  • 0 kudos

Resolved! Incremental custom model

Hello,I'm new at Alfresco and, after Googled alot, i have no solution to my current problem. My situation is that i have custom content model xml file and a cmm file for that model, both generated by a java application. First time is generated, i dep...

Resolved! Disable Button "Leave Site" from the header on Alfresco 5

I want to disable the button "leave site" on the site dashboard for all the users, in  the following image i mark with a circle red the "leave site" button i want to remove:Here what i have done.I create a very simple extensions for replace the stand...

Why task list api response is giving only 10 records?

Hi All,I am using the following api to list the tasks. Called the api through rest template. http://localhost:8080/activiti-app/api/enterprise/historic-tasks/queryIn response body I am getting only 10 records even though the tasks are more than 10, m...