1. 30 Oct, 2014 3 commits
    • Tom Evans's avatar
      Provide better defaults for Roster cache · a4a2eb47
      Tom Evans authored
      The username2roster cache was use the Openfire defaults of 256k/6hrs
      which is not optimal for a base installation. This sets the default max
      size to 1M and set the expiry to 30 minutes.
      a4a2eb47
    • Tom Evans's avatar
      OF-830: Do not use JID-escaping for group names · be100f1f
      Tom Evans authored
      Fixes roster group sharing when using the LDAP provider for users and
      groups, by reverting part of an earlier fix (OF-779).
      be100f1f
    • Tom Evans's avatar
      OF-460: Persist log.debug.enabled property · af77674e
      Tom Evans authored
      Fix settings for debug log so the admin UI setting is retained across
      restarts. The system property "log.debug.enabled" may also be used to
      manage this setting. If provided via openfire.xml, the property will be
      migrated into the DB during startup.
      af77674e
  2. 27 Oct, 2014 6 commits
  3. 25 Oct, 2014 2 commits
  4. 24 Oct, 2014 1 commit
  5. 23 Oct, 2014 4 commits
  6. 22 Oct, 2014 3 commits
  7. 21 Oct, 2014 2 commits
  8. 20 Oct, 2014 7 commits
  9. 17 Oct, 2014 2 commits
  10. 16 Oct, 2014 1 commit
  11. 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
  12. 10 Oct, 2014 5 commits
  13. 09 Oct, 2014 2 commits