1. 04 Dec, 2015 1 commit
  2. 27 Nov, 2015 2 commits
    • lucas.parsy's avatar
      added allAttachments method to gdriveStorage with tests. · 14831f19
      lucas.parsy authored
      corrected bug in get method returning a string instead of an object.
      14831f19
    • lucas.parsy's avatar
      various fixes on gdriveStorage and his tests. · 1d0a1be4
      lucas.parsy authored
      removed the removeAttachment method as it was useless.
      removed error catching when user was doing request with invalid credentials.
      throw error when doing a putAttachment on a folder.
      
      changed varaiables names in test file to respect naming convention.
      added/ removed tests following the changes on gdriveStorage file.
      
      added tests verifying that the user can only put "enclosure"
      as attachment name in putAttachment and getAttachment.
      1d0a1be4
  3. 24 Nov, 2015 1 commit
  4. 03 Nov, 2015 1 commit
  5. 30 Oct, 2015 1 commit
  6. 29 Oct, 2015 2 commits
  7. 19 Oct, 2015 1 commit
  8. 25 Sep, 2015 1 commit
    • lucas.parsy's avatar
      refactoring of gdrivestorage.js · 8dcd2eac
      lucas.parsy authored
      various conditions optimized
      added compliance with future tests.
      
      added error message when giving non-boolean value
      for "trashed" value at creation of gdrive storage.
      8dcd2eac
  9. 24 Sep, 2015 2 commits
  10. 23 Sep, 2015 1 commit
  11. 14 Sep, 2015 8 commits
  12. 10 Sep, 2015 2 commits
  13. 09 Sep, 2015 1 commit
  14. 27 Aug, 2015 1 commit
  15. 25 Aug, 2015 1 commit
  16. 10 Jul, 2015 3 commits
  17. 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
  18. 29 Jun, 2015 3 commits
  19. 18 Jun, 2015 1 commit
  20. 17 Jun, 2015 5 commits