1. 06 Oct, 2017 14 commits
  2. 03 Oct, 2017 2 commits
  3. 25 Sep, 2017 2 commits
  4. 20 Sep, 2017 2 commits
  5. 12 Sep, 2017 2 commits
  6. 11 Sep, 2017 1 commit
  7. 05 Sep, 2017 2 commits
  8. 30 Aug, 2017 7 commits
  9. 17 Aug, 2017 2 commits
  10. 10 Aug, 2017 2 commits
  11. 09 Aug, 2017 1 commit
  12. 24 Jul, 2017 1 commit
    • Romain Courteaud's avatar
      Release Version 3.20.0 · cb009081
      Romain Courteaud authored
      ReplicateStorage: signature_hash_key is used also for attachments.
      QueryStorage: support multiline text search.
      cb009081
  13. 21 Jul, 2017 1 commit
  14. 19 Jul, 2017 1 commit
    • Romain Courteaud's avatar
      ReplicateStorage: use a property as attachment hash · f864e6e4
      Romain Courteaud authored
      Speed up attachment replication by using a document property to check if there was a change.
      The attachment content is NEVER checked, as this configuration expect the document to be modified when an attachment is created, modified or deleted.
      In case of conflict, follow the document conflict resolution result.
      f864e6e4