Skip to content

Releases: Logic-Layer-Dev/OperaFR

Version v1.3.0

Choose a tag to compare

@carlosgiongo carlosgiongo released this 18 Oct 17:15
b9b5c5d

Release v1.3.0

Officially the version v1.3.0 of the project

FIXES

  • DELETE files route throwing error 500

FEATURES

  • Created support to file upload with ZeroMQ lib
  • Created NPM package called "operafr" for less upload complexity

Give a look in the documentation.

Version v1.2.0

Choose a tag to compare

@carlosgiongo carlosgiongo released this 04 Sep 18:55
94ff828

Release v1.2.0

Officially the version v1.2.0 of the project

FIXES

  • Filter of folders not working when searching for root folders;
  • Renamed wrong named class;

FEATURES

  • Created support to octet-stream files upload
  • Possibility for block IP's for hosts of file senders (like a cors);

Give a look in the documentation.

Version v1.0.0

Choose a tag to compare

@carlosgiongo carlosgiongo released this 26 Aug 18:41

Release v1.0.0

Officially the version v1.0.0 of the project

Features

  • Creation of logical folders;
  • Creation of permission by folders;;
  • Uploading files;
  • Raw listing of files;
  • Server-side file rendering;
  • Integration with PG + Prisma;
  • Authentication already functional;
  • Logs for critical activities in the database (deletion of files/folders);
  • Local logs with winston;

This release includes all the core functions of a file repository system. Some features gonna be polished. New features are in studying stage.

A "test" branch will be created. All homologations will occur in this new branch.

Give a look in the documentation.