1. 21 Jul, 2016 2 commits
  2. 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
  3. 23 Jun, 2016 4 commits
  4. 22 Jun, 2016 3 commits
  5. 15 Jun, 2016 1 commit
  6. 11 May, 2016 2 commits
  7. 02 May, 2016 1 commit
  8. 08 Apr, 2016 2 commits
  9. 16 Mar, 2016 1 commit
  10. 11 Mar, 2016 1 commit
  11. 23 Feb, 2016 2 commits
  12. 22 Feb, 2016 2 commits
  13. 08 Feb, 2016 1 commit
  14. 21 Jan, 2016 2 commits
  15. 20 Jan, 2016 5 commits
  16. 18 Jan, 2016 1 commit
  17. 28 Dec, 2015 4 commits
  18. 18 Dec, 2015 3 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
    • lucas.parsy's avatar
      Update documentation. · 2d5c99d2
      lucas.parsy authored
      Squashed commit of the following:
      
      commit 3ddc5e522969d8e5270dc408eec71fc0847c40ce
      Author: Lucas Parsy <lucas.parsy@nexedi.com>
      Date:   Thu Dec 17 16:44:19 2015 +0100
      
          corrected misspellings and ambiguous examples in manage_document file.
          deleted gid and revision storage documentation.
      
      commit 85d30999afdd227c8d4085fcd2df329f0d95333e
      Author: Lucas Parsy <lucas.parsy@nexedi.com>
      Date:   Tue Dec 15 15:13:23 2015 +0100
      
          updated documentation
          renamed "revision_storage.rst" "replicate_storage.rst"
          you need to "compile" the files (go in doc/ directory and type "make")
          to have the html files.
      2d5c99d2
  19. 10 Dec, 2015 1 commit
    • lucas.parsy's avatar
      WebSQLStorage: add a new WebSQL storage · 0a7b8a91
      lucas.parsy authored
      Squashed commit of the following:
      
      commit 6fc5b5bd01796efd32905f7d62516ddbba7acef7
      Author: Romain Courteaud <romain@nexedi.com>
      Date:   Thu Dec 10 18:32:14 2015 +0100
      
          Cleanup rebase
      
      commit 62e5e10d84caf9659dd32bfc71f03b7622aea5e2
      Author: Lucas Parsy <lucas.parsy@nexedi.com>
      Date:   Thu Dec 10 17:31:49 2015 +0100
      
          added scenario for webSQL storage
      
      commit 3aae5518b87005a236dec2b3542c0cdcc9907029
      Author: Lucas Parsy <lucas.parsy@nexedi.com>
      Date:   Thu Dec 10 15:44:40 2015 +0100
      
          removed useless table in websqlstorage
          added indexes to increase queries speed.
      
      commit 4072ea01a4bc7bd46ca611b7bf9dbf63d591c049
      Author: Romain Courteaud <romain@nexedi.com>
      Date:   Wed Dec 9 17:34:35 2015 +0100
      
          WebSQLStorage: do not sort results
      
      commit 6d30b4bf011e6e8389a70ff185c9a739a7a2b196
      Author: Romain Courteaud <romain@nexedi.com>
      Date:   Wed Dec 9 17:25:23 2015 +0100
      
          WebSQLStorage: naming convention
      
      commit 0928b105f756301eaaaf7ccae08c54c798a438fe
      Author: ...
      0a7b8a91
  20. 04 Dec, 2015 1 commit