deviateltd / silverstripe-advancedassets
Adds fine-grained control over who has access to file and folders.
Installs: 3 227
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 3
Forks: 2
Open Issues: 6
Type:silverstripe-module
Requires
- silverstripe/cms: >=3.1
- silverstripe/framework: >=3.1
This package is auto-updated.
Last update: 2025-03-12 15:29:15 UTC
README
This version should work with PHP 7.2 and SilverStripe 3.7
Provides an additional Files admin area in the CMS in parallel with the CMS' standard Files admin area. It allows for some "advanced" file and folder features as follows:
Features
- Individual permissions to files and folders using the CMS' standard security system
- Embargo and expiry on individual files and folders
- Individual access to the Advanced Assets CMS admin
- Integrates with the Subsites module
Note: 1. and 2. (above) need to be explicitly enabled. See the "Options" section below.
Compatibility
If installed alongside the standard "Secured Files" module, the latter's features and access will be disabled.
Options
The module's features have been broadly broken into 2 components; Embargo / Expiry and Security. Each of these components are able to be individually enabled or disabled via the standard SilverStripe YML configuration system and are disabled by default. To enable them:
AdvancedAssetsFilesSiteConfig:
component_security_enabled: true
component_embargoexpiry_enabled: true
Installation
- Git Clone
#> git clone https://github.com/deviateltd/silverstripe-advancedassets.git
- Composer command
composer require deviateltd/silverstripe-advancedassets dev-master
- Composer (Manual)
Edit your project's composer.json
as follows:
Add a new line under the "require" block:
deviateltd/silverstripe-advancedassets
Add a new block under the "repositories" block:
{
"type": "vcs",
"url": "https://github.com/deviateltd/silverstripe-advancedassets.git"
}
Now run dev/build
via the browser or command line - and don't forget to flush.
Iconography
Component icons courtesy thenounproject.com licensed under the Creative Commons 3.0.