alfresco

How to get alf_ticket in Alfresco Share 3.4

泄露秘密 提交于 2019-12-22 13:56:41
问题 I've been using context.properties.alfTicket to get a ticket for some custom stuff I've been working before, but recently I migrated from Alfresco 3.0 to 3.4. Now I can't find the authentication ticket in Alfresco Share - is there a way to get this? Whether in JavaScript (server-side, of course) or freemarker. Edit: I added a bounty. I'll give the bounty to whoever gives me the code sample on how to get the alf_ticket in document-details.get.js or document-details.get.html.ftl . 回答1: In an

entreprise intranet Liferay or Alfresco

浪子不回头ぞ 提交于 2019-12-22 08:27:15
问题 I want to create an enterprise intranet , that provides authentication of employees and management profiles, messaging, calendar, document management... I think I can use php or java CMS , for the moment after some research I decided to use Liferay or Alfresco. The problem is that I don't really know the difference between them , and what I have to choose . 回答1: They're quite different products, solving different business needs. Liferay It's a Java Portal. It focuses on creating web sites

Alfresco SSO with Cookie

淺唱寂寞╮ 提交于 2019-12-21 23:10:58
问题 I want to integrate Alfresco with my current login system (which is an LDAP server). I can successfully integrate LDAP authentication in, however, I want to use an external login page and have Alfresco read a cookie to log the user in (the cookie will contain the username and a key which can be used to verify they're logged in with the LDAP server). I looked into the example that came with the SDK, but there doesn't seem to be a way to login the user in without a password. I was looking into

How to setup alfresco jlan file server as a standalone java package?

此生再无相见时 提交于 2019-12-21 21:17:43
问题 I am new to file server implementation. Alfresco jlan seems a good start as it's a pure Java implementation of most server protocols - CIFS, NFS and FTP. There are lot of threads devoted to alfresco, but not specific to jlan. How to setup jlan as a standalone java package in NetBeans? Thanks in advance. 回答1: Have a look at https://web.archive.org/web/20110925093759/https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/alfresco-jlan/ Here you will find a runsrv.bat

Integrating Liferay and Alfresco

半腔热情 提交于 2019-12-21 05:14:21
问题 Im using Liferay version 5.2.3 and Alfresco Community Edition.I want to integrate Alfresco with Liferay . I want to show Alfresco as a portlet within Liferay. Can someone please tell me how to go about doing this ? Thank You 回答1: There are a couple well-travelled links on the liferay community site. The most often recommended is this one ... http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/Full+Integration+-+Liferay,+Alfresco,+SSO+and+LDAP This one describes a more basic setup :

Which is easier to extend, Alfresco or Nuxeo? [closed]

一个人想着一个人 提交于 2019-12-20 10:44:41
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . I am considering doing a rewrite of an open source project from LAMP to J2EE and integrating it with an enterprise oriented CMS as the GUI. The two most viable OSS ECM J2EE CMS platforms that I have run across are Alfresco and Nuxeo. I need to get into some deep integration

How to filter folder children using cmis query?

纵然是瞬间 提交于 2019-12-20 06:06:05
问题 I would like to filter the children of folders from a cmis 1.0 compliant repository with one query. So far that doesn't seem to be possible so I have settled to execute two queries to retrieve the children (i.e. folders and documents), however would still like to filter children by custom types so I have the following query: SELECT cmis:objectTypeId, cmis:objectId FROM cmis:folder WHERE cmis:objectTypeId = 'my:custom1' OR cmis:objectTypeId = 'my:custom2' OR cmis:objectTypeId = 'cmis:folder'

Alfresco Update File - ERROR POST

狂风中的少年 提交于 2019-12-20 05:24:12
问题 I'm trying to update a file in Alfresco... And I make this code: var csrf_header = Alfresco.util.CSRFPolicy.getHeader(); var csrf_token = Alfresco.util.CSRFPolicy.getToken(); function getResponse(pdfbase64) { var fd = new FormData(); if (Alfresco.util.CSRFPolicy && Alfresco.util.CSRFPolicy.isFilterEnabled()) { fd.append(csrf_header, csrf_token); } fd.append("username", "admin"); fd.append("updatenoderef", nodeRef); fd.append("filedata", pdfbase64); fd.append("majorversion", "true"); fd.append

Alfresco share login issue

旧街凉风 提交于 2019-12-20 05:19:32
问题 I found some issue with my local installation of alfresco share. When I try to login using http://localhost:8080/share it returns to me this error message: The remote server may be unavailable or your authentication details have not been recognized On my log I can see that: 12:02:28,491 http-8080-1 DEBUG [commons.httpclient.HttpClient] Java version: 1.6.0_26 12:02:28,492 http-8080-1 DEBUG [commons.httpclient.HttpClient] Java vendor: Apple Inc. 12:02:28,493 http-8080-1 DEBUG [commons

Disable the user home folder creation

会有一股神秘感。 提交于 2019-12-20 05:15:52
问题 When the admin user create the user, I customize the code to switch on and off "homeFolderCreationEager" but it can only delay the creation of the folder. When the corresponding user logs in, the folder for that user is automatically created. How can I prevent this from happening ? Any kind help is appreciated. 回答1: As stated in the wiki, you can configure the users to share the Company Home space. If you're using LDAP synchronization, you can configure it with ldap.synchronization