1. 25 Jul, 2016 5 commits
  2. 24 Jul, 2016 1 commit
  3. 22 Jul, 2016 1 commit
  4. 21 Jul, 2016 1 commit
  5. 20 Jul, 2016 1 commit
  6. 19 Jul, 2016 1 commit
    • Guus der Kinderen's avatar
      OF-1139: User-to-provider mapping · a4c178c4
      Guus der Kinderen authored
      This commit introduces a new AuthProvider and UserProvider that, similar to the
      HybridAuthProvider and -UserProvider can be configured to use more than one backend
      store. Where the Hybrids iterate over all of their providers in an attempt to
      fulfill a request, these new 'Mapped' variants will first determine what provider
      is to be used for a particular user, and will then operate on only that provider.
      This is useful where particular users are required to be restricted to specific
      backends.
      a4c178c4
  7. 07 Jul, 2016 1 commit
  8. 04 Jul, 2016 6 commits
  9. 02 Jul, 2016 1 commit
  10. 01 Jul, 2016 1 commit
  11. 30 Jun, 2016 1 commit
  12. 28 Jun, 2016 2 commits
  13. 23 Jun, 2016 1 commit
  14. 22 Jun, 2016 1 commit
  15. 21 Jun, 2016 1 commit
  16. 20 Jun, 2016 1 commit
  17. 18 Jun, 2016 1 commit
  18. 17 Jun, 2016 1 commit
  19. 14 Jun, 2016 3 commits
  20. 10 Jun, 2016 3 commits
  21. 09 Jun, 2016 1 commit
  22. 01 Jun, 2016 1 commit
  23. 20 May, 2016 2 commits
    • Dave Cridland's avatar
      OF-1141 Pubsub leaf nodes variant · 82ae779d
      Dave Cridland authored
      This performs the same fix as for PEP, but this time on the PubSub services.
      82ae779d
    • Dave Cridland's avatar
      OF-1141 Fix default configuration of PEP · 7c14421c
      Dave Cridland authored
      The PEP Service configures leaf nodes to store -1 items by default; however
      this value is not corrected by the usual post-configuration checks to 1, and
      this in turn means that when gathering the items to return, the single
      item is removed.
      
      This patch corrects the issue by setting the maxPublishedItems in the default
      configuration to 1 instead.
      7c14421c
  24. 19 May, 2016 2 commits