Simon Ho
c73dbc43b6
Merge pull request #180 from strongloop/update-support-URL
...
Replicate .github from loopback repo
2016-12-07 00:01:34 -08:00
Siddhi Pai
3f105d7c7c
Update paid support URL
2016-12-06 03:07:04 -08:00
siddhipai
e9b6a0ee19
Start 3.x + drop support for Node v0.10/v0.12
...
Start 3.x + drop support for Node v0.10/v0.12
2016-11-21 13:24:37 -08:00
Siddhi Pai
e70ff3c35c
Drop support for Node v0.10 and v0.12
2016-11-19 02:17:12 -08:00
Siddhi Pai
eb6cb41a62
Start the development of the next major version
2016-11-19 02:16:45 -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
Jose De Gouveia
4c0a3debb8
Merge branch 'master' into master
2016-09-20 14:26:27 +02:00
Richard Pringle
310272c930
Add link to associated blog post.
2016-09-14 09:41:06 -04:00
Jose De Gouveia
42f5d4e764
Merge branch 'master' of github.com:hgouveia/loopback-component-storage
2016-09-07 17:48:20 +02:00
Jose De Gouveia
efe4e089f6
added file field name into getFilename function
2016-09-07 17:46:43 +02:00
Jose De Gouveia
f61ad4f23d
added file field name into getFilename function in storage-handler
2016-09-07 17:29:12 +02: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
Ryan Graham
da7cd3b911
Update URLs in CONTRIBUTING.md ( #138 )
2016-07-13 17:54:14 -07:00
Simon Ho
9c75ee80bc
Merge pull request #129 from GaryTowers/fix/issue-127-bad-content-type
...
Fixes issue #127 (Bad Content-type returned)
2016-06-14 16:56:37 -07:00