1. 20 May, 2016 1 commit
    • 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
  2. 19 May, 2016 6 commits
  3. 18 May, 2016 1 commit
  4. 10 May, 2016 1 commit
  5. 09 May, 2016 6 commits
  6. 04 May, 2016 1 commit
    • Roman S's avatar
      REST API plugin update to 1.2.3 (#584) · f1cba6ed
      Roman S authored
      * Added: Add a group with role to a chat room
      * Added: Occupants endpoint for chat room
      * Fixed: Admin and Member list to group endpoint
      f1cba6ed
  7. 29 Apr, 2016 1 commit
  8. 27 Apr, 2016 1 commit
  9. 19 Apr, 2016 2 commits
  10. 14 Apr, 2016 7 commits
  11. 11 Apr, 2016 2 commits
  12. 10 Apr, 2016 2 commits
  13. 09 Apr, 2016 2 commits
    • Guus der Kinderen's avatar
      OF-1125: Should use StreamID class instead of String. · 2cc0a948
      Guus der Kinderen authored
      To represent a stream ID, Openfire defines the StreamID interface. However,
      that interface is hardly used. Instead, simple String representations are used
      in most places.
      
      StreamIDs should conform to some specifications (notably: they shouldn't
      include XML special characters). An implementation of the StreamID interface
      is a good place to enforce specifications like that.
      
      This commit replaces all String-based stream ID representations with an
      implemenation of StreamID. For clustering/hazelcast, the serialized string
      is still being used to exchange data between nodes (I expect that this allows
      older and newer cluster nodes to continue to exchange cache information within
      the same cluster).
      
      Also in this commit:
      - StreamID implementations check for (and escape) XML special characters.
      - Duplicate implemenations of the StreamID interface are removed.
      
      Some code refers to streamID while in reality session IDs are implemented. This
      commit does not affect those pieces of code.
      2cc0a948
    • wroot's avatar
      279a998f
  14. 08 Apr, 2016 2 commits
  15. 06 Apr, 2016 4 commits
  16. 30 Mar, 2016 1 commit