Dan Mills
|
ff240dd3ce
|
add clients sync (list of clients with names and types); make it simpler to create Engine subclasses; remove the 2nd 'authenticator' parameter for Resources; resetServer is now wipeServer; consider 0 an invalid place ID (fixes bug when calculating item depths); add a Svc global exported from utils.js where commonly used services can live
|
2009-01-06 13:54:18 -08:00 |
|
Dan Mills
|
f19e7c550a
|
change pushDepthRecord to pushLiteral (takes an object instead of a resource; omits the resource upload filters step)
|
2009-01-02 13:46:55 -08:00 |
|
Dan Mills
|
f5a1c1d230
|
improve WBORecord's toString()
|
2009-01-02 13:20:19 -08:00 |
|
Dan Mills
|
6b260498e0
|
switch to generating individual bookmark records directly from the places store, without using a cache (to improve memory performance); create objects for bookmark types; temporarily disable history sync
|
2008-12-28 19:59:44 -08:00 |
|
Dan Mills
|
9c44454330
|
add depth and sortindex getters, and a toString for nicer printing
|
2008-12-23 11:20:20 -08:00 |
|
Dan Mills
|
5fd4b9ed13
|
add a method to push a depth-only record into a collection
|
2008-12-23 11:19:33 -08:00 |
|
Dan Mills
|
efdd9ff7cf
|
fix typo in history sql queries, clarify valid sort order values for collections
|
2008-12-19 17:00:12 -08:00 |
|
Dan Mills
|
08512b99a5
|
change engine to process (download, reconcile, apply changes) incoming records one by one
|
2008-12-19 11:48:09 -08:00 |
|
Dan Mills
|
497743cb82
|
some small key record fixes; avoid causing indirect login manager queries in the Identity constructor; fix wbo, keys, crypto record unit tests
|
2008-12-02 14:26:18 -08:00 |
|
Dan Mills
|
c327476fcc
|
remove unused 'cleartext' payload property; add fixme comment to set a pref listener
|
2008-12-01 18:58:28 -08:00 |
|
Dan Mills
|
2deeacdab5
|
remove incorrect getter/setter for cleartext - it should not be stored inside the payload!
|
2008-12-01 18:08:59 -08:00 |
|
Dan Mills
|
a001a3f564
|
server api changes: encoding is gone (payload guaranteed to be utf-8 now), payload is guaranteed to be json so no need to wrap in an array to encode; change crypto object to place encrypted data in a 'cyphertext' property inside the payload, instead of replacing the payload
|
2008-12-01 18:07:07 -08:00 |
|
Dan Mills
|
938a1e7ad5
|
server payload decoding problem is fixed, so remove hack. we now always decode the payload after downloading.
|
2008-11-25 14:47:43 +09:00 |
|
Dan Mills
|
69074b307e
|
collection iterator is now async, it needs to run the new record's download filter
|
2008-11-25 14:46:18 +09:00 |
|
Dan Mills
|
46c108167d
|
add tmp hack to work around server payload json decoding bug
|
2008-11-25 01:03:01 +09:00 |
|
Dan Mills
|
d8e17d1e30
|
add filter to wbo to set their id automatically based on uri
|
2008-11-20 09:16:08 +09:00 |
|
Dan Mills
|
a542b05bc8
|
collection class
|
2008-11-20 09:15:34 +09:00 |
|
Dan Mills
|
67f89e00ec
|
add rsa gen debug messages
|
2008-11-20 09:15:16 +09:00 |
|
Dan Mills
|
14b5494b13
|
record import (cache) fix
|
2008-11-20 09:14:42 +09:00 |
|
Dan Mills
|
cf0df0d424
|
cache crypto meta objects
|
2008-11-08 20:24:12 -08:00 |
|
Dan Mills
|
b12787f2f2
|
crypto changes: private keys get their own iv and salt, crypto meta records get a separate iv and no salt. various fixes in crypto code and other wbo related objects. fix crypto tests to match.
|
2008-11-08 02:00:33 -08:00 |
|
Dan Mills
|
7091144051
|
make sure records always have a data field that represents their state (e.g. for serialization); add some pki routines (createKeypair); add incoming/outgoing queue to NewEngine
|
2008-11-06 23:23:35 -08:00 |
|
Dan Mills
|
ac2f30d7d5
|
url -> uri
|
2008-11-06 17:36:19 -08:00 |
|
Dan Mills
|
a8e372f80f
|
add base record types for the new weave server api
|
2008-11-03 14:37:51 -08:00 |
|