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
  • 1698 Views
  • 1 replies
  • 0 kudos

Disable Remember password popup while login

Hi all, I want to disable the remember password popup while doing the login in alfresco due to security purposes.I know that this can be done in the browser settings but is there any other method of disabling the remember password popup while login t...

Customizing Share Logging

I'm looking to customize the logging from Share.  I've seen this question asked multiple times and what I've gathered is:1) Share can't be customized in the same way as alfresco 2) There's mention of a Log4jHirerarchyInit ( ), but I don't see any exa...

Rest Call Response Headers

I'm trying out the REST Call task, and it looks like it does most of what I need. It does seem to be missing a way to access/store the response headers. Is there something I'm missing?

pbcr by Champ in-the-making
  • 4526 Views
  • 2 replies
  • 0 kudos

Set Permission through REST API

Dear friendsHow can I set permission by using update Node APICan I Do this directly by HttpClient and HttpPost methods?PLEASE, can You give me some code example?Thank You

dadamia by Champ on-the-rise
  • 6093 Views
  • 3 replies
  • 0 kudos

cache.node.nodesTransactionalCache

Hi,I was trying to login to alfresco server, but i was not able to. Found the following warning in catalina.out:WARN  [cache.node.nodesTransactionalCache] [defaultAsyncAction2] Transactional update cache 'org.alfresco.cache.node.nodesTransactionalCac...

lavj by Champ in-the-making
  • 6539 Views
  • 1 replies
  • 0 kudos

Help, please!

2018/05/17 21:23:48 - Abort.0 - "status" : 2018/05/17 21:23:48 - Abort.0 - {2018/05/17 21:23:48 - Abort.0 - "code" : 500,2018/05/17 21:23:48 - Abort.0 - "name" : "Internal Error",2018/05/17 21:23:48 - Abort.0 - "description" : "An error inside the HT...

frs_ssa by Champ in-the-making
  • 3315 Views
  • 1 replies
  • 1 kudos

A WordPress Plugin documentation

Looking for a WordPress Plugin to display document from alfresco.As per https://github.com/MajesticComputerTechnology/alfrescodoc-wordpress the document should be available at https://camo.githubusercontent.com/bf8155208d2a62cccc7a1dc99aa57cae735e51a...

k4r_o by Champ in-the-making
  • 7050 Views
  • 4 replies
  • 1 kudos

Closed workflow history related with document

Hello!Have site and document library with docs in it.Some workflow (one per doc) starting with some doc.We can see icon in doclist - this doc is under workflow - good.Workflow ending and closed. Now we see just "clean" doc like no workflows was alrea...

djarty by Star Contributor
  • 6326 Views
  • 4 replies
  • 0 kudos

Resolved! How to complete process in between of running process

Hello,I have created two processes namely "main process" and "child process".In "main process" i am calling the "child process" using call activity sub process, my question is i want to skip the child process task and perform the next task how can i ...

amruta_w by Star Collaborator
  • 8793 Views
  • 5 replies
  • 1 kudos

Enhance Async Task Executor

Hello,I have noticed that the async task executor can be enhanced by removing some thread sleep in class like AcquireAsyncJobsDueRunnable or AcquireTimerJobsRunnable.I have already submit this enhancement some times ago (activiti version 5.0.17.), I ...

How to secure the login API

Hi All,During the security test of our instance our security expert asked us to secure the login API http://www.myserver.com:8080/alfresco/service/api/login?u=me&pw=mypasswordas it send the username and password as it is and can be used by attacker t...