Commit Graph

230 Commits

Author SHA1 Message Date
Loay 9a083550a3 Merge pull request #195 from strongloop/backport/fix-finalNewLine
[Backport] Fix insert of finalNewLine
2017-02-16 10:38:04 -05:00
Loay c5d478cfad Fix insert of finalNewLine 2017-02-16 10:24:57 -05:00
Ryan Graham ba9c86913e
1.10.1
* Fix path joining/expanding (Loay)
 * Image not found should return 404 (David Cheung)
 * make sure tests fail upon error (David Cheung)
 * Revert dev-dependency on loopback to 2.x (Siddhi Pai)
 * Set publish tag to "lts" (Siddhi Pai)
2017-02-10 15:16:06 -08:00
Loay 891a0c32c4 Merge pull request #191 from strongloop/backport/fix-pathJoin
[Backport] Fix path joining/expanding
2017-02-10 17:16:35 -05:00
Loay 3bf8757721 Fix path joining/expanding 2017-02-10 16:57:54 -05:00
Amirali Jafarian 88f9a3ada9 Merge pull request #179 from strongloop/fix-image-not-found-response
Fix image not found response
2016-12-07 17:50:47 -05:00
David Cheung 2df5bc152a Image not found should return 404 2016-12-07 17:29:18 -05:00
David Cheung 9a2de90157 make sure tests fail upon error 2016-12-07 10:36:52 -05:00
Simon Ho 4742e550b8 Merge pull request #175 from strongloop/revert-loopback-2.x
Revert loopback 2.x
2016-11-21 12:39:18 -08:00
Siddhi Pai ffaad7776b Revert dev-dependency on loopback to 2.x 2016-11-18 11:47:14 -08:00
Siddhi Pai 1b2bce06d5 Set publish tag to "lts" 2016-11-18 11:46:32 -08:00
Miroslav Bajtoš 1ed7c6cef0 1.10.0
* Continue middleware chain after download error (Miroslav Bajtoš)
 * Clean up "download()" implementation (Miroslav Bajtoš)
 * Return error when no file is uploaded (Loay)
 * Update README with correct doc links, etc (Amir Jafarian)
 * Upgrade loopback to 3.0.0 (Loay)
 * Fix `use strict` (Amir Jafarian)
 * Simplify mocha test in package.json (Amir Jafarian)
 * Fix linting errors (Amir Jafarian)
 * Auto-update by eslint --fix (Amir Jafarian)
 * Add eslint infrastructure (Amir Jafarian)
2016-11-11 16:59:20 +01:00
Miroslav Bajtoš cb87b9cf94 Merge pull request #174 from strongloop/refactor-download
Refactor download
2016-11-11 16:57:48 +01:00
Miroslav Bajtoš 6cb5a294c5 Continue middleware chain after download error
Stop sending constructing the error response directly inside the
storage component and send the error back to the application to handle
it.

As a result:

 - `File.afterRemoteError` hook is trigered now

 - App-provided error handling strategy is used to build error
   responses, e.g. using the production mode of strong-error-handler
   to hide sensitive information.
2016-11-10 15:58:39 -05:00
Miroslav Bajtoš 9997041093 Clean up "download()" implementation
Reduce nesting, remove repetition.
2016-11-10 14:20:38 +01:00
Loay fc3475bf1f Merge pull request #154 from strongloop/fix/empty-form-submission
Return error when no file is uploaded.
2016-11-09 16:14:57 -05:00
Loay f944fa2fd7 Return error when no file is uploaded 2016-11-09 16:01:36 -05:00
Rand McKinney a1c7aa2992 Merge pull request #169 from strongloop/edit_readme
Update README with correct doc links, etc
2016-10-31 15:23:55 -07:00
Amir Jafarian baf3c7966c Update README with correct doc links, etc 2016-10-31 16:58:11 -04:00
Loay e625391cf6 Merge pull request #165 from strongloop/loopback3
Update loopback@3
2016-10-25 09:49:51 -04:00
Loay 0931e9da83 Upgrade loopback to 3.0.0 2016-10-24 11:36:46 -04:00
Amirali Jafarian b6528e184f Merge pull request #166 from strongloop/fix_octal
Fix `use strict`
2016-10-20 16:42:36 -04:00
Amir Jafarian eabf221d12 Fix `use strict`
* Fix `use strict` for `filesystem/index.js`
2016-10-20 16:31:23 -04:00
Amirali Jafarian 447ced6c21 Merge pull request #167 from strongloop/fix_mocha_in_package_json
Simplify mocha test in package.json
2016-10-19 17:24:20 -04:00
Amir Jafarian 756fc0df4f Simplify mocha test in package.json 2016-10-19 14:15:41 -04:00
Amirali Jafarian fed898b1c5 Merge pull request #164 from strongloop/Add_Eslint
Add eslint
2016-10-19 11:57:30 -04:00
Amir Jafarian 4c2751a2a4 Fix linting errors 2016-10-19 11:36:39 -04:00
Amir Jafarian 7900d48126 Auto-update by eslint --fix 2016-10-18 18:06:55 -04:00
Amir Jafarian 7d216859e8 Add eslint infrastructure 2016-10-18 17:45:55 -04:00
Candy 6be7ad8d2e 1.9.2
* Update japanese translation files (Candy)
 * Add keep-alive setting to wrong content type test. (Richard Pringle)
 * Add translated files (gunjpan)
 * Add link to associated blog post. (Richard Pringle)
