David Humphrey (:humph) david.humphrey@senecacollege.ca
d55bf23f1b
Initial work on #227 - improve storage efficiency of provider API
2014-08-16 16:22:41 -04:00
Alan K
2d653d474e
Merge pull request #252 from secretrobotron/issue249
...
[Issue249] Support for ArrayBuffer in Filer.Buffer r=ack
2014-08-14 23:04:38 -04:00
Bobby Richter
65ddff6ae7
Update README.md
2014-08-14 15:43:22 -07:00
secretrobotron
77e0ee7117
[issue249] fixed Buffer prototype & tests
2014-08-09 13:05:15 -04:00
secretrobotron
eb79a956ea
[issue249] forgot the glue
...
Need to expose FilerBuffer in place of Buffer on Filer namespace.
2014-08-08 15:31:23 -04:00
secretrobotron
af1943b5c9
[Issue249] Support for ArrayBuffer in Filer.Buffer
...
1. Added proxy Buffer constructor for Filer.Buffer.
2. Added tests for new Filer.Buffer.
2014-08-08 15:18:09 -04:00
Alan K
4b01276c28
v0.0.21
2014-07-28 20:02:40 -04:00
Alan K
63132bddcb
Merge pull request #248 from humphd/issue247
...
Fix #247 - sh.cwd() not updating cwd on success, with test.
2014-07-28 20:01:59 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
2114f65f09
Deal with all other uses of this.cwd etc and convert to pwd() on current shell instance.
2014-07-28 18:46:50 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
5b785037f0
Fix #247 - sh.cwd() not updating cwd on success, with test.
2014-07-28 18:14:59 -04:00
Alan K
e9eae3549b
Merge pull request #244 from humphd/better-errors
...
Fix crash in src/errors.js, see https://github.com/mozilla/makedrive/issues/145
2014-07-24 12:48:52 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
9d704e80c9
Fix crash in src/errors.js, see https://github.com/mozilla/makedrive/issues/145
2014-07-24 12:24:47 -04:00
Alan K
79e9008175
v0.0.20
2014-07-21 15:28:26 -04:00
Alan K
ef4de22586
Merge pull request #242 from humphd/ls-depth-bug
...
sh.ls() fails when stack sized is reached for deep recursive listings
2014-07-21 15:19:26 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
e063edc6fc
Expanded test for wide dirs, fix, switch to async.eachSeries everywhere
2014-07-21 15:08:39 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
064e986d26
sh.ls() fails when stack sized is reached for deep recursive listings: RangeError: Maximum call stack size exceeded
2014-07-21 13:17:16 -04:00
Alan K
10f1f43d93
Merge pull request #233 from humphd/ensure-root-dir
...
s/make_root_directory/ensure_root_directory/ and stop failing on existing node. Fixes #232 .
2014-07-21 10:02:11 -04:00
Alan K
3ab2701ad9
v0.0.19
2014-07-16 17:15:42 -04:00
Alan K
15a3174956
Merge branch 'develop' of github.com:js-platform/filer into develop
2014-07-16 17:14:39 -04:00
Alan K
9d93191672
v0.0.18
2014-07-16 17:14:11 -04:00
Alan K
b83fea22b5
Merge pull request #240 from humphd/issue239
...
Failing test for issue #239
2014-07-16 17:13:17 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
2eae45f402
s/type/mode/
2014-07-16 16:54:02 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
4623b568fb
Add node.type test for read_directory_data - causes new test failures
2014-07-16 15:40:40 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
2992f7417b
Failing test for issue #239
2014-07-16 15:23:11 -04:00
Alan K
2c005d0390
v0.0.17
2014-07-15 19:22:25 +02:00
Alan K
1392bf35aa
Merge pull request #238 from humphd/use-global
...
Use global vs. window for browserify resolution of global object
2014-07-15 19:20:56 +02:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
4d10ba29a9
Use global vs. window for browserify resolution of global object, fixes shared watch events in Intercom
2014-07-15 11:36:53 -04:00
Alan K
5b521675c4
v0.0.16
2014-07-15 15:26:58 +02:00
Alan K
95a6200dbb
Merge pull request #237 from humphd/issue235-followup
...
Follow-up fix for issue #235 , deal with '/' when adding trailing slash
2014-07-15 15:24:50 +02:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
08f037ce53
Follow-up fix for issue #235 , deal with '/' when adding trailing slash
2014-07-14 16:46:52 -04:00
Alan K
fc3380c6bb
v0.0.15
2014-07-14 22:01:52 +02:00
Alan K
9288943b36
Merge pull request #236 from humphd/issue235
...
Fix issue #235 - Allow recursive watches on root directory
2014-07-14 22:00:06 +02:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
87e291da64
Fix issue #235 - Allow recursive watches on root directory
2014-07-14 15:51:40 -04:00
Alan K
e23cf3a056
Merge pull request #220 from humphd/guid
...
Make Filer node guid pluggable, default to de-duping ids on generation.
2014-07-14 20:49:56 +02:00
Alan K
4811a8575a
v0.0.14
2014-07-14 20:33:22 +02:00
Ali Al Dallal
3733704a15
Fix bower old version
2014-07-14 14:16:34 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
6716a1ff1a
s/make_root_directory/ensure_root_directory/ and stop failing on existing node. Fixes #232 .
2014-07-07 17:02:42 -04:00
David Humphrey
f9b3b69588
Merge pull request #226 from humphd/requirejs-test
...
Requirejs test - Going to land this so we don't regress. @modeswitch FYI in case you want to back it out, but since you're so busy I want to press ahead, and this is pretty low risk.
2014-07-02 15:25:21 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
fdfd643d43
Add link to issue
2014-07-02 15:17:22 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
a38a32d5fb
Make browser-request happy and provide a global shim for XHR in issue225 test
2014-07-02 15:17:22 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
5c9ba07706
Test for Filer as AMD module use in require.js with Buffer, regression issue 225
2014-07-02 15:17:22 -04: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
Alan K
1abc0d4f86
v0.0.13
2014-06-25 13:54:32 -04:00
Alan K
26742e635b
Merge pull request #231 from humphd/issue230
...
Fix Issue #230
2014-06-25 13:53:49 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
76526caa35
Add a clarifying comment about not coercing buffers passed to read operations.
2014-06-25 13:51:07 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
25f2a24cdf
Fix Issue #230 : Error: Uncaught TypeError: undefined is not a function on <Buffer>.copy()
2014-06-25 13:13:55 -04:00
Alan K
c3681d4db6
v0.0.12
2014-06-23 14:31:58 -04:00
Alan K
d38d1d0b6d
Merge pull request #229 from humphd/global-fix
...
Fix #228 : Uncaught [Filer Error] Your browser doesn't support IndexedDB or WebSQL.
2014-06-23 14:35:21 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
98cd3e6da7
Fix #228 : Uncaught [Filer Error] Your browser doesn't support IndexedDB or WebSQL.
2014-06-23 13:09:02 -04:00