Dan Mills
|
e5c9923591
|
add some debug chatter
|
2008-11-25 01:48:38 +09:00 |
|
Dan Mills
|
409940f099
|
clean up sync function, get last timestamp properly from post result, save correct snapshot at the end, only attempt to post changes to server if there are any changes at all
|
2008-11-25 01:04:14 +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
|
5b84631f1a
|
enable batch upload, yay!
|
2008-11-20 10:38:53 +09:00 |
|
Dan Mills
|
e3f35ddd81
|
merge with upstream changes
|
2008-11-20 09:25:32 +09:00 |
|
Dan Mills
|
35bbc1b8c0
|
work with NewEngine
|
2008-11-20 09:21:12 +09:00 |
|
Dan Mills
|
48b9bd885e
|
more NewEngine impl
|
2008-11-20 09:20:25 +09:00 |
|
Dan Mills
|
45c250d767
|
make it so filters can be called (to e.g. manually copy resource data out
|
2008-11-20 09:19:51 +09:00 |
|
Dan Mills
|
0ee5550418
|
attempt at fixing login/server setup, needs more work still
|
2008-11-20 09:18:35 +09:00 |
|
Dan Mills
|
5642c55e6b
|
remove unused fields, add half-baked impl to get password from ui
|
2008-11-20 09:17:15 +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
|
20afe8370f
|
add resource logger pref; lower numretries to 2
|
2008-11-20 09:13:06 +09:00 |
|
Anant Narayanan
|
6fc8951de6
|
Fix redeclaration (bug #463870)
|
2008-11-13 01:51:24 +01: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
|
43d4c7b865
|
say sync complete when it is!
|
2008-11-06 19:19:32 -08:00 |
|
Dan Mills
|
6f6665b8e1
|
remove some sharing code, derive from NewEngine
|
2008-11-06 19:18:46 -08:00 |
|
Dan Mills
|
8d20157eb8
|
add a temp NewEngine class that will talk to the 0.3 server
|
2008-11-06 19:18:07 -08:00 |
|
Dan Mills
|
4601fb9d3f
|
url -> uri
|
2008-11-06 17:38:35 -08:00 |
|
Dan Mills
|
3c6b6db3d3
|
small module to get an event at startup
|
2008-11-06 17:37:48 -08:00 |
|
Dan Mills
|
f617e369b1
|
lots o' fixes
|
2008-11-06 17:37:17 -08:00 |
|
Dan Mills
|
934870ff34
|
onException cleanup
|
2008-11-06 17:36:41 -08:00 |
|
Dan Mills
|
ac2f30d7d5
|
url -> uri
|
2008-11-06 17:36:19 -08:00 |
|
Dan Mills
|
32e411e1a4
|
print exception in async stack traces, skip async frames in async stack traces
|
2008-11-06 17:34:34 -08:00 |
|
Dan Mills
|
d918ddef75
|
use util module's stack formatter
|
2008-11-06 17:32:33 -08:00 |
|
Dan Mills
|
d3af90034a
|
hg merge
|
2008-11-03 15:02:00 -08:00 |
|
Dan Mills
|
6151afb26d
|
fix log4moz calls (new api), fix module imports for renamed modules
|
2008-11-03 15:00:38 -08:00 |
|
Dan Mills
|
11eb07f4eb
|
remove lots of code that will not be needed with new server
|
2008-11-03 14:59:45 -08:00 |
|
Dan Mills
|
9e8b4efb40
|
remove server lock wrapper; change local lock to work with service.js local locking api
|
2008-11-03 14:57:59 -08:00 |
|
Dan Mills
|
8c5dd2449d
|
makeUri: don't throw on invalid uris, return null instead
|
2008-11-03 14:56:56 -08:00 |
|
Dan Mills
|
b937e46265
|
add max retries config setting that resources support now
|
2008-11-03 14:54:21 -08:00 |
|
Dan Mills
|
50810bbef8
|
wizard eula screen changes
|
2008-11-03 14:53:33 -08:00 |
|
Dan Mills
|
aa849d577c
|
log4moz api change: Log4Moz.Service is gone. There is now a Log4Moz.repository which will auto-instantiate to a LoggerRepository (but can also be set if one wishes to use a different one). Also includes some other minor changes, e.g. formatters are now optional (and default to a BasicFormatter if not provided)
|
2008-11-03 14:48:53 -08:00 |
|
Dan Mills
|
e94731682b
|
add http js server for unit tests; add tests for resources, auth manager, base weave record types (WBOs, keys, crypto wrappers/crypto meta)
|
2008-11-03 14:41:39 -08:00 |
|
Dan Mills
|
3de7d24138
|
Update Observers js module to latest version
|
2008-11-03 14:40:28 -08:00 |
|
Dan Mills
|
bf42503d89
|
add prefs js module
|
2008-11-03 14:40:09 -08:00 |
|
Dan Mills
|
fb77f39626
|
commit platform-dependent binaries so that it's easier to get started to hack on weave
|
2008-11-03 14:39:40 -08:00 |
|
Dan Mills
|
644df6d0c3
|
remove dav.js (gone) and remote.js (resources now in resource.js)
|
2008-11-03 14:38:34 -08:00 |
|
Dan Mills
|
a8e372f80f
|
add base record types for the new weave server api
|
2008-11-03 14:37:51 -08:00 |
|
Dan Mills
|
77c85160e0
|
updates to resource class, use a new Auth service with pluggable 'authenticator' objects
|
2008-11-03 14:36:29 -08:00 |
|
Dan Mills
|
ff0036934d
|
fix terms link
|
2008-10-16 12:40:54 -07:00 |
|
Dan Mills
|
3cc9e0fa65
|
bump version to 0.2.7
|
2008-10-16 12:32:40 -07:00 |
|
Dan Mills
|
cd1ef1bdc0
|
disable sharing test
|
2008-10-16 12:31:27 -07:00 |
|
Dan Mills
|
6a2010fc4c
|
disable bookmark sharing hooks
|
2008-10-16 12:30:30 -07:00 |
|
Dan Mills
|
75326713c1
|
Bug 443489: use the correct cookie xpcom interface
|
2008-10-16 12:29:21 -07:00 |
|
Dan Mills
|
804385d057
|
remove eula screen, replace it with shorter text on the intro page of the wizard
|
2008-10-16 12:17:42 -07:00 |
|