jweiland / checkfaluploads
Displays a checkbox that must be checked to upload files in backend
Installs: 1 786
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^9.5.20 || ^10.4.6
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- nimut/testing-framework: ^5.1
README
With checkfaluploads we will add a new checkboxes to filelist module and ElementBrowser 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 user UID of the uploader will be added to the sys_file record
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