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

Alfresco REST API for downloading document

I want to use the Afresco REST API to download a document. After some research I find out this REST API: /alfresco/s/api/node/content{property}/{store_type}/{store_id}/{id} But I am not sure how to pass the parameters. If my document details URL in…
Ali Nawab
  • 85
  • 1
  • 8
3
votes
2 answers

Alfresco: Defining new Control-Params

I am working on a custom form control, and need to define a new control-parameter of type string called helptext. I understand how to call it in my share-config-custom, how to use it in my custom form control, but not how to initially declare it. I…
Alan
  • 506
  • 7
  • 24
3
votes
1 answer

"No Download" Custom Role

We're using Alfresco Community 4.2.c and are in need of restricting some user from downloading document. From what we learn in this forum and other sources, we can remove/hide download button and document action from specific roles. We have…
supta
  • 143
  • 14
3
votes
0 answers

POI previsualization error with table

I've a problem with the visualization of MS Word tables in my Alfresco Share. The tables are always showing outside of the margin, I think it's a problem with OpenOffice (default suite in Alfresco Share). Please find attached a picture with the…
3
votes
2 answers

Alfresco share UI header customization

I would like to customize the share UI header, for example remove some of buttons such as People and Shared files. I found that this can be done by modifying the share-header.lib.js file located in the…
jcoder12
  • 167
  • 1
  • 4
  • 15
3
votes
2 answers

Search versioned metadata in Alfresco

How would one go about searching for a metadata field in older versions of a node? I know that Solr supports indexing for version2store, and it looks like in Alfresco 4.2f, it is indeed indexed. However, there does not seem to be a way to get it…
net_j
  • 205
  • 2
  • 9
3
votes
2 answers

Not able to disable create sites permissions in Alfresco

I'm using Alfresco 5.0.a, the newest version. I've followed the wiki guides about restricting permissions about the creation of the Alfresco sites. I want only Alfresco administrators able to create them. I've followed this guide taken from Alfresco…
Pliskin
  • 187
  • 1
  • 9
3
votes
3 answers

How to search within a particular folder in alfresco

I have folders in share shared folder. Is there any way to specify share to search for a particular file in particular folder of the shared folders?
samnaction
  • 1,194
  • 1
  • 17
  • 45
3
votes
2 answers

How to hide create site link for particular user

I am on Alfresco 4.2e Community Edition.I am able to restrict site creation for a particular group by modifying the following files. In…
samnaction
  • 1,194
  • 1
  • 17
  • 45
3
votes
2 answers

Cannot login to alfresco explorer or alfresco share

Cant login to my alfresco community edition 4.2 I tried http://127.0.0.1:8080/share/ I got Your authentication details have not been recognized or Alfresco may not be available at this time. I tried http://127.0.0.1:8080/alfresco/ I got type Status…
samnaction
  • 1,194
  • 1
  • 17
  • 45
3
votes
4 answers

Recycle bin in Alfresco Share

I wonder if it's possible to add a "recycle bin" button in the Alfresco share header. (source: alfresco.com)
3
votes
1 answer

Add custom action-rule to in Alfresco 4

I am a newbie to the alfresco. I am trying to do following task in alfresco and reflect the modification in alfresco share. what I am trying to do is create a new rule-action called XCopy this would identical to the copy function. the only different…
Kanishka Dilshan
  • 724
  • 2
  • 10
  • 19
3
votes
1 answer

Alfresco 4.2c CIFS configuration issue

I got a fresh installation of Alfresco 4.2 on Ubuntu 12.04. I had "successfully" configured CIFS and modified iptables to include (NAT) ports(1445 TCP -- 445 TCP and 1137-1139 TCP/UDP to 137-139 TCP/UDP) for SMB and NetBios. Also the machine is an…
carlosgmercado
  • 284
  • 6
  • 17
3
votes
4 answers

Scanning feature in Alfresco community edition?

I am working on to the alfresco 4.2 community addition.now i have to use the some kind of Scanning feature to scan the hard copy of the document and upload. I have googled but haven't found any good solution.
user1700502
  • 51
  • 1
  • 7
3
votes
2 answers

How to fetch allowed values of list constraint in alfresco share content model?

I'm trying to achieve this since very long, finally I'm putting a question here. I have created a custom content model in alfresco, which I'm able to use successfully through share. This content model is being used in a html form submission. User…
1 2
3
74 75