1. 20 Oct, 2014 2 commits
  2. 14 Oct, 2014 2 commits
    • Dave Cridland's avatar
      Merge pull request #84 from ArchyInf/EncPropertyFix · 895bdbd9
      Dave Cridland authored
      fixed encrypted properties containing xml escaped data not saved correct...
      895bdbd9
    • julian.moschuering's avatar
      fixed encrypted properties containing xml escaped data not saved correctly · 7e2db426
      julian.moschuering authored
      Encrypted properties containing data that needs xml escaping (eg a database password containing '&') are encryped in escaped form but decryption uses them directly. Encrypted properties do not need xml escaping.
      
      Eg:
      1. Install an mysql connection with the password 'pass&word'; password is saved as pass&word in properties.xml
      2. Launch openfire
      -> mysql connection is established correctly and password is now stored in encrypted form.
      4. Restart openfire
      5. Openfire startup fails due to incorrect database password (pass&word) is used.
      7e2db426
  3. 10 Oct, 2014 5 commits
  4. 09 Oct, 2014 5 commits
  5. 08 Oct, 2014 2 commits
  6. 07 Oct, 2014 2 commits
  7. 05 Oct, 2014 1 commit
  8. 04 Oct, 2014 1 commit
    • Roman S.'s avatar
      User Service Plugin update to 2.0.0 · 49ebcaac
      Roman S. authored
      - New restfull API (see readme). The plugin is backward compatible.
      - Added new requst to get all or specific users
      - The user is now extendible with key / values properties
      - Added new requst to get roster entries of a specific users
      - Added new requst to get group names of a specific users
      - Added new request to add user to a group or remove a user from a group
      49ebcaac
  9. 01 Oct, 2014 2 commits
  10. 25 Sep, 2014 1 commit
  11. 24 Sep, 2014 2 commits
  12. 20 Sep, 2014 1 commit
  13. 17 Sep, 2014 2 commits
  14. 12 Sep, 2014 2 commits
  15. 11 Sep, 2014 1 commit
    • thanosz's avatar
      Update StatsAction.java · ef38f144
      thanosz authored
      The Server traffic statstics in quick stats are incorrect and inconsistent compared with All Reports page.
      The problem is in the calculation of Low and High Values.
      The StatsViewer.getMin() and getMax() will return two values for high and low for server_bytes_in and server_bytes_out respectively.
      The StatsAction.getLowAndHigh(String key,  long[] timePeriod) does not take that into account and always precesses the first element in the array. Modified so that it sums the values of all the elements of the array.
      ef38f144
  16. 09 Sep, 2014 1 commit
  17. 02 Sep, 2014 1 commit
  18. 26 Aug, 2014 1 commit
  19. 25 Aug, 2014 1 commit
  20. 18 Aug, 2014 1 commit
  21. 13 Aug, 2014 3 commits
  22. 10 Aug, 2014 1 commit