1. 26 Jul, 2017 1 commit
  2. 21 Jul, 2017 1 commit
    • Alain Takoudjou's avatar
      Add webhttp and replicatedopmltree storage · a5515a0a
      Alain Takoudjou authored
      webhttp storage can get json documents by calling http GET method. for jio allDocs,
      the storage will get a file called _document_list which should contain the list
      of document id that can be downloaded.
      
      replicatedopmltree storage can convert a list of opml storage (each opml can contain
      one or more sub_storage) into an indexeddb. All document in opml tree will have an
      entry into the indexeddb storage, the full document is added as attachment in the
      indexeddb.
      a5515a0a
  3. 16 May, 2017 1 commit
  4. 03 Apr, 2017 1 commit
  5. 29 Mar, 2017 1 commit
  6. 23 Mar, 2017 7 commits
  7. 17 Mar, 2017 2 commits
  8. 10 Mar, 2017 2 commits
  9. 12 Feb, 2017 2 commits
  10. 27 Jan, 2017 1 commit
    • Romain Courteaud's avatar
      ReplicateStorage: add attachment support · d83a1306
      Romain Courteaud authored
      Attachments are synchronized only of explicitely activated from the jIO configuration.
      Replication deletes a document only if it doesn't contain any attachment.
      
      Thanks to Cedric Leninivin for his work on this topic.
      
      /reviewed-on nexedi/jio!42
      d83a1306
  11. 18 Jan, 2017 3 commits
  12. 12 Jan, 2017 2 commits
  13. 04 Jan, 2017 1 commit
  14. 15 Nov, 2016 1 commit
  15. 10 Nov, 2016 1 commit
  16. 28 Oct, 2016 1 commit
  17. 19 Oct, 2016 1 commit
  18. 16 Sep, 2016 1 commit
  19. 14 Sep, 2016 1 commit
  20. 29 Jul, 2016 1 commit
  21. 26 Jul, 2016 1 commit
  22. 25 Jul, 2016 1 commit
  23. 21 Jul, 2016 2 commits
  24. 27 Jun, 2016 1 commit
    • Douglas's avatar
      jiodate: fixes tests in older firefox versions · fcb5c804
      Douglas authored
      Tests were failing because some Firefox versions cannot
      parse a specific date-string. So the Date constructor
      that receives only integers was used. But there is one
      details: this contructor uses months from 0 to 11, so if,
      for example, we want to have a date in January, we send 0
      as month and not 1.
      fcb5c804
  25. 23 Jun, 2016 3 commits