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

102 Коммитов

Автор SHA1 Сообщение Дата
Dan Mills 87591e4c96 login fixes; history sync fixes; make reset client actually delete all client data (useful for testing and for syncing down server data - e.g. the restore case) 2007-12-19 13:24:31 -08:00
Dan Mills dee6b23c4d some more cleanup/refactoring; add history engine/core/store (history sync\!) 2007-12-14 18:07:25 -08:00
Dan Mills 8c9defe994 assume in loaded modules that the resource:// alias has already been added - remove all the templatey code to do that 2007-12-11 11:57:13 -08:00
Dan Mills 085f383f57 more and more refactoring: split weave module into multiple files (finally!) 2007-12-10 21:38:53 -08:00
Dan Mills 391859079a refactoring: remove log4moz component, use it as a js module instead 2007-12-10 19:47:11 -08:00
Dan Mills 7e58799632 more refactoring: move bookmarks-specific code into an 'engine' object; get rid of sync xpcom component and replace it with Components.utils.import hotness 2007-12-10 16:42:10 -08:00
Dan Mills e7493064c7 refactoring more stuff out of the service 2007-12-01 22:57:57 -08:00
thunder@daniel-millss-macbook-pro-15.local ae9e1d1e92 fix incorrect manifest line for locale; move idl files and xpt generation script to a public directory 2007-11-30 10:08:05 -08:00
Dan Mills e7bb744f64 fix bug 406067; more refactoring; speed up reconciliation 2007-11-29 17:14:10 -08:00
Dan Mills 5a140de2ee more refactoring 2007-11-28 14:47:40 -08:00
thunder@daniel-millss-macbook-pro-15.local fd203cba43 refactoring and cleanup 2007-11-27 18:26:21 -08:00
thunder@h-125.office.mozilla.org 991100a461 sync -> weave in chrome URIs; fix broken bookmarks service attribute calls 2007-11-26 13:45:46 -08:00
Dan Mills 16df4695e6 fix maxVersion; fix bookmark root names; get new bookmarks toolbar root 2007-11-20 21:48:41 -08:00
thunder@h-125.office.mozilla.org 88e5943def use btoa instead of external base64 library 2007-11-14 17:09:09 -08:00
thunder@h-125.office.mozilla.org 2f425c8d59 add not-yet-working ui for the encryption prefs; add bookmarks count to the status file 2007-11-14 16:20:16 -08:00
Dan Mills cd9b1836db encryption support, woo\! 2007-11-13 21:37:20 -08:00
Dan Mills de10e7a246 add encryption library; add login dialog 2007-11-13 15:04:55 -08:00
thunder@daniel-millss-macbook-pro-15.local a8a06814a4 support new services service (rework auth dance) 2007-11-12 21:23:07 -08:00
Dan Mills 49b0ddbb1f fix deepEquals to correctly compare non-objects 2007-11-06 17:09:22 -08:00
Dan Mills 1a70050caa don't sync/reset/login if already doing so; improve some http status code checks 2007-11-06 14:35:23 -08:00
Dan Mills cd969651d8 Tweak logging output; make detectUpdates asynchronous (makes the spinny much smoother); avoid setting timers in our service object; add missing piece to support query items; force cache verification when making requests (to avoid using stale data) 2007-10-31 18:23:13 -07:00
Dan Mills f4e685b35c minor changes, version bump 2007-10-29 17:45:02 -07:00
Dan Mills 5ab6c84dfe partial fix for deleting bookmark trees 2007-10-22 11:27:55 -07:00
thunder@thunder-mbp.pavlov.net 8cef2fc542 testing possible fix for deserializing feeds with empty site urls 2007-10-19 19:57:39 -07:00
Dan Mills 1894176a1b don't die when livemarks don't have a site/feed uri set 2007-10-19 16:56:36 -07:00
Dan Mills ddb5328284 Add reset client button to prefs window; add support for queries (e.g. the new 'Places' folder); display errors for all exceptions caught; reset server/client no longer trigger an atomatic re-sync 2007-10-19 16:33:03 -07:00
Dan Mills dcf2cb979f better check for whether we have a token; log event handler events 2007-10-18 20:29:17 -07:00
Dan Mills 4f34719f28 Fix for logout/re-login (no, really!) 2007-10-18 10:00:09 -07:00
Dan Mills b3416e9ffb DAVCollection refactoring 2007-10-18 03:13:35 -07:00
Dan Mills 8acdcd6dd6 change all generators to expect to be closed by their onComplete handler; make sure they all do the bulk of their work within try blocks and always call the onComplete handler 2007-10-17 22:03:55 -07:00
Dan Mills 82332dd1cd add lots more logging output to DAVCollection 2007-10-17 13:49:51 -07:00
Dan Mills 2c3fc3aad0 login/logout fixes; (dav obj) just return from login call right away if we're already logged in 2007-10-16 20:11:35 -07:00
Dan Mills 3ada9edd22 downgrade server changes error to a warning, it will be triggered often by changing indeces 2007-10-16 16:51:44 -07:00
Dan Mills 63a9fb5202 fix same-parent requirement for command likeness 2007-10-16 16:49:46 -07:00
cbeard@h-135.office.mozilla.org 8612dfd801 fix to allow subsequent logins 2007-10-16 15:47:54 -07:00
Dan Mills c468a0489b baseURL -> userURL 2007-10-16 15:36:26 -07:00
Dan Mills 2c507f7654 merge 2007-10-16 15:29:53 -07:00
Dan Mills 760bdcd242 fix logout/re-login 2007-10-16 15:29:31 -07:00
cbeard@h-135.office.mozilla.org 15299da484 myk's patch to catch and ignore a microsummary exception 2007-10-16 15:29:02 -07:00
Dan Mills 58df792f30 add a sync error event; make event names slightly more uniform; fix some resolver bugs 2007-10-16 15:22:40 -07:00
thunder@thunder-mbp.local 0a4db4175d move account 'creation' into the service 2007-10-16 01:45:57 -07:00
Dan Mills d69cd561f0 accept only 200 and 404 as good return codes from a DELETE during resetServer(); release lock before calling doSync 2007-10-15 20:16:11 -07:00
Dan Mills 0dc70b2354 branch merge 2007-10-15 20:07:22 -07:00
Dan Mills fa692fe149 hook up resetServer to UI 2007-10-15 20:07:00 -07:00
cbeard@h-135.office.mozilla.org 4e55d95521 merge 2007-10-15 20:04:35 -07:00
Dan Mills 77c99339e4 only run generatorDone if there's an onComplete handler 2007-10-15 20:04:02 -07:00
cbeard@h-135.office.mozilla.org 0bac9cc07a more cleanup of preferences, wizard and temporary privacy text for internal testing 2007-10-15 20:04:00 -07:00
Dan Mills 58448e90c2 new xpt from resetServer idl changes 2007-10-15 20:01:56 -07:00
Dan Mills 4056b7d633 add resetServer to idl 2007-10-15 20:00:42 -07:00
Dan Mills 7dd8463192 add resetServer, fix schedule pref 2007-10-15 19:59:54 -07:00