Commit Graph

25 Commits

Author SHA1 Message Date
Raymond Feng 636692a8a5 Update deps 2017-03-09 08:22:03 -08:00
Raymond Feng 0f521a1c2d Merge pull request #186 from jeffora/fix-error-handling
Fix #185: Validation failures crash server
2017-03-01 15:20:33 -08:00
Loay c6978261c7 Fix path joining/expanding 2017-02-10 16:26:30 -05:00
Jeff Burn 99fdb64d1e Fix #185: Validation failures crash server
Fixes issue where upload and download methods in FileSystemProvider
cause crashes in downstream methods by not returning streams in error
scenarios

- Add streamError, readStreamError, writeStreamError helper function
- Wrap all returns from upload / download methods in streams
- Fix incorrect format string
- Add new unit tests
2016-12-21 09:27:40 +11:00
Amir Jafarian eabf221d12 Fix `use strict`
* Fix `use strict` for `filesystem/index.js`
2016-10-20 16:31:23 -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
Richard Pringle d1035d5445 Add globalization to module. 2016-08-05 14:03:10 -04:00
Ryan Graham 728a1986df
update/insert copyright notices 2016-05-03 16:18:18 -07:00
Raymond Feng fdb4c0464e Add range support 2015-11-23 17:16:48 -08:00
Oleksii Strutsynskyi 3158e3e479 Bugfix: Cannot read property 'forEach' of undefined 2015-06-11 11:28:34 -04:00
ningsuhen f220141419 Fix for issues - #58, #23 & #67 2015-06-01 13:25:04 +05:30
Tony Sukiennik a03b9c805e Update index.js
Took suggestion from Raymond...
2014-10-25 22:38:04 -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
Raymond Feng d45cece2fa Update jsdocs 2014-04-07 18:24:11 -07:00
Raymond Feng c00b48cc6f Filter out senstive information from files 2014-03-28 22:07:46 -07:00
Raymond Feng a5da7fc9f0 Separate the metadata in Container/File class 2014-03-28 17:55:01 -07:00
Raymond Feng 160e1a44bf Address some of the PR comments 2014-01-24 09:32:48 -08:00
Raymond Feng 9c58011530 Clean up the download method 2014-01-14 10:26:09 -08:00
Raymond Feng 13e9097ff0 Refactor the storage service 2014-01-10 11:34:37 -08:00
Stephen Belanger 50ce215142 Fix bug making provider fallthrough to pkgcloud when a directory doesn't exist, making a very unintuitive error. 2013-10-29 17:54:32 -07:00
Raymond Feng 18b27ff320 Fix for https://strongloop.atlassian.net/browse/SLA-316 2013-07-24 12:07:46 -07:00
Raymond Feng 9b0fe46fbd Add fs to sample 2013-06-25 13:06:54 -07:00
Raymond Feng ceeb14e620 Set properties 2013-06-25 10:44:37 -07:00
Raymond Feng 14af972336 Add Container/File classes 2013-06-25 09:29:53 -07:00