Elastic Bean Stalk Lifecycle Policy

AWS Elastic Beanstalk is a powerful platform for deploying and managing applications in the cloud. One of its key features is the ability to define lifecycle policies that automate tasks such as environment updates, instance replacements, and application cleanup. In this blog post, we will explore Elastic Beanstalk lifecycle policies in detail, understand their benefits, and provide code examples to illustrate their usage.

Continue reading “Elastic Bean Stalk Lifecycle Policy”

Block uploads of certain file type to sites and folders in Alfresco 5.x

By default Alfresco does not have any restrictions on file types that can be added to the repository. Alfresco accepts .exe, .dll, .sh, .js, .cs, .java etc. So if there is a business requirement to block certain file types from being uploaded to a site of folder in Alfresco, how can we go about implementing that in simple fashion?

 

Continue reading “Block uploads of certain file type to sites and folders in Alfresco 5.x”

Add new permission for existing site groups – Alfresco Share

Sometimes, the default site permissions would not be enough for particular use case. Take for example, a user is added as a collaborator to a site. The user can add documents, but cannot delete any. Now say we want to add delete permission for this user. How do we go about doing that quickly?

 

Continue reading “Add new permission for existing site groups – Alfresco Share”

Disable non-admin users from deleting or updating site permissions – Alfresco Share

We can also disable permissions to delete a site or update site visibility for sites that are already created before we applied the disable create site permission update to share.

Continue reading “Disable non-admin users from deleting or updating site permissions – Alfresco Share”

Disable non-admin users from creating sites – Alfresco Share

This time we want to prevent users who are not defined as admins or in the admin group from creating their own sites. Is there a quick and simple way make this change and persist this across amp deployments?

Continue reading “Disable non-admin users from creating sites – Alfresco Share”

Hide ‘Manage-permissions’ link in sites – Alfresco Share

I have a site and i want to restrict all users from making any changes to the sites permissions. Is there a quick and easy way to do that in Alfresco One 5.0? Lets look at sites and permissions and how we can apply a quick fix. Continue reading “Hide ‘Manage-permissions’ link in sites – Alfresco Share”

Alfresco Maven SDK

Many times when we want to customize Alfresco, we tend to take the easy route and make changes to the core Alfresco .js and .xml files that are in the alfresco or share folders.  While this may be a quick fix and easy to work with, it is not advisable to do so and not recommended by Alfresco as well. The reasons are as follows.

Continue reading “Alfresco Maven SDK”

Alfresco Share Customization – Part 2

Customize Alfresco Share login page footer 

Intro

In the previous post we looked at changing the login logo for Share. In this post we are going to update the copyright text in the login page. We are going to use the same project we used for Part 1 of Alfresco Customization

 

Continue reading “Alfresco Share Customization – Part 2”