Releases: kaminskia1/filesystem
Releases · kaminskia1/filesystem
Release 1.2
Changes:
- Added support for multiple simultaneous file uploads
To use:
- Install all required PHP dependencies using composer install --no-dev --optimize-autoloader.
- Install all required NPM dependencies using
- Ensure the provided APP_SECRET is randomized in the environment variables
- Link database, then create the schema with php bin/console doctrine:database:create
- Finally, create an administrator with php bin/console make:fs-user
Release 1.1
Bugfixes:
- Fixed redirection upon failed login
- Removed list styling on Edge and Chromium-based browsers
- Fixed issue when attempting to use
viewon a file's contextmenu
To use:
- Install all required dependencies using composer install --no-dev --optimize-autoloader.
- Ensure the provided APP_SECRET is randomized in the environment variables
- Link database, then create the schema with php bin/console doctrine:database:create
- Finally, create an administrator with php bin/console make:fs-user
Release 1.0
Initial release.
To use:
- Install all required dependencies using
composer install --no-dev --optimize-autoloader. - Ensure the provided APP_SECRET is randomized in the environment variables
- Link database, then create the schema with
php bin/console doctrine:database:create - Finally, create an administrator with
php bin/console make:fs-user