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
2 answers

How do I embed the share in another website?

I have a website in which I would like to embed the share using an iframe. The problem is how do prevent the user having to login (in the iframe). They are already authenticated at this point. The parent application which is generating the iframe…
Kris
  • 19,188
  • 9
  • 91
  • 111
0
votes
1 answer

Alfresco: Custom Share Evaluator based on some custom repo webscripts

So I'd like to write a new set of evaluators in Share based on the result of some repository webscripts. The current existing Share evaluators are usable through some XML configuration and are related to Alfresco usual meta-data. But, I'd like to…
plus-
  • 45,453
  • 15
  • 60
  • 73
-1
votes
1 answer

I want to be able to access to documents through a MySQL database

I want to be able to access to documents through a MySQL database(for example I want to create a table that has users and each user has some documents that they stored in alfresco so I want to access to them through this table)
Dr Brown
  • 11
  • 3
-1
votes
1 answer

how to remove slowness from loading document library message in Alfresco 6.0?

i have an issue with my alfresco repository it takes a long time to enter folders; i'm usign alfresco 6 deployed via docker-compose, with mysql 5.7 instaled in host server enter image description here
-1
votes
1 answer

Alfresco Dictionary add a lot of data using javascript

I have a dictionary nodeRef that i know. I need to fill this dictionary with a lot of values, this values have to be imported by hand or using javascript console. Is there a way using javascript console to import this values? For example: var…
john2994
  • 393
  • 1
  • 3
  • 15
-1
votes
1 answer

No result for PATH:"/" in Alfresco Node Browser

I am using Alfresco Community v6.0.7. When I try to query the default path by searching just PATH:"/" in the Node Browser of Alfresco Share, I get No results and 07100085 is displayed at the Name column in the grid below. Can anyone tell me what…
Mandeep Ranu
  • 99
  • 1
  • 9
-1
votes
1 answer

Logger configuration in Alfresco

Is there a specific onfiguration for logger to print log.info() message ? I have action classes extended quatz class as shown below . but the log is not printing out in log file - alfresco.log . I can see system.out.println in tomcat log…
-1
votes
1 answer

How to recover or rebuilt alfresco themes

I accidentally deleted the alfresco-community\tomcat\webapps\share\themes directory including the alfresco-community\tomcat\webapps\share\themes\wcmqs.war file. How do I recover this file or rebuilt a new on linux? I was able to copy themes folder…
Bellash
  • 7,560
  • 6
  • 53
  • 86
-1
votes
2 answers

How to find all the files of a particular model in Alfresco

Good morning. I have a task to make a request that would find all the documents of a certain type. After receiving the result, I need to display the fields of all found documents in the table. How can I do that? Thanks for answers.
Kun Aguero
  • 25
  • 3
-1
votes
1 answer

Simple way to setup new Alfresco server with production configuration

I have backup of production Alfresco 4.2 Enterprise server consisting of: - database; - folders Tomcat7, Alfresco (where alf_data, alfresco-global.properties and etc). Currently I'm deploying new standby server with production configuration and…
ERemarque
  • 497
  • 3
  • 16
-1
votes
1 answer

how to implement alfresco custom login component

I'm Following This Tutorial On Alfresco's Platforme and I'm Stuck at this point You would typically connect to the remote authentication mechanism to verify username/pwd... this link to the tuto : Authentication
-1
votes
2 answers

How to use Web Script in Alfresco as a developer?

I am new to Alfresco and using Alfresco 5.2. I started learning it as an ECM and now I can understand the Share interface to some extent. But I need to master Alfresco as a developer, for which I have to nail Web Script. But I am not sure how to…
-1
votes
1 answer

How to add folders in the main folder in webscripts

i need your help, I have created in Share a new type folder, called "TanFolder". it's on documentLibrary. I would like, when i create this folder, three other folders will be created automatically within it Example: every time i create a…
M.Lola
  • 1
-1
votes
3 answers

Access Denied while using nodeService.getParentAssocs() in alfresco

I am getting this error when i am using nodeService.getParentAssocs() in alfresco any idea? > Access Denied. You do not have the appropriate permissions to perform this operation.
Sachin Singh
  • 99
  • 12
-1
votes
2 answers

Alfresco webscript to get the list of all files and folder with their size

Need a js based alfresco webscript to get the list of all folders and files recursively alond with their size.