1. 24 Aug, 2017 3 commits
  2. 26 Jul, 2017 1 commit
  3. 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
  4. 16 May, 2017 1 commit
  5. 03 Apr, 2017 1 commit
  6. 29 Mar, 2017 1 commit
  7. 23 Mar, 2017 7 commits
  8. 17 Mar, 2017 2 commits
  9. 10 Mar, 2017 2 commits
  10. 12 Feb, 2017 2 commits
  11. 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 !42
      d83a1306
  12. 18 Jan, 2017 3 commits
  13. 12 Jan, 2017 2 commits
  14. 04 Jan, 2017 1 commit
  15. 15 Nov, 2016 1 commit
  16. 10 Nov, 2016 1 commit
  17. 28 Oct, 2016 1 commit
  18. 19 Oct, 2016 1 commit
  19. 16 Sep, 2016 1 commit
  20. 14 Sep, 2016 1 commit
  21. 29 Jul, 2016 1 commit
  22. 26 Jul, 2016 1 commit
  23. 25 Jul, 2016 1 commit
  24. 21 Jul, 2016 2 commits
  25. 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