An error occurred fetching the project authors.
  1. 01 Oct, 2015 1 commit
  2. 14 Sep, 2015 2 commits
    • lucas.parsy's avatar
      reimplemented jio dropbox storage. · 540b3609
      lucas.parsy authored
      works with the new dropbox API.
      dropbox storage redesigned to have the same behavior as DAV storage.
      540b3609
    • Romain Courteaud's avatar
      Add ZipStorage. · 30571aa6
      Romain Courteaud authored
      This storage will transparently compress getAttachment/putAttachment results.
      Only text, json, xml mme type are compressed.
      
      Thanks to Lucas Parsy.
      30571aa6
  3. 24 Apr, 2015 1 commit
  4. 14 Apr, 2015 1 commit
    • Romain Courteaud's avatar
      Rewrite replicateStorage. · 122da4b3
      Romain Courteaud authored
      Synchronisation status is based on document signature (sha) comparison.
      Signature are stored each time a document is successfully synchronised.
      
      Conflict are detected but reported as an error for now, as no solve process is implemented.
      122da4b3
  5. 27 Mar, 2015 1 commit
  6. 27 Feb, 2015 1 commit
    • Romain Courteaud's avatar
      Activate IndexedDB storage. · bb18e075
      Romain Courteaud authored
      Simplify storage and tests code.
      
      Change the database structure so that the "attachment" store contains one entry per attachment.
      bb18e075
  7. 13 Feb, 2015 1 commit
  8. 04 Feb, 2015 1 commit
  9. 07 Jan, 2015 1 commit
  10. 18 Dec, 2014 1 commit
  11. 17 Nov, 2014 1 commit
    • Romain Courteaud's avatar
      WIP Jio rewrite. · 4b86c4a1
      Romain Courteaud authored
      This is a work in progress commit and all storages are broken.
      
      * Use as much as possible RSVP promise to simplify the code.
      * simplify error management: use Error class in case of problem.
      * Drop the job management at that point. Such functionnality could be reimplemented as a storage.
      * Start to simplify the tests, to speed up debugging.
      * Drop requireJS usage, as the goal for now is to make it usage on browser.
      * allDocs has to be rewritten to ease storage tree capacity checking. A storage should only implement what it could really do.
      * disable attachment management for now.
      4b86c4a1
  12. 04 Mar, 2014 2 commits
  13. 02 Jan, 2014 1 commit
  14. 31 Oct, 2013 1 commit
  15. 24 Oct, 2013 5 commits
  16. 27 Sep, 2013 1 commit
  17. 16 Sep, 2013 1 commit
  18. 27 Aug, 2013 1 commit
  19. 23 Aug, 2013 1 commit
  20. 21 Aug, 2013 2 commits