Skip to content

Releases: kaminskia1/filesystem

Release 1.2

28 Jan 22:26

Choose a tag to compare

Changes:

  • Added support for multiple simultaneous file uploads

To use:

  1. Install all required PHP dependencies using composer install --no-dev --optimize-autoloader.
  2. Install all required NPM dependencies using
  3. Ensure the provided APP_SECRET is randomized in the environment variables
  4. Link database, then create the schema with php bin/console doctrine:database:create
  5. Finally, create an administrator with php bin/console make:fs-user

Release 1.1

27 Jan 00:00

Choose a tag to compare

Bugfixes:

  • Fixed redirection upon failed login
  • Removed list styling on Edge and Chromium-based browsers
  • Fixed issue when attempting to use view on a file's contextmenu

To use:

  1. Install all required dependencies using composer install --no-dev --optimize-autoloader.
  2. Ensure the provided APP_SECRET is randomized in the environment variables
  3. Link database, then create the schema with php bin/console doctrine:database:create
  4. Finally, create an administrator with php bin/console make:fs-user

Release 1.0

22 Jan 19:40

Choose a tag to compare

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