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
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
Gary Torres
a8fe32d78a
Fix for issue #127
2016-06-14 11:20:24 -06:00
Ryan Graham
2104efe438
1.8.1
...
* update/insert copyright notices (Ryan Graham)
* relicese as Artistic-2.0 only (Ryan Graham)
* Update storage-service.js (Rand McKinney)
2016-05-03 16:18:38 -07:00
Ryan Graham
728a1986df
update/insert copyright notices
2016-05-03 16:18:18 -07:00
Ryan Graham
2121565fc3
relicese as Artistic-2.0 only
2016-05-03 16:16:43 -07:00
Rand McKinney
9f31877872
Update storage-service.js
...
Clean up download API doc.
2016-04-27 16:05:11 -07:00
Simon Ho
f18d86392d
1.8.0
...
* Remove space (Simon Ho)
* Update storage-service.js (Rand McKinney)
2016-03-29 15:38:06 -07:00
Simon Ho
e6bed1b6b2
Merge pull request #117 from strongloop/cleanup
...
Remove space
2016-03-29 15:36:45 -07:00
Simon Ho
d73290a47a
Remove space
2016-03-29 15:35:57 -07:00
Rand McKinney
6bf9361451
Update storage-service.js
...
Doc: add missing parameter to API docs, per #115
2016-03-29 15:02:23 -07:00
Miroslav Bajtoš
fa3491a08f
1.7.0
...
* Remove sl-blip from dependencies (Miroslav Bajtoš)
* Migrate examples (Simon Ho)
* Expose `originalFilename` property (Santiago Osorio)
* Remove test file (Raymond Feng)
* Replace image (Raymond Feng)
2016-02-19 10:34:26 +01:00
Miroslav Bajtoš
69bcf93247
Remove sl-blip from dependencies
2016-02-19 10:30:14 +01:00
Simon Ho
573c83f2c6
Merge pull request #109 from strongloop/migrate-examples
...
Migrate examples
2016-02-02 17:12:09 -08:00
Simon Ho
8eaf78b912
Migrate examples
...
- Move example dirs to loopback-example-storage
- Refactor tests to depend on local files in test/fixtures
- Add link to example in README.md
2016-02-02 17:05:12 -08:00
Miroslav Bajtoš
1bcb33a115
Merge pull request #102 from sanosom/master
...
Expose originalFilename when getFilename is called
2016-01-25 14:11:23 +01:00
Santiago Osorio
8eaf9f54a0
Expose `originalFilename` property
...
Filename is replaced when `getFilename` is set in the options, this commit sets a new property called `originalFilename` to keep the original filename (only works when you upload the file, after that you need to save it in a model).
2016-01-06 10:36:36 -06:00
Raymond Feng
24cd1a619e
Remove test file
2015-12-18 13:35:46 -08:00
Raymond Feng
685db4819d
Replace image
2015-12-18 13:29:39 -08:00
Raymond Feng
eafe773c77
1.6.0
...
* Add range support (Raymond Feng)
* Refer to licenses with a link (Sam Roberts)
* Upgrade LB Explorer and related changes (crandmck)
* Fix the test case (Raymond Feng)
* Use strongloop conventions for licensing (Sam Roberts)
* Fix link to docs (Rand McKinney)
* Bump client dependencies (upq)
2015-11-23 17:17:27 -08:00
Raymond Feng
fdb4c0464e
Add range support
2015-11-23 17:16:48 -08:00
Sam Roberts
a204980c82
Refer to licenses with a link
2015-11-03 12:27:49 -08:00
Miroslav Bajtoš
517962b4f1
Merge pull request #92 from strongloop/upgrade-explorer
...
Upgrade LB Explorer and related changes
2015-10-09 23:26:20 +02:00
crandmck
78c3b06cbe
Upgrade LB Explorer and related changes
2015-10-09 14:24:59 -07:00
Raymond Feng
ea7202a8fa
Fix the test case
2015-09-29 20:46:17 -07:00
Sam Roberts
4c4474d55f
Use strongloop conventions for licensing
2015-09-21 16:42:54 -07:00
Rand McKinney
2f8b11cee4
Fix link to docs
2015-09-15 11:05:22 -07:00
Raymond Feng
c7fc3095a6
Merge branch 'upq-master'
2015-08-16 09:19:14 -07:00
upq
61e14c4852
Bump client dependencies
2015-08-16 09:18:49 -07:00
Raymond Feng
2b0d9f6938
1.5.1
...
* Capture writer error (Raymond Feng)
* Bugfix: Cannot read property 'forEach' of undefined (Oleksii Strutsynskyi)
2015-07-31 12:06:35 -07:00
Raymond Feng
e8c76eef93
Capture writer error
2015-07-31 12:06:07 -07:00
Raymond Feng
52638e65f5
Merge pull request #74 from cajoy/master
...
Bugfix: Cannot read property 'forEach' of undefined
2015-06-11 12:56:35 -07:00
Oleksii Strutsynskyi
3158e3e479
Bugfix: Cannot read property 'forEach' of undefined
2015-06-11 11:28:34 -04:00
Raymond Feng
db1b449aff
1.5.0
...
* Add var (Raymond Feng)
* Fix for issues - #58 , #23 & #67 (ningsuhen)
* use middleware.json (Hage Yaapa)
* Fix documentation link (Samuel Mehrbrodt)
2015-06-08 15:31:38 -07:00