celum_connect_fal is a Typo3 FAL (file abstraction layer) implementation which allows to browse the files stored in Celum directly in Typo3.
The extension can be installed either though composer or through the backend:
connector.youtube
and url
1:_processed_
The folder for manipulated and temporary files is required by Typo3 FAL but will not be visible.
1:_processed_
should always work. The storage 1 is the file storage which is automatically created by Typo3. _processed_ is the identifier of the processed folder in any storage.
Same as the File Storage.
TYPO3 Connect (FAL) | CELUM | TYPO3 |
---|---|---|
1.0 and above | 5.13.3 and above | 8.7.0 and above |
1.1.4 and above | 5.13.4 and above (tested with 6.4) | 8.7.0 and above |
1.1.13 and above | 5.13.4 and above (tested with 6.8) | 8.7.0 and above |
Attention: public urls provider cannot have a space or CORA fails (tested with REST 5.0, bug reported)
Released 2018-12-18
Initial version of the CELUM FAL driver
Released 2019-01-04
Fixed size of image in the info view for version 9+ (scale to max 1024px as we cannot know what the download size will be, only the size of the original is known) and no more floating point pixel values.
Released 2019-01-07
Increased security by adding the new secret feature of the directDownload plugin.
Released 2019-01-28
Linux path fix. On Linux systems Typo3 sometimes requests the "//" or "" folder when it wants to get the root "/" which lead to errors on previous versions.
Released 2019-02-05
Add file extension to name, otherwise the thumbnail isn't displayed in the backend. Read width and height from the cache in the extractor, so that the image is editable in the backend.
Released 2019-02-22
Switched to guzzle. Better bug fix for invalid identifiers.
Released 2019-07-02
Added composer.json
Released 2019-07-04
Several improvements, tested and working version for composer, configurable download format. Removed file logger for productive environment (standard error logger still active).
Released 2019-12-09
Bug fix, Typo3 is creating driver instances before the configuration is entered leading to an "invalid license" error.
Released 2019-12-09
Bug fix in public URLs.
© brix IT Solutions