- 30 Oct, 2014 3 commits
-
-
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.
-
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).
-
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.
-
- 27 Oct, 2014 6 commits
-
-
Dave Cridland authored
Really route to all resources
-
Dave Cridland authored
OF-812 properly handle start attribute in list requests
-
Dave Cridland authored
OF-593 LocaleUtils: convert dots to underscores
-
akrherz authored
patch by Paolo Manili
-
akrherz authored
patch by Andrea Ratto
-
Dave Cridland authored
OF-807 + OF-670: Prep for 3.10.0
-
- 25 Oct, 2014 2 commits
- 24 Oct, 2014 1 commit
-
-
akrherz authored
-
- 23 Oct, 2014 4 commits
-
-
Tom Evans authored
Initial tests included assertions for post-conditions that were not part of the official API.
-
Tom Evans authored
Prior commit used a local default encoding (and broke the build).
-
Tom Evans authored
Allow international domain names (per RFC 3490).
-
Tom Evans authored
Per PR review feedback.
-
- 22 Oct, 2014 3 commits
-
-
Tom Evans authored
Replace standard XSS filter with something more specific to domain name validation for the S2S server whitelist/blacklist form.
-
Tom Evans authored
OF-830: Properly handle LDAP search filters
-
Tom Evans authored
Updated LDAP components to escape special characters in user and group search filters, including JID (un)escaping where appropriate
-
- 21 Oct, 2014 2 commits
- 20 Oct, 2014 7 commits
-
-
Tom Evans authored
OF-843: Update Hazelcast plugin
-
Tom Evans authored
Adjust xmldebugger for changes in the MINA 2.0.7 filtering API
-
-
Tom Evans authored
-
https://github.com/aberenguel/OpenfireTom Evans authored
Conflicts: build/lib/versions.txt src/java/org/jivesoftware/openfire/nio/ClientConnectionHandler.java src/java/org/jivesoftware/openfire/nio/NIOConnection.java src/java/org/jivesoftware/openfire/spi/ConnectionManagerImpl.java
-
Tom Evans authored
-
Tom Evans authored
Updated ConnectionManagerImpl and related to merge recent changes related to client connection throttling (MaxReadBufferSize)
-
- 17 Oct, 2014 2 commits
-
-
Vlatko Kosturjak authored
to property route.really-all-resources is true
-
Tom Evans authored
Updates include changes for Openfire Session API, plus changes needed to upgrade to Hazelcast 3.3.1; also some core housekeeping (NPE)
-
- 16 Oct, 2014 1 commit
-
-
Vlatko Kosturjak authored
Introduce option to really send to all resources fix missing bracket
-
- 14 Oct, 2014 2 commits
-
-
Dave Cridland authored
fixed encrypted properties containing xml escaped data not saved correct...
-
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.
-
- 10 Oct, 2014 5 commits
-
-
daryl herzmann authored
Improvement of OF-69: Add "Groups user belongs to" column to the User
-
Roman S. authored
Summary page
-
daryl herzmann authored
OF-69: Add "Groups user belongs to" column to the User Summary page
-
daryl herzmann authored
OF-842: Additional properties in User Properties view
-
Roman S. authored
-
- 09 Oct, 2014 2 commits
-
-
Roman S. authored
-
Dave Cridland authored
OF-754: Lock out user option works incorrectly in some cases
-