Merge pull request #512 from galfert/node_binary_fix
[remotestorage.js] / src / indexeddb.js
2013-12-05 Garret AlfertRefactor: remove duplication
2013-11-29 Michiel de JongSet change event origin to 'local' when coming from...
2013-11-27 Garret AlfertFix most JSHint complaints
2013-11-23 ggrinchanging indexdb.js to not fail in private mode anymore
2013-11-09 Sebastian KippeClean up syntax, comments, etc.
2013-10-24 ggrinMerge branch 'master' of github.com:remotestorage/remot...
2013-10-24 ggrintyppo in the doc fixed
2013-10-24 Michiel de Jongfix parent update when no revision given
2013-10-24 Michiel de Jongadding an alert about private browsing mode
2013-10-24 Michiel de Jongattempt to store revisions
2013-09-09 Niklas Cathortweaks for nodejs build
2013-08-12 Michiel de Jongdeal with #407
2013-08-09 Niklas Cathorset default resolution for conflicts to 'remote'
2013-08-09 Niklas Cathorindexeddb: set revision in "changes" entries, so If...
2013-08-09 Niklas Cathorindexeddb: added logging to "upgradeneeded" handler
2013-08-09 Niklas Cathorindexeddb: added default error handler to database...
2013-07-24 Niklas Cathorsome more documentatoin
2013-07-23 Niklas Cathorfix late binding of 'ready' / 'features-loaded' events...
2013-07-23 Niklas Cathoradded AMD build option for -nocache
2013-07-23 Niklas Cathoradded AMD build option for -nocache
2013-07-22 Niklas Cathorlocalstorage fallback for indexeddb
2013-07-22 Niklas Cathorfixed conflict events for indexeddb
2013-07-19 Niklas Cathorcleaned up logging:
2013-07-18 Niklas Cathorwhitespace
2013-07-18 Niklas Cathorhandle indexeddb errors & special case with firefox...
2013-07-18 Michiel de Jongfixes #361
2013-07-17 Niklas Cathorindexeddb: handle onerror/onabort correctly
2013-07-17 Niklas Cathordon't resolve promise for PUT in any way, when it has...
2013-07-17 Niklas Cathorcatch indexeddb exceptions in PUT (e.g. DataCloneError...
2013-07-17 Niklas Cathorindexeddb: close database before attempting to delete it
2013-07-17 ()documentation tweaks
2013-07-17 ()documtented RemoteStorage.IndexedDB
2013-07-17 ()indexeddb: honour the 'oldVersion' property in version...
2013-07-17 ()initial events come from origin=remote
2013-07-17 ()replaced 'RemoteStorage' with a local 'RS' variable...
2013-07-17 ()outgoing sync seems to work as well.
2013-07-17 ()sync: incoming working correctly, outgoing still sloppy....
2013-07-17 ()indexeddb: implemented deletion events, fixed deletion...
2013-07-17 ()indexeddb: fire initial change events
2013-07-17 ()implemented remoteStorage.connect('user@host')
2013-07-17 ()some basic event handling
2013-07-17 ()moved stuff around, clarified interface