Questions tagged [alfresco]

Alfresco Open Source Enterprise Content Management Software

Alfresco is an open source enterprise content management software. It features a content repository, which can be embedded in applications, and several products built on top of the repository: Document Management, Records Management, and Collaboration (Alfresco Share).

More information on Alfresco is available at Alfresco.com

Alfresco also maintains a wiki, forum and online documentation, which can often contain the answer to your problems. Several people regularly hang out at #alfresco in freenode IRC (Check out channel logs here). And, there is a Google Group called "Alfresco Technical Discussion".

The Alfresco tag here is best used for questions around configuring, extending, customising and building on top of Alfresco. For questions on installing and provisioning Alfresco, the Alfresco tag on ServerFault may be a better bet

3529 questions
0
votes
1 answer

Alfresco 'java.lang.NoSuchMethodError: 'void io.netty.handler.logging.LoggingHandler' with Spring Webflux Starter

I get a java.lang.NoSuchMethodError: 'void io.netty.handler.logging.LoggingHandler exception when starting Alfresco but already cleaned my dependencies and only get io.netty dependencies from Spring Boot Starter Webflux. My stack trace is…
Akagitsune
  • 25
  • 7
0
votes
0 answers

ContentNodeSelectorComponentData is only a type, not value

Using the ContentNodeSelectorComponentData as shown in the documentation https://www.alfresco.com/abn/adf/docs/content-services/components/content-node-selector.component/ I have an error using: data: ContentNodeSelectorComponentData = { title:…
0
votes
0 answers

Alfresco: content security policy not set

I have an Alfresco 5.2 Community edition and I'm testing it's security using the OWASP ZAP tool (version 2.11.1). Alfresco runs behind a nginx reverse proxy which applies the HTTPS certificate. Scanning my Alfresco I receive some warnings about…
Fjordo
  • 768
  • 3
  • 18
  • 40
0
votes
1 answer

How to enforce calling a cancel or other methods once the user leave the dialog

I have a case represented by user starting a dialog to create a "certain node" and that dialog has two choices only inside it one for create which implies an update of properties that entered by the user and other for cancel/close. The complete…
Mohammed Amr
  • 307
  • 5
  • 15
0
votes
0 answers

Full text search on content of documents

I need to save several files like pdf, docx, xslx etc.. I also need to make full text search on that files, for example, file named test.pdf that contains three lines: firt test line two my test line three test line Given an input like 'my' i need…
Luke J
  • 1
  • 1
0
votes
0 answers

Alfresco customize workflow I would like someone to be able to see the workflow

I Would like 'Group_Marketing' can start workflow. Workflow is customize. Can i do this Please help me Thank you
nicorobin
  • 31
  • 5
0
votes
1 answer

How to set visibility for actions for specific user groups in Alfresco

I am new in Alfresco, and currently I am working on small project. The problem that I have is that I need to set one action from multi-select to be visiable just for one user group. This action is on Search window, and it's download action. (Picture…
Mike1988B
  • 57
  • 5
0
votes
0 answers

how can i audit user actions in alfresco? 2022

how can i audit user actions in alfresco? Basically how can I audit in alfresco? The A.A.A.R. Application is obsolete for the version of alfresco community 5.2 they say that it can be used with pentaoh with the Alflytics plugins but I can't get it,…
0
votes
0 answers

Alfresco - ADF - modify list value of adf-content-metadata-card

I want to modify one of the properties in adf-content-metadata-card , for example in order to modify a property of type "text" adf suggests for me a textbox, for my case if the user would like to modify a property I want adf to suggest for me a…
0
votes
0 answers

web-script Alfresco for getting list of noderef with given aspect

Alfresco 5.1 Enterprise. I have JS-script: var def = { query: 'ASPECT:"cont:overdue" AND ASPECT:"cont:subject"', language: "fts-alfresco" }; var nodes = search.query(def); for each(var node in nodes) { print(node.nodeRef); } It…
0
votes
1 answer

Is this the best scenario for doing it ?

I'm trying to implement the multi language or bilingual content and i notice the follwoing: create a content change content language filter from user profile. update content with the preferred language Now, the content is bilingual or muli…
Mohammed Amr
  • 307
  • 5
  • 15
0
votes
1 answer

How do I add this module to my customized version of Alfresco without a global trashcan

I deleted a piece of data on the Alfresco page, and I want to restore the data, but my Alfresco is customized without user configuration options, and I can't see the global trashcan can, what should I do
jln
  • 3
  • 2
0
votes
0 answers

Fetch active tasks of every nodeRef in Alfresco

Alfresco 5.1 Enterprise. I have a JS-script that outputs all nodeRef and active instances for given aspect. I want modify the script to display details of active tasks associated with these instances: name of active task, assigned user/group, task…
ERemarque
  • 497
  • 3
  • 16
0
votes
0 answers

Find list of unencrypted nodes from Alfresco Content store

I have tried to query my DB to find nodes that are unencrypted that are not in alf_content_url_encryption. Due to the large volume of data (in the millions) it has returned an error. I am looking to create a Java Backend to do this but am unsure on…
0
votes
1 answer

How to upgrade Alfresco 4.1.4 to 7.2?

I tried installing Alfresco 7.2 via docker compose which is recommended way by alfresco for most of the people. I found it hard to customize so I went for the zip installation approach. In zip approach we require too many complex configs which are…
RV7
  • 55
  • 5
1 2 3
99
100