Commit Graph

146 Commits

Author SHA1 Message Date
Raymond Feng ab1ed48674 Add var 2015-06-08 15:30:43 -07:00
Raymond Feng 382f9e1a1f Merge pull request #70 from walkonsocial/master
Fix for issues - #58, #23 & #67
2015-06-08 15:29:47 -07:00
Rand McKinney 8bdfa6bec8 Merge pull request #69 from hacksparrow/master
use middleware.json
2015-06-05 11:18:59 -07:00
ningsuhen f220141419 Fix for issues - #58, #23 & #67 2015-06-01 13:25:04 +05:30
Hage Yaapa 851d6f6b70 use middleware.json 2015-05-31 17:25:45 +05:30
Miroslav Bajtoš a0b68ee097 Merge pull request #61 from smehrbrodt/patch-1
Fix documentation link
2015-05-05 15:59:43 +02:00
Samuel Mehrbrodt db4adf6f4e Fix documentation link 2015-04-30 09:27:20 +02:00
Raymond Feng 91d5d6cd7f 1.4.0
* Fix the tests (Raymond Feng)

 * this.options is undefined, should use options (Yazhong Liu)

 * Expose file size on success callback (Leandro)
2015-04-21 13:03:29 -07:00
Raymond Feng dcc233c0ab Fix the tests 2015-04-21 13:02:47 -07:00
Raymond Feng 1e4a5c9f2a Merge pull request #55 from leandropio/patch-1
Expose file size on success callback
2015-04-21 12:59:25 -07:00
Raymond Feng 5c9cf02a22 Merge pull request #57 from yorkie/fix/refs
this.options is undefined, should use options
2015-04-21 12:58:53 -07:00
Yazhong Liu 24f24f12a2 this.options is undefined, should use options 2015-04-12 00:24:23 +08:00
Leandro e035e4fd4e Expose file size on success callback
Just expose the file size through the file object that later will be sent as succes callback attribute (line 160). This way if somebody needs to persist the file metadata in another model now it will exist the whole basic pack: Container, Name, Type and now Size.
2015-03-29 21:06:53 -03:00
Raymond Feng bddb69e3fc 1.3.1
* Adding error handler on upload stream (Benjamin Boudreau)

 * removed callback from downloadStream method (Jury D'Ambros)

 * is not necessary to pass cb to pkgcloud (Jury D'Ambros)
2015-03-02 08:39:39 -08:00
Raymond Feng 09cb66d062 Merge pull request #43 from jury89/feature/uploadStream-fix-cb
is not necessary to pass cb to pkgcloud
2015-03-02 08:38:07 -08:00
Raymond Feng 1f69ece7c7 Merge pull request #50 from seriousben/add_error_handler
Adding error handler on upload stream
2015-03-02 08:36:55 -08:00
Benjamin Boudreau 55997f8a9f Adding error handler on upload stream 2015-02-27 14:06:49 -05:00
Raymond Feng 4e4a8f44be 1.3.0
* Adding support for ACL, Content-Type, Max File Size and allowd Content-Types (Benjamin Boudreau)
2015-02-10 08:28:11 -08:00
Raymond Feng 468b246631 Merge pull request #47 from seriousben/feature/more-configurations
Adding support for ACL, Content-Type, Max File Size and allowed Content-Types
2015-02-10 08:26:38 -08:00
Benjamin Boudreau 95baaff716 Adding support for ACL, Content-Type, Max File Size and allowd Content-Types 2015-02-10 09:26:14 -05:00
Jury D'Ambros 38e1503c30 removed callback from downloadStream method 2015-02-03 09:36:41 +00:00
Jury D'Ambros b3f0d757c6 is not necessary to pass cb to pkgcloud 2015-02-02 17:04:55 +00:00
Raymond Feng 4ce675649e Merge tag 'v1.2.0'
1.2.0

 * Fix deprecation (Raymond Feng)

 * Adding key renaming support on Service.upload and Handler.upload (Benjamin Boudreau)
2015-01-30 11:35:35 -08:00
Raymond Feng 2d313ac25b Merge branch 'release/1.2.0' into production 2015-01-30 11:35:33 -08:00
Raymond Feng 6c078ba15e v1.2.0 2015-01-30 11:35:32 -08:00
Raymond Feng c34f0f6dfd Merge branch 'seriousben-feature/upload_key_renaming' 2015-01-30 11:34:57 -08:00
Raymond Feng 60938c245a Fix deprecation 2015-01-30 11:34:46 -08:00
Benjamin Boudreau ec4000745a Adding key renaming support on Service.upload and Handler.upload 2015-01-30 14:30:35 -05:00
Raymond Feng 3e17a880f0 Merge tag 'v1.1.0'
1.1.0

 * Upgrade deps (Raymond Feng)

 * Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)

 * #4: Return a 404 if file doesn't exist (Timo Saikkonen)
2015-01-16 10:58:43 -08:00
Raymond Feng 3d2f946fc6 Merge branch 'release/1.1.0' into production 2015-01-16 10:58:42 -08:00
Raymond Feng d4ab8a73b5 v1.1.0 2015-01-16 10:58:41 -08:00
Raymond Feng 328e173d33 Merge pull request #39 from strongloop/feature/upgrade-deps
Upgrade deps
2015-01-16 10:52:10 -08:00
Raymond Feng 523dc859ed Upgrade deps 2015-01-16 10:40:18 -08:00
Raymond Feng 956383fd72 Merge pull request #34 from timosaikkonen/master
Fix for issue #4
2015-01-14 15:06:18 -08:00
Ryan Graham 5b5eba359a Fix bad CLA URL in CONTRIBUTING.md 2014-12-29 08:27:46 -08:00
Timo Saikkonen 169ee1be21 #4: Return a 404 if file doesn't exist
Signed-off-by: Timo Saikkonen <timo.saikkonen@gmail.com>
2014-12-25 13:21:20 +08:00
Ryan Graham 58b69236bb Merge tag 'v1.0.6'
1.0.6

 * Remove expired credentials (Ryan Graham)

 * Update storage-service.js (Tony Sukiennik)

 * Update index.js (Tony Sukiennik)

 * Allow the Sample to easily changed providers (tonysoft)

 * GetFiles issues (tonysoft)

 * Add contribution guidelines (Ryan Graham)

 * Put link to official documentation (Rand McKinney)

 * Add loopback 2.0 example (Raymond Feng)

 * Clarify the need for app.model(container) (Brian Dunnette)
2014-11-27 13:30:39 -08:00
Ryan Graham ed974929a4 Merge branch 'release/1.0.6' into production 2014-11-27 13:30:37 -08:00
Ryan Graham 65750d520d v1.0.6 2014-11-27 13:30:36 -08:00
Ryan Graham 932de141ac Remove expired credentials 2014-11-27 13:13:40 -08:00
Raymond Feng 2cd6888c16 Merge pull request #32 from tonysoft/master
Issues involved in "getFiles"
2014-11-05 09:25:20 -08:00
Tony Sukiennik 0a68f1df72 Update storage-service.js
Took Raymond's suggestion...
2014-10-25 22:39:45 -07:00
Tony Sukiennik a03b9c805e Update index.js
Took suggestion from Raymond...
2014-10-25 22:38:04 -07:00
tonysoft 62ca6849ea Allow the Sample to easily changed providers 2014-10-17 16:06:26 -07:00
tonysoft 7d3c41a082 GetFiles issues
Only 2 arguments passed in to GetFiles but it was expecting 3 thus “cb”
was undefined…

File System GetFiles should handle empty “entries” array properly…
2014-10-17 15:04:32 -07:00
Ryan Graham 51a206adc6 Add contribution guidelines
Uses https://cla.strongloop.com
2014-10-01 17:55:02 -07:00
Rand McKinney 02b6f94fc1 Put link to official documentation 2014-09-26 10:08:21 -07:00
Raymond Feng 09d6085dd9 Add loopback 2.0 example 2014-09-25 21:24:16 -07:00
Raymond Feng a64b7a6f7d Merge pull request #25 from bdunnette/master
Clarify the need for app.model(container)
2014-09-05 09:20:54 -07:00
Brian Dunnette a5b557cfd6 Clarify the need for app.model(container) 2014-09-05 09:42:06 -05:00