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