Commit Graph

648 Commits

Author SHA1 Message Date
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
Alan K 31b062152e v0.0.11 2014-06-10 14:53:04 -04:00
Alan K 2ea7673252 Merge pull request #225 from alicoding/filerBrowserify
Remove builtin option from gruntfile.js
2014-06-10 14:57:02 -04:00
Ali Al Dallal ab7a59a875 Remove builtin option from browserify 2014-06-10 11:50:27 -07:00
Ali Al Dallal cba19693ac v0.0.11 2014-06-10 11:39:55 -07:00
Alan K 550b5c6ea9 v0.0.10 2014-06-09 10:40:50 -04:00
Alan K 5cc39b1964 Merge pull request #222 from humphd/buffer
WIP - moving to Buffer internally from Uint8Array, not passing all tests yet
2014-06-09 10:43:03 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 939d015e6d All tests passing, replaced zlib.js with jszip, upstream fixes to browser-request + jszip for Buffers 2014-06-06 21:29:09 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca c8dcd2d14a Switch to build-time check vs run-time for request module in browserify 2014-06-06 11:41:26 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca fa65a34905 Get Buffer use fixed, expose Buffer via Filer.Buffer, most tests passing. 2014-06-06 11:14:52 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 1914f7a52b WIP - moving to Buffer internally from Uint8Array, not passing all tests yet. 2014-06-04 15:52:08 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 5ab211d14d Make Filer node guid pluggable, default to de-duping ids on generation. 2014-06-02 16:44:20 -04:00
David Humphrey b51957ea77 Merge pull request #219 from gideonthomas/addAuthors
Add author Gideon Thomas to AUTHORS
2014-05-31 17:00:47 -04:00
gideonthomas 0144958da7 Add author Gideon Thomas to AUTHORS 2014-05-31 13:26:23 -04:00
Alan K 0d60f45be9 Merge pull request #216 from sedge/issue-204
Closes #204 - Move network.js
2014-05-29 15:56:47 -04:00
Kieran Sedgwick bb23e902d2 Closes #204 - Move network.js
The network module (network.js) logically fits better in /shell since it's the only part of filer that uses it.
2014-05-29 13:00:20 -04:00
Alan K d0418fa0d3 Merge pull request #213 from sedge/issue-193
Deleted lib/debug.js
2014-05-29 11:29:47 -04:00
Kieran Sedgwick 0b8e52e265 Deleted lib/debug.js
No need to keep files we don't use!
2014-05-29 11:18:42 -04:00
Alan K cc74e26b09 v0.0.9 2014-05-28 16:00:10 -04:00
Kieran Sedgwick 2dfc0db153 Merge pull request #210 from sedge/standalone
Added standalone option to Filer's browserify build step
2014-05-28 15:38:30 -04:00
Kieran Sedgwick 73b6379449 Added standalone option to Filer's browserify build step 2014-05-28 14:50:19 -04:00
Alan K e7e44bb921 Update AUTHORS 2014-05-27 19:59:20 -04:00
Alan K 38927c2d3b Merge pull request #206 from sedge/authorBump
Added myself to the Authors list
2014-05-27 19:58:27 -04:00
Kieran Sedgwick 432194c2f7 Added myself to the Authors list 2014-05-27 16:24:33 -04:00
Alan K ce4fe0fa41 v0.0.8 2014-05-27 14:58:10 -04:00
Alan K 9811403d3c fix port blocking 2014-05-27 14:57:46 -04:00
Alan K 405e8b3ea3 fix release & test-node targets 2014-05-27 14:51:55 -04:00
Alan K 808735918e Allow publishing from dirty working copy. 2014-05-27 14:47:52 -04:00
Alan K 397aa46aa8 v0.0.7 2014-05-27 14:45:58 -04:00
Alan K 5d194aa4ee Adding build output. 2014-05-27 14:44:30 -04:00
Alan K c9a968b009 Merge pull request #198 from humphd/browserify
Fixes #56
2014-05-27 14:35:56 -04:00
David Humphrey 8fac316052 Merge pull request #3 from sedge/browserify
removed browser attribute from package.json r=@modeswitch
2014-05-27 14:30:36 -04:00
Kieran Sedgwick 6353732403 Removed require-config.js 2014-05-27 14:29:11 -04:00
Kieran Sedgwick 95691f4e89 removed browser attribute from package.json 2014-05-27 14:27:29 -04:00
David Humphrey 10c3271faa Merge pull request #2 from sedge/browserify
Excluded the request module from browserify builds and updated CONTRIBUT...
2014-05-27 10:49:49 -04:00
Kieran Sedgwick a8397c5057 corrected CONTRIBUTING.md 2014-05-27 10:47:47 -04:00