1. 09 Dec, 2015 1 commit
    • lucas.parsy's avatar
      various fixes in websqlstorage. · 23273a36
      lucas.parsy authored
      added error callback on db.transaction.
      refactored sqlExec to do multiples queries in one transaction.
      refactored database initialisation.
      removed index functionality from websql.
      modified tests to follow above changes.
      23273a36
  2. 02 Dec, 2015 1 commit
  3. 30 Nov, 2015 2 commits
  4. 23 Nov, 2015 1 commit
    • lucas.parsy's avatar
      first commit websql · f5382029
      lucas.parsy authored
      websql storage operational, lacks allDocs and query support
      half of the tests written.
      error handling to improve.
      f5382029
  5. 13 Nov, 2015 1 commit
  6. 04 Nov, 2015 2 commits
  7. 03 Nov, 2015 1 commit
  8. 02 Nov, 2015 1 commit
    • lucas.parsy's avatar
      added support of json crypto key in cryptstorage · d5283e45
      lucas.parsy authored
      modified example provided in cryptstorage.js comments.
      corrected error introduced by last commit
      (renaming of variable causing errors).
      modified tests to comply with cryptstorage.js changes
      d5283e45
  9. 28 Oct, 2015 3 commits
  10. 19 Oct, 2015 1 commit
  11. 09 Oct, 2015 3 commits
  12. 01 Oct, 2015 1 commit
  13. 28 Sep, 2015 1 commit
  14. 24 Sep, 2015 1 commit
  15. 23 Sep, 2015 1 commit
  16. 14 Sep, 2015 8 commits
  17. 10 Sep, 2015 2 commits
  18. 09 Sep, 2015 1 commit
  19. 27 Aug, 2015 1 commit
  20. 25 Aug, 2015 1 commit
  21. 10 Jul, 2015 3 commits
  22. 07 Jul, 2015 2 commits
    • Romain Courteaud's avatar
      Release version 3.2.0 · 777b1010
      Romain Courteaud authored
      777b1010
    • Romain Courteaud's avatar
      ReplicateStorage: add automatic conflict resolution · 7407f357
      Romain Courteaud authored
      Configure the storage with the conflict_handling parameter value:
         0: (default): no resolution (ie, throw an Error)
         1: keep the local state
            (overwrites the remote document with local content)
            (delete remote document if local is deleted)
         2: keep the remote state
            (overwrites the local document with remote content)
            (delete local document if remote is deleted)
         3: keep both copies (leave documents untouched, no signature update)
      7407f357
  23. 29 Jun, 2015 1 commit