Граф коммитов

83 Коммитов

Автор SHA1 Сообщение Дата
Ali Al Dallal 9fe7b55444 v0.0.13 2014-07-29 12:26:13 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca e663bb0699 Update Filer for shell.cwd/pwd() fix (issue 247) 2014-07-28 23:29:37 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 66ecbb3245 v0.0.12 2014-07-25 18:09:40 -04:00
Ali Al Dallal 852484d975 Fix Issues #160 - Wrong referencing to fs var 2014-07-25 17:49:03 -04:00
gideonthomas fa78d74115 Fixed issue #118 2014-07-25 17:10:34 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca da1f603e28 Review fixes 2014-07-25 15:17:01 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca f7ca3bb3a8 Cleanup 2014-07-25 14:25:54 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 8332237a6f Extract common fs operations to fs-utils, add tests 2014-07-25 14:25:54 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca fd4cdf1dee Add lib/constants.js, teach rsync about makedrive-unsynced in patch step 2014-07-25 14:25:54 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 9c5815e53c Don't add conflicts for dirs, update conflict API 2014-07-25 14:25:54 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca f77a5b36d9 Move conflict.js to lib/ 2014-07-25 14:25:54 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 6b4793bc65 Fix jshint issue 2014-07-25 14:25:54 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 3afb68070e Background work + tests for conflict logic 2014-07-25 14:25:54 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca e60a06828c Passing tests for SyncFileSystem 2014-07-25 14:25:54 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 715f458628 Update filer for errors fix, fixes #145 2014-07-25 14:25:53 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca a278454544 Add forceCreate option for multiple fs instances, tests passing again. 2014-07-25 14:25:53 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca d131fc8a2e Getting closer 2014-07-25 14:24:21 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 99b52c2e6e Initial work on issue3 2014-07-25 14:24:21 -04:00
gideonthomas 85a90057f5 Fixed Issues #114 & #135 - Add path resolution and autosyncing 2014-07-25 14:11:45 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca ea740ba79d v0.0.11 2014-07-25 13:31:32 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 47cf58e9dd Pass withCredentials to request 2014-07-25 13:27:10 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 3c32765b48 v0.0.10 2014-07-25 12:58:08 -04:00
Kieran Sedgwick 64f8598149 v0.0.9 2014-07-23 13:25:37 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 3fd2f90c4e v0.0.8 2014-07-22 21:19:18 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 8d6f548f72 No Bug: fix typo from #138 2014-07-22 21:17:00 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca cfa4eea419 v0.0.7 2014-07-22 21:06:32 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca cd494c6b56 Improve logic for building /api/sync URL from ws:// url 2014-07-22 19:29:43 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 209980557b Allow token to be optional in fs.sync.connect() 2014-07-22 16:46:47 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 38dd62fb35 v0.0.6 2014-07-22 13:41:21 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 2023f0cf84 v0.0.5 2014-07-22 11:03:58 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 932850dc3b v0.0.4 2014-07-22 10:51:06 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca f97f90a8f4 v0.0.3 2014-07-22 10:47:51 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca ad1e6ff5b0 Fix #14 - Add more client integration tests 2014-07-22 10:42:50 -04:00
Kieran Sedgwick 1093aa2369 v0.0.2 2014-07-22 10:31:21 -04:00
Kieran Sedgwick 8786e8c3f6 v0.0.1 2014-07-22 10:28:53 -04:00
yoavgurevich 807049b21e edited TODO comments to reference new issues 2014-07-21 17:03:10 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca d3c7aac06b Refactor client sync code, more client tests 2014-07-18 12:04:10 -04:00
Ali Al Dallal ad272e1e17 Fix Issues #16 - Remove FS cache to prevent memory leaks 2014-07-16 20:14:13 -04:00
Ali Al Dallal 3bd5f4f8f6 Fix Issues #82 - Add filer as submodule 2014-07-16 19:56:08 -04:00
Ali Al Dallal bf30dbcb84 Fix Issues #93 - Undefined is not a function for client-ws impl 2014-07-16 17:41:09 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca d85cfd3798 First client integration test, fixes #5 2014-07-16 15:48:33 -04:00
Ali Al Dallal 05fc29a8bc Fix issues #72 - Callback already called 2014-07-15 16:23:46 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca ab914f9ffb Fix #81 - improve fs watches in MakeDrive 2014-07-15 10:22:43 -04:00
Ali Al Dallal eda3470090 Fix issues #67 - Fix wrong variable ref 2014-07-10 14:40:57 -04:00
Ali Al Dallal 8f23d5b590 Fix Issues #62 - Fix handleAuth method 2014-07-10 12:34:46 -04:00
yoavgurevich b3d03eee1a fixed JShint errors, fixed issue #40 2014-07-09 16:01:35 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 4e639b4ae1 Add .is sugar for syncSession 2014-07-09 14:27:32 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 537fa77754 More .is fixes 2014-07-09 14:27:32 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca b5801b256a Rework Sync and SyncMessage to be more readable 2014-07-09 14:26:39 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 40c8e6da73 Fix getter caller syntax, drop () operator 2014-07-09 14:26:39 -04:00