1. 23 Feb, 2017 11 commits
  2. 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
  3. 18 Jan, 2017 3 commits
  4. 12 Jan, 2017 2 commits
  5. 04 Jan, 2017 1 commit
  6. 15 Nov, 2016 1 commit
  7. 10 Nov, 2016 1 commit
  8. 28 Oct, 2016 1 commit
  9. 19 Oct, 2016 1 commit
  10. 16 Sep, 2016 1 commit
  11. 14 Sep, 2016 1 commit
  12. 29 Jul, 2016 1 commit
  13. 26 Jul, 2016 1 commit
  14. 25 Jul, 2016 2 commits
  15. 21 Jul, 2016 2 commits
  16. 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
  17. 23 Jun, 2016 4 commits
  18. 22 Jun, 2016 3 commits
  19. 15 Jun, 2016 1 commit
  20. 11 May, 2016 1 commit
    • Douglas's avatar
      jiodate: fixes timezone related test issues · ac34b9ef
      Douglas authored
      All time objects now are handled as local time, doesn’t the test runner
      timezone. Also all queries tests that once used the native Date are now
      using JIODate.
      ac34b9ef