1. 29 Jul, 2016 1 commit
  2. 26 Jul, 2016 1 commit
  3. 25 Jul, 2016 1 commit
  4. 21 Jul, 2016 2 commits
  5. 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
  6. 23 Jun, 2016 4 commits
  7. 22 Jun, 2016 3 commits
  8. 15 Jun, 2016 1 commit
  9. 11 May, 2016 2 commits
  10. 02 May, 2016 1 commit
  11. 08 Apr, 2016 2 commits
  12. 16 Mar, 2016 1 commit
  13. 11 Mar, 2016 1 commit
  14. 23 Feb, 2016 2 commits
  15. 22 Feb, 2016 2 commits
  16. 08 Feb, 2016 1 commit
  17. 21 Jan, 2016 2 commits
  18. 20 Jan, 2016 5 commits
  19. 18 Jan, 2016 1 commit
  20. 28 Dec, 2015 4 commits
  21. 18 Dec, 2015 2 commits
    • iv's avatar
      DavStorage: add 'with_credentials' option to send domain cookie · 168b7c44
      iv authored
      This option is false by default to prevent any Cross Origin issue unsupported by most webdav servers
      
      Squashed commit of the following:
      
      commit 1591f5e199f91abca92ba3bb46ee3aa356c976fc
      Author: Romain Courteaud <romain@nexedi.com>
      Date:   Fri Dec 18 15:56:42 2015 +0100
      
          DavStorage: rename _withcredentials parameter to with_credentials
      
          Add tests.
          Update documentation.
      
      commit 33b2113ca5ac42b015264f12776326d848320022
      Author: Isabelle Vallet <isabelle.vallet@nexedi.com>
      Date:   Wed Dec 16 06:22:08 2015 -0800
      
          DAV storage: add option for cross-origin cookie propagation.
      168b7c44
    • Romain Courteaud's avatar
      Update package GIT urls · 81e1f72b
      Romain Courteaud authored
      81e1f72b