2016-10-07 12:43:52 -04:00
Candy 72cfb82c07 Merge pull request #159 from strongloop/add_translation2
Update japanese translation files
2016-09-30 12:54:12 -04:00
Candy 612b2b088e Update japanese translation files 2016-09-30 10:56:10 -04:00
Richard Pringle b34801c5ea Merge pull request #161 from strongloop/fix/node0.10-test-case
Add keep-alive setting to wrong content type test.
2016-09-30 10:29:31 -04:00
Richard Pringle 70e420bcbe Add keep-alive setting to wrong content type test. 2016-09-29 15:20:29 -04:00
Candy 4f34d99066 Merge pull request #155 from strongloop/add-translatedFiles
Add translated files.
2016-09-26 13:29:27 -04:00
gunjpan c10371ec1f Add translated files 2016-09-22 15:10:38 -04:00
Richard Pringle 310272c930 Add link to associated blog post. 2016-09-14 09:41:06 -04:00
Richard Pringle 366e29ef44 1.9.1
* Add provider upload response in final response (Loic VELUT)
 * Continue middleware chain after download. (Richard Pringle)
 * Add test for beforeRemote hook on download. (Richard Pringle)
 * Use ephemeral port in upload/download test. (Richard Pringle)
 * Add globalization to module. (Richard Pringle)
 * Fix windows upload test double callback issue (David Cheung)
2016-08-29 13:59:37 -04:00
Richard Pringle 0453814ad1 Merge pull request #135 from loic-ps/ft/add-provider-response-to-upload
Add provider information to upload response
2016-08-18 13:37:07 -04:00
Loic VELUT f9d293e1fa Add provider upload response in final response 2016-08-18 10:56:02 +02:00
Richard Pringle 9e959270cb Merge pull request #143 from strongloop/fix/#59
Continue middleware chain after download.
2016-08-17 10:24:54 -04:00
Richard Pringle 20d9aaadf2 Continue middleware chain after download. 2016-08-16 16:28:47 -04:00
Richard Pringle 635fc33823 Add test for beforeRemote hook on download. 2016-08-16 16:00:05 -04:00
Richard Pringle 602953f5a4 Merge pull request #142 from strongloop/fix-test-port
Use ephemeral port in upload/download test.
2016-08-12 12:27:17 -04:00
Richard Pringle 4da51eb43d Use ephemeral port in upload/download test. 2016-08-10 13:34:00 -04:00
Richard Pringle eb4e4b202b Merge pull request #139 from strongloop/globalization
Add Globalization.
2016-08-05 15:14:50 -04:00
Richard Pringle d1035d5445 Add globalization to module. 2016-08-05 14:03:10 -04:00
Richard Pringle 4d0e88ee09 Merge pull request #141 from strongloop/fix-windows-test
Fix windows test
2016-08-04 08:56:56 -04:00
David Cheung 222051a385 Fix windows upload test double callback issue
See visionmedia/supertest/issues/230#issuecomment-103226606
2016-08-03 17:07:11 -04:00
Simon Ho afb41e99a5 1.9.0
* Update URLs in CONTRIBUTING.md (#138) (Ryan Graham)
 * Fix for issue #127 (Gary Torres)
2016-07-18 16:32:08 -07:00