Commit Graph

18 Commits

Author SHA1 Message Date
Drew McCormack
70103af2e3 Got all targets working with new static framework. Made the Mac Idiomatic app use the dynamic framework. 2014-04-30 12:57:08 +02:00
Drew McCormack
7dee1230f3 Changed file upload and download operation classes to use a NSURLRequest. Makes them more flexible. 2014-04-11 10:50:28 +02:00
Drew McCormack
13757cc017 Various settings changes related to new Xcode warnings. 2014-03-24 10:56:45 +01:00
Drew McCormack
bf4511dbaf Fixed an error checking problem for deletion of S3 files. In that case, the data has length 0, which is correct. But it was flagged as an error by Ensembles. 2014-03-05 13:29:36 +01:00
Drew McCormack
58953daebe Got login and other aspects of authentication working for Idiosync. Only thing not working is resetting password, because heroku mailer is being blocked as spam. 2014-03-05 12:13:06 +01:00
Drew McCormack
1d5f310f49 Got the basic login working for node server. You can enter your username and password, and it is stored. 2014-03-04 20:06:52 +01:00
Drew McCormack
89c37870c8 Fixed a wrong URL in changing password. 2014-03-04 11:32:59 +01:00
Drew McCormack
59950c0494 Added methods to node file system to reset the password, and to change to a new password. 2014-03-04 11:31:52 +01:00
Drew McCormack
10af6ae3c5 Fixed false error that was caused for DELETE op. The delete op doesn't give response data, and this was interpreted as an error, while it is actually expected. 2014-03-03 19:58:30 +01:00
Drew McCormack
ad9e87f387 Fixed directory contents method in node cloud file system. Was returning strings, instead of CDEFile objects. 2014-03-03 19:46:21 +01:00
Drew McCormack
2c707767b6 More changes to node server sync. Still not working. Uploading of files seems to fail. 2014-03-02 19:36:12 +01:00
Drew McCormack
991b695540 Put Node server in idiomatic app. Not working yet. 2014-03-01 20:53:53 +01:00
Drew McCormack
275f6151fb Finished upload and download operations for node cloud file system. Untested. 2014-03-01 19:42:58 +01:00
Drew McCormack
302a29f5a2 Added a base class for async operations (CDEAsynchronousOperation).
Also started adding operations for uploads and downloads of files. These will be used in the node server.
2014-03-01 12:05:46 +01:00
Drew McCormack
63b6a1cd5d Some work adding methods to the node cloud file system. Not working yet. 2014-02-28 17:05:50 +01:00
Drew McCormack
5da4902309 Added loggedIn property to CDENoteCloudFileSystem. Changed connect: method to repeatedly try to login as long as credentials are updated by delegate. 2014-02-27 20:32:41 +01:00
Drew McCormack
f95dbb3ab7 Added baseURL property to CDENodeCloudFileSystem. Added check for authentication failures. 2014-02-25 20:12:59 +01:00
Drew McCormack
9104778662 Changed name of ensembles server to node server. Added delegate methods and some credentials code. 2014-02-25 19:24:30 +01:00