Download the PHP package cpsit/admiral-cloud-connector without Composer
On this page you can find all versions of the php package cpsit/admiral-cloud-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cpsit/admiral-cloud-connector
More information about cpsit/admiral-cloud-connector
Files in cpsit/admiral-cloud-connector
Package admiral-cloud-connector
Short Description AdmiralCloud connector
License GPL-3.0+
Homepage https://www.cps-it.de/
Informations about the package admiral-cloud-connector
TYPO3 Extension admiral_cloud_connector
This extension connects the AdmiralCloud with Typo3. It adds a seperate file_storage for AdmiralCloud files. At every place sys_file_reference is used, you can use AdmiralCloud files
Installation
composer require cpsit/admiral-cloud-connector
run following SQL to install file_storage
and create the corresponding fileMount "AdmiralCloud" for the storage.
Add following to AdditionalConfiguration.php
Create file typo3conf/CustomConfiguration.php with following content:
replace Credentials with yours
Create Backenduser with e-mail, first-name, last-name and Security group the user has in AdmiralCloud. The E-Mail must be the same the user is using in Admiralcloud. If the User is Admin, the Securitygroup is ignored but must be set to random number (e.g. 13)
TYPO3 editor permissions
To enable editors for AdmiralCloud functions, please add at least the following permission:
Mounts & Workspaces
- Add "AdmiralCloud" to the list of accessible FileMounts
- Fileoperation permissions / File: check permission for [addFileViaAdmiralCloud]
optional
Allow cropping tool for AdmiralCloud images: check permission for (tx_admiralcloudconnector_crop) on tab „Access Lists“ / „Allowed excludefields” in “File Reference”.
known bugs
- InstallSlot for Storage SQL isnt working, so the SQL need to run manually
TODO documentation
- add information about authentification / security groups
All versions of admiral-cloud-connector with dependencies
guzzlehttp/guzzle Version *
guzzlehttp/oauth-subscriber Version *
typo3/cms-core Version ^12.4.22
typo3/cms-fluid Version ^12.4.22
typo3/cms-filemetadata Version ^12.4.22