Skip to content

Commit

Permalink
2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JbIPS committed Nov 6, 2019
1 parent fc584ed commit 5e3c57e
Show file tree
Hide file tree
Showing 25 changed files with 200 additions and 169 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [] - 2019-11-06
### 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

## [2.0.4] - 2018-10-08
## [2.0.4] - 2018-10-08 - 2019-11-06
### Fixed
- [FTP] Handles FTP server that return an empty list on 404 (like OVH)

## [2.0.3] - 2018-03-25
## [2.0.3] - 2018-03-25 - 2019-11-06
### Fixed
- [FTP] Prevents server crash when unable to connect to server (https://github.com/silexlabs/CloudExplorer2/issues/57)

## [2.0.2] - 2018-03-10
## [2.0.2] - 2018-03-10 - 2019-11-06
### Fixed
- [GitHub] OAuth scopes are provided in request headers (https://github.com/silexlabs/unifile/issues/123)
- [GitHub] Fix batch update with multi levels tree

## [2.0.1] - 2017-12-11 - 2018-03-10
## [2.0.1] - 2017-12-11 - 2018-03-10 - 2019-11-06
### Fixed
- [Dropbox] Batch correctly overwrite existing files (https://github.com/silexlabs/unifile/issues/131)
- [Dropbox] Batch now correctly rejects the promise if one action failed (https://github.com/silexlabs/unifile/issues/131)
- [Dropbox] Batch upload uses `Buffer` for file content and supports UTF-8 (https://github.com/silexlabs/unifile/issues/130)
- [Dropbox] All the methods support non-ASCII char in filename and content (https://github.com/silexlabs/unifile/issues/134)

## [2.0.0] - 2017-11-25 - 2018-03-10
## [2.0.0] - 2017-11-25 - 2018-03-10 - 2019-11-06
### Changed
- GitHub batch fixes and optimization
- Code factorization
Expand All @@ -52,7 +52,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- WebDAV connector is now a separate plugin
- `unifile.connectors` is now private

## [1.2.0] - 2017-06-01 - 2017-11-25 - 2018-03-10
## [1.2.0] - 2017-06-01 - 2017-11-25 - 2018-03-10 - 2019-11-06
### Added
- SFTP support
- `.stat()` method that return information abouth the given path
Expand All @@ -70,15 +70,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Includes connector documentation to the global one
- Includes README in documentation

## [1.1.0] - 2017-04-26 - 2017-11-25 - 2018-03-10
## [1.1.0] - 2017-04-26 - 2017-11-25 - 2018-03-10 - 2019-11-06
### Added
- Local filesystem support

## 1.0.0 - 2017-04-05
### Changed
- Total rework of the philosphy

[Unreleased]: https://github.com/silexlabs/unifile/compare/v2.0.3...HEAD
[]: https://github.com/silexlabs/unifile/compare/v2.0.3...v
[2.0.3]: https://github.com/silexlabs/unifile/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/silexlabs/unifile/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/silexlabs/unifile/compare/v2.0.0...v2.0.1
Expand Down
4 changes: 2 additions & 2 deletions docs/BatchError.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h4 class="name" id="BatchError"><span class="type-signature"></span>new BatchEr

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="error.js.html">error.js</a>, <a href="error.js.html#line33">line 33</a>
<a href="error.js.html">error.js</a>, <a href="error.js.html#line34">line 34</a>
</li></ul></dd>


Expand Down Expand Up @@ -165,7 +165,7 @@ <h4 class="name" id="BatchError"><span class="type-signature"></span>new BatchEr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:35 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
12 changes: 6 additions & 6 deletions docs/DropboxConnector.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ <h2>

<div class="class-description"><p>Service connector for <a href="https://dropbox.com">Dropbox</a> plateform.</p>
<p>This will need a registered Dropbox application with valid redirection for your server.
You can register a new application <a href="https://%3Ca%20href=%22http://www.dropbox.com/developers/apps">here</a>">www.dropbox.com/developers/apps|here}</a> and
You can register a new application <a href="https://www.dropbox.com/developers/apps">here</a> and
learn more about Dropbox OAuth Web application flow
<a href="https://%3Ca%20href=%22http://www.dropbox.com/developers/reference/oauth-guide">here</a>">www.dropbox.com/developers/reference/oauth-guide|here}</a></p></div>
<a href="https://www.dropbox.com/developers/reference/oauth-guide">here</a></p></div>


</header>
Expand All @@ -73,7 +73,7 @@ <h4 class="name" id="DropboxConnector"><span class="type-signature"></span>new D

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="unifile-dropbox.js.html">unifile-dropbox.js</a>, <a href="unifile-dropbox.js.html#line179">line 179</a>
<a href="unifile-dropbox.js.html">unifile-dropbox.js</a>, <a href="unifile-dropbox.js.html#line191">line 191</a>
</li></ul></dd>


Expand Down Expand Up @@ -331,8 +331,8 @@ <h6>Properties</h6>


<td class="description last"><p>Write mode when files conflicts. Must be one of
'add'/'overwrite'/'update'.
<a href="https://%3Ca%20href=%22http://www.dropbox.com/developers/documentation/http/documentation#files-upload">see">www.dropbox.com/developers/documentation/http/documentation#files-upload|see</a> Dropbox manual</a></p></td>
'add'/'overwrite'/'update'.
<a href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload">see Dropbox manual</a></p></td>
</tr>


Expand Down Expand Up @@ -430,7 +430,7 @@ <h6>Properties</h6>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:35 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
33 changes: 31 additions & 2 deletions docs/FsConnector.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h4 class="name" id="FsConnector"><span class="type-signature"></span>new FsConn

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="unifile-fs.js.html">unifile-fs.js</a>, <a href="unifile-fs.js.html#line28">line 28</a>
<a href="unifile-fs.js.html">unifile-fs.js</a>, <a href="unifile-fs.js.html#line40">line 40</a>
</li></ul></dd>


Expand Down Expand Up @@ -362,6 +362,35 @@ <h6>Properties</h6>



<h5>Throws:</h5>



<dl>
<dt>
<div class="param-desc">
<p>Invalid sandbox path.</p>
</div>
</dt>
<dd></dd>
<dt>
<dl>
<dt>
Type
</dt>
<dd>

<span class="param-type">Error</span>


</dd>
</dl>
</dt>
<dd></dd>
</dl>






Expand Down Expand Up @@ -398,7 +427,7 @@ <h6>Properties</h6>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:35 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/FtpConnector.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h4 class="name" id="FtpConnector"><span class="type-signature"></span>new FtpCo

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="unifile-ftp.js.html">unifile-ftp.js</a>, <a href="unifile-ftp.js.html#line106">line 106</a>
<a href="unifile-ftp.js.html">unifile-ftp.js</a>, <a href="unifile-ftp.js.html#line103">line 103</a>
</li></ul></dd>


Expand Down Expand Up @@ -354,7 +354,7 @@ <h6>Properties</h6>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:35 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
6 changes: 3 additions & 3 deletions docs/GitHubConnector.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h4 class="name" id="GitHubConnector"><span class="type-signature"></span>new Gi

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="unifile-github.js.html">unifile-github.js</a>, <a href="unifile-github.js.html#line107">line 107</a>
<a href="unifile-github.js.html">unifile-github.js</a>, <a href="unifile-github.js.html#line119">line 119</a>
</li></ul></dd>


Expand Down Expand Up @@ -294,7 +294,7 @@ <h6>Properties</h6>


<td class="description last"><p>GitHub application redirect URI.
You still need to register it in your GitHub App</p></td>
You still need to register it in your GitHub App</p></td>
</tr>


Expand Down Expand Up @@ -470,7 +470,7 @@ <h6>Properties</h6>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:36 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/RemoteStorageConnector.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h4 class="name" id="RemoteStorageConnector"><span class="type-signature"></span

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="unifile-remoteStorage.js.html">unifile-remoteStorage.js</a>, <a href="unifile-remoteStorage.js.html#line106">line 106</a>
<a href="unifile-remoteStorage.js.html">unifile-remoteStorage.js</a>, <a href="unifile-remoteStorage.js.html#line114">line 114</a>
</li></ul></dd>


Expand Down Expand Up @@ -337,7 +337,7 @@ <h6>Properties</h6>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:36 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/SftpConnector.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h4 class="name" id="SftpConnector"><span class="type-signature"></span>new Sftp

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="unifile-sftp.js.html">unifile-sftp.js</a>, <a href="unifile-sftp.js.html#line33">line 33</a>
<a href="unifile-sftp.js.html">unifile-sftp.js</a>, <a href="unifile-sftp.js.html#line45">line 45</a>
</li></ul></dd>


Expand Down Expand Up @@ -354,7 +354,7 @@ <h6>Properties</h6>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:36 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/Unifile.html
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ <h5>Parameters:</h5>


<td class="description last"><p>Service credentials (user/password or OAuth code)
or a authenticated URL to connect to the service.</p></td>
or a authenticated URL to connect to the service.</p></td>
</tr>


Expand Down Expand Up @@ -3807,7 +3807,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:35 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/UnifileError.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h4 class="name" id="UnifileError"><span class="type-signature"></span>new Unifi

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="error.js.html">error.js</a>, <a href="error.js.html#line6">line 6</a>
<a href="error.js.html">error.js</a>, <a href="error.js.html#line14">line 14</a>
</li></ul></dd>


Expand Down Expand Up @@ -164,7 +164,7 @@ <h4 class="name" id="UnifileError"><span class="type-signature"></span>new Unifi
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:35 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/error.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1 class="page-title">error.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:35 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/external-Promise.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:35 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/external-ReadableStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:35 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/external-WritableStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:35 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ <h5>Type:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 08 2018 19:46:35 GMT+0200 (Romance Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 06 2019 16:44:41 GMT+0100 (Central European Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
Loading

0 comments on commit 5e3c57e

Please sign in to comment.