dev-master
9999999-devFrontend file exchange with virtual folders and flexible permissions.
GPL-3.0+
The Requires
- php >=5.6.0
- typo3/cms-core ^6.2 || ^7.6 || ^8.0
The Development Requires
Frontend file exchange with virtual folders and flexible permissions.
Fork of the bnbfilesharing TYPO3 Extension., (*2)
This is basically a complete rewrite with the following changes:, (*3)
Currently there are requirements to non public Extensions that need to be resolved (intdiv, uploadhandler)., (*4)
Currently only manual update from version 1.x is possible. Execute these SQL queries:, (*5)
RENAME TABLE tx_bnbfilesharing_domain_model_files TO tx_bnbfilesharing_domain_model_file; ALTER TABLE `tx_bnbfilesharing_domain_model_file` CHANGE `beschriftung` `label` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT ''; ALTER TABLE `tx_bnbfilesharing_domain_model_file` CHANGE `feuserid` `feuser` INT(11) NOT NULL DEFAULT '0'; ALTER TABLE `tx_bnbfilesharing_domain_model_folder` CHANGE `feuserid` `feuser` INT(11) NOT NULL DEFAULT '0';
Frontend file exchange with virtual folders and flexible permissions.
GPL-3.0+