jweiland / checkfaluploads
Displays a checkbox that must be checked to upload files in backend
Installs: 3 550
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 2
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4.8
- typo3/cms-filelist: ^12.4.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.14
- phpunit/phpunit: ^9.6
- roave/security-advisories: dev-latest
- typo3/cms-form: ^12.4.4
- typo3/coding-standards: ^0.6
- typo3/testing-framework: ^7.0.2
Replaces
- typo3-ter/checkfaluploads: 4.0.3
This package is auto-updated.
Last update: 2024-10-20 08:22:51 UTC
README
With checkfaluploads
we will add a new checkbox to filelist module and FileBrowser
where the user gives unrestricted rights to the owner for the uploaded files.
Further the user UID will be added to the sys_file
record, so an admin can see and filter files by
user UID.
1 Features
- The FE or BE user UID of the uploader will be added to the
sys_file
record - Add checkbox for image rights into the FileBrowser (modal window)
- Add checkbox for image rights into the filelist module
- Integrated API to add your own image rights checkbox to extbase and/or EXT:form forms
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require jweiland/checkfaluploads
Installation as extension from TYPO3 Extension Repository (TER)
Download and install checkfaluploads
with the extension manager module.
2.2 Minimal setup
- Install the extension
- Reload backend