1. 23 Dec, 2020 13 commits
  2. 22 Dec, 2020 3 commits
  3. 21 Dec, 2020 2 commits
  4. 18 Dec, 2020 5 commits
  5. 17 Dec, 2020 7 commits
  6. 16 Dec, 2020 6 commits
  7. 09 Dec, 2020 4 commits
    • Kirill Smelkov's avatar
      . · a2f192cb
      Kirill Smelkov authored
      a2f192cb
    • Kirill Smelkov's avatar
      . · f69b3c48
      Kirill Smelkov authored
      f69b3c48
    • Kirill Smelkov's avatar
      8c974485
    • Kirill Smelkov's avatar
      Y client: Fix URI scheme to move credentials out of query · b9a42957
      Kirill Smelkov authored
      - Move ca/cert/key out of query part into credentials part of URL
      - As a consequence move cluster name out of credentials part into path part
      - Allow both neo:// and neos:// schemes to be used.
        neo:// means alwasy without SSL and neos:// means always with SSL.
        Even if neos:// URL comes without credentials embedded into it - they
        can be obtained from elsewhere.
      
      I need this change in wendelin.core 2 which needs to take a zurl and
      compute a mountpoint patch that corresponds to it, so that multiple
      several zopes that use the same NEO storage, could be associated with
      the same single WCFS instance.
      b9a42957