Unifile Versions Save

Unified access to cloud storage services through a simple web API.

v2.0.8

4 years ago

Fixed

  • [FTP] FTP client has been replace, thus fixing multiple bugs like stat
  • [SFTP] Fix an issue when listing or stating with an empty path
  • [GitHub] Gracefully handle scopes and permissions
  • [Node] Update minimal version of Node to 8

v2.0.4

5 years ago

Fixed

  • [FTP] Handles FTP server that return an empty list on 404 (like OVH)

v2.0.3

6 years ago

Fixed

v2.0.2

6 years ago

Fixed

  • [GitHub] Fix batch update with multi levels tree

v2.0.1

6 years ago

Fixed

v2.0.0

6 years ago

Changed

  • GitHub batch fixes and optimization
  • Code factorization
  • Remove parameters mutations
  • .readFile() now always return a Buffer
  • [Dropbox] Retrieve account when providing only the token
  • [Dropbox] Normalize errors (as for #103)

Added

  • Tools, index and FS are 100% covered
  • Coverage for all connectors
  • [Dropbox] Add some security check

Fixed

  • In SFTP, directory type is now set to 'application/directory'
  • [Dropbox] Fixes batch upload (Closes ##114)

Removed

  • WebDAV connector is now a separate plugin
  • unifile.connectors is now private

v1.2.0

6 years ago

Added

  • SFTP support
  • .stat() method that return information abouth the given path
  • Connector constructor now accepts infos to override static infos
  • FS connector now has a sandbox to restrict file access

Fixed

  • .getInfos() now correctly get the session
  • Takes GitHub redirectUri into account for OAuth requests
  • Fixes Dropbox batch operation
  • Fixes Dropbox infos when account has not been set yet

Changed

  • Dropbox is now more tolerant with the path (first / is optional)
  • Includes connector documentation to the global one
  • Includes README in documentation

v1.1.0

7 years ago

Adds FS support

v1.0.0

7 years ago

Complete makeover of the library