David Humphrey
0aaaeacd1a
Update sh.ls and stats to remove bits I don't need, add what I do.
2018-07-14 10:02:29 -04:00
Santiago Castro
68cbd54524
Fix broken Markdown headings
2017-04-18 02:34:52 -03:00
orthographic-pedant
3ddb877276
Fix typographical error(s)
...
Changed conjuction to conjunction in README.
2015-10-07 14:47:53 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
21b602ef66
Fix #329 - Implement Shell.find()
2014-11-28 15:05:47 -05:00
Kieran Sedgwick
0d4110ff6f
Fixed #323 - Updated references to "fs.Shell" in the docs and test suite
2014-11-14 12:04:51 -05:00
Kieran Sedgwick
c4c13c1535
Fix #245 - Forced the user to manually instantiate FileSystemShell objects
2014-11-04 13:03:49 -05:00
Alan K
b1e428a4e7
Update README.md
...
`js-platform` -> `filerjs`
2014-09-18 13:07:59 -04:00
Ali Al Dallal
adf039943d
Remove wget to make Filer work in node.js
2014-09-09 09:30:03 -04:00
Bobby Richter
65ddff6ae7
Update README.md
2014-08-14 15:43:22 -07:00
David Humphrey
acd806c7b8
Update README.md
...
Fix some typos
2014-06-25 14:30:39 -04:00
David Humphrey
1863156114
Update README.md
...
Include additional things we've done recently but haven't documented (UMD module loading, npm/bower, Buffer rewrite).
2014-06-25 14:28:53 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
d9ed65602a
Remove adapters (src, tests, docs), fix providers for node
2014-05-23 14:36:23 -04:00
gideonthomas
aff6570ad6
Added mknod command to create a file or directory node
2014-05-21 11:25:23 -04:00
David Humphrey
14c584ab8e
Update README.md
...
Fix outdated wget file naming docs missed when we landed the new wget stuff.
2014-05-15 11:48:47 -04:00
Alan K
4a72e3b333
Update README.md
...
Realpath won't be implemented on the fs object.
2014-05-14 17:07:29 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
411d6b2a9c
Docs and update arg names to match docs
2014-05-14 13:31:53 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
0e213077e7
Add sh.wget() for downloading files into the fs, with tests and docs
2014-05-14 13:31:52 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
670b84eba9
Fixed wget docs to match new filename extraction
2014-05-14 13:24:54 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
2aa46493fa
Add sh.wget() for downloading files into the fs, with tests and docs
2014-05-14 13:24:53 -04:00
Kevin
51c858a2ce
Made requested changes
2014-04-25 16:54:20 -04:00
kwkofler
678000f706
Issue #7 - Docs explicitly mention that buffers must be ArrayBufferView's.
2014-04-18 14:42:36 -04:00
Petr Bouianov
ea88e78df2
Fixed issues as per pull request conversation
2014-03-30 00:13:25 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
e7c6b4f105
Fix issue #153 , add browser compatibility matrix
2014-03-18 11:10:43 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
fe7ec79f83
Refactor errors code, fix to better match node
2014-03-16 11:36:15 -04:00
Petr Bouianov
6faabdb937
Added shell.mkdirp. Fixes issue #126 .
2014-03-13 23:03:29 -05:00
David Humphrey
ef40ff7d68
Expose errors on Filer.Errors, refactor how they get used internally, add docs
2014-03-10 14:28:22 -04:00
Alan K
df62725977
Update README.md
...
Add absolute path to CONTRIBUTING.md so that the project page has the right link when README.md is imported.
2014-03-08 20:41:32 -05:00
Alan K
0cfb29eaec
Merge pull request #140 from humphd/issue132
...
Support fs.watch(), FSWatcher. Fixes #132
2014-03-08 16:04:15 -05:00
kwkofler
3bc9b29957
Removed unnecessary curly braces
2014-03-08 14:14:24 -05:00
kwkofler
bbdc972011
README formatting issues remedied
2014-03-08 14:12:47 -05:00
kwkofler
4ff7c7d7cb
Fixed README issues, and fixed misuse of expect() syntax.
2014-03-08 13:53:53 -05:00
kwkofler
880f70d3de
Merge remote-tracking branch 'upstream/develop' into issue#112
...
Conflicts:
src/fs.js
tests/test-manifest.js
2014-03-07 18:47:32 -05:00
kwkofler
7c14af9668
Fixed Stats prototypes, created full Mocha test suite
2014-03-07 18:10:02 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
b3c5524e26
README fixes
2014-03-07 15:24:58 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
2f17d82126
Add fs.watch() docs
2014-03-07 15:22:06 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
5438d8c97b
Fix mount flags per review and also write docs
2014-03-05 20:03:27 -05:00
Alan K
8b0a2d6bec
Update README.md
2014-02-21 10:25:08 -05:00
pbouianov
0c30d6dd18
Added fs.exists support. Fixes Issue91
2014-02-21 06:56:14 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
a7a1f4b82e
Change sh.exec to take a list vs. object for passed args
2014-02-19 17:36:26 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
eadd4ec03c
Review fixes
2014-02-19 17:29:11 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
8eac72b9d0
More README fixes
2014-02-19 15:33:37 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
80300fc92d
More Readme fixes
2014-02-19 15:33:37 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
4308e2d9ca
Readme fixes
2014-02-19 15:33:37 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
dd87117ff8
Update docs for shell changes
2014-02-19 15:33:37 -05:00
Alan K
989ece2bda
Update README.md
2014-02-17 18:16:32 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
4812861dcf
Refactor tests: switch to Mocha, make providers and filer source configurable. Fixes #59
...
Make provider configurable via URL. Convert fs.close test to use it. Still have timing issue with WebSQL.
Indent fix
Use bower to install mocha
Converting to mocha, Memory provider failing still in fs.close
Got mocha tests working with all providers
Converted more tests
Move more tests over to mocha
Move more tests over
Move more tests over
More tests moved over
More tests converted
More tests moved over
Move more tests over
Move last tests over
Convert more tests
Remove Jasmine and other unnecessary test files, rename tests/spec/regression to tests/bugs
Get tests running with grunt+mocha+phantomjs
Add docs on new tests
2014-02-14 15:44:57 -05:00
pbouianov
6ec635e551
fixed, added appendFile tests and updated README
2014-01-30 14:12:32 -05:00
David Humphrey
6f61249e81
Remove 3DES and Rabbit from encryption adapters, update docs, tests. Fixes #92
2014-01-16 14:46:33 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
745641811e
Updating, expanding docs. Fixes #36 .
2014-01-14 11:34:59 -05:00
Barry Tulchinsky
7ae907cd5b
changed behaviour to allow falsy values (ie. empty string), added more test cases and modified README.md
2013-12-22 20:58:00 -05:00