- 09 Nov, 2015 2 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
There were still ~1500 missing annotations! This time fixed with IntelliJ ;-)
-
- 30 Oct, 2015 2 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
- Not all resources were closed in finally block (see Launcher, PluginManager, UpdateManager, FaviconServlet, ...) - Get rid of verbose finally blocks and empty catch blocks, which makes the code more readable. - Generally, this is the more modern approach to deal with resources.
-
- 29 Oct, 2015 1 commit
-
-
Christian Schudt authored
-
- 22 Oct, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 13 Oct, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 24 Jul, 2015 1 commit
-
-
Richard Midwinter authored
This implements the SCRAM-SHA1 mechanism, and includes extending the existing DefaultAuthProvider to store the Scram hashes for faster authentication. If user.scramHashedOnly is set to true, then only these non-reversable hashes are stored (and thus security is increased in exchanged for removing support for DIGEST-MD5 et al).
-
- 15 Jun, 2015 1 commit
-
-
Dave Cridland authored
Seems to have been left as the Impl class rather than the Interface itself.
-
- 15 May, 2015 1 commit
-
-
Randy Layman authored
-
- 20 Apr, 2015 1 commit
-
-
akrherz authored
-
- 10 Apr, 2015 2 commits
- 09 Feb, 2015 1 commit
-
-
Christian Schudt authored
Appearently there can only be one ServerItemsProvider. What happened here is that disco#items requests were now routed to SessionManager, which returned an empty result, which means service discovery fails. It seems like Openfire can only host items for the whole server, not for single users, so the real fix needs some more investigation.
-
- 03 Feb, 2015 1 commit
-
-
Christian Schudt authored
-
- 22 Dec, 2014 1 commit
-
-
akrherz authored
-
- 30 Oct, 2014 1 commit
-
-
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.
-
- 10 Aug, 2014 1 commit
-
-
Shawn Debnath authored
In setup, some of the host settings are loaded from XML properties specified in openfire.xml, while others are incorrectly loaded from whats currently in JiveGlobals. Since we are in setup mode, JiveGlobals.getProperty returns null thereby ignoring any property overrides in openfire.xml specified by the user. Changelog: 1. Instead of just blindly setting anonymous auth to true, check if user has an override property in XML configuration, if not, default to true. 2. Call getXMLProperty to load user configuration override values and not what is currently in JiveGlobals. During setup mode, this is always null. 3. Instead of setting default values for auth, user, group, card, lockout, securityAudit and admin class names, check if the user has provided overrides for those properties, and if so, use those, otherwise use defaults. 4. Expose a method to retrieve XML property names, and then in finishSetup, go through the rest of the XML properties overridden by user that were not touched by setup and individually set those. This is particularly useful when users have to specify primary and secondary * hybrid providers.
-
- 06 May, 2014 2 commits
- 02 May, 2014 1 commit
-
-
Christian Schudt authored
-
- 01 May, 2014 2 commits
- 05 Apr, 2014 1 commit
-
-
csh authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@14012 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 04 Apr, 2014 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@14009 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 14 Feb, 2014 1 commit
-
-
csh authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13942 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 08 Feb, 2014 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13926 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 06 Feb, 2014 4 commits
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13924 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13922 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13918 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13913 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 05 Feb, 2014 4 commits
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13909 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13903 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13901 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13899 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 13 Sep, 2013 1 commit
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13741 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 28 May, 2013 2 commits
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13668 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13666 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 15 May, 2013 2 commits
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13655 b35dd754-fafc-0310-a699-88a17e54d16e
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13654 b35dd754-fafc-0310-a699-88a17e54d16e
-