- 25 Nov, 2015 1 commit
-
-
Guus der Kinderen authored
This commit (which is compilable, but breaks some important functionality - work in progess) aims to centralize the configuration for connections. "Connections" are used in a broad sense here, and includes socket-based (TLS and legacy-mode SSL) client connections, BOSH-based client connections, component connections, connectionmanager (multiplexer) connections, but also connections to the admin panel.
-
- 19 Nov, 2015 1 commit
-
-
Guus der Kinderen authored
By replacing Jetty 6.x era libraries with 9.x-based variants, JSP support will be brought back up-to-date. Additionally, Openfire will no longer have a mix of dependencies from various versions of Jetty. This commit contains a number of changes that go hand-in-hand: - Replaces JAR files - Applies uniformity to the buildscript where JSPC is executed - Replaces JSTL 1.0 taglibs with later versions - Adds a simple logger to the build process (to stop it from complaining)
-
- 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).
-
- 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.
-
- 07 May, 2014 1 commit
-
-
Tom Evans authored
Includes update of prototype.js from 1.7 to 1.7.2 (latest released version).
-
- 02 May, 2014 1 commit
-
-
Tom Evans authored
Apply encryption status to sensitive properties during setup where applicable.
-
- 03 Apr, 2014 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@14008 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 27 Feb, 2012 2 commits
-
-
Robin Collier authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13035 b35dd754-fafc-0310-a699-88a17e54d16e
-
Robin Collier authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@13032 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 27 Jul, 2010 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11785 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 02 Jan, 2010 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11472 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 25 Aug, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10770 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 21 Jul, 2008 1 commit
-
-
Gabriel Guardincerri authored
[RTC-16] Unable to access OF Admin Console when shared key is changed in Clearspace but not in Openfire [JM-1428] Fixed: Non-descriptive error message when OF is in an update state. [JM-1408] Fixed: Non-descriptive error message when login to OF admin console while Clearspace is down. [JM-1429] Fixed: Secure the shared secret of OF's CS integration admin page. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10693 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 14 Jul, 2008 1 commit
-
-
Gabriel Guardincerri authored
[RTC-16] Unable to access OF Admin Console when shared key is changed in Clearspace but not in Openfire [JM-1428] Fixed: Non-descriptive error message when OF is in an update state. [JM-1408] Fixed: Non-descriptive error message when login to OF admin console while Clearspace is down. [JM-1429] Fixed: Secure the shared secret of OF's CS integration admin page. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10667 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 13 Jun, 2008 1 commit
-
-
Gaston Dombiak authored
1) Properties can now be retrieved from the database as long as there is a connection to the database regardless if setup has been completed 2) Clearspace can now appear as the default value when running the setup and CS was the previous choice from a previous setup git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10531 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 06 Jun, 2008 3 commits
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10499 b35dd754-fafc-0310-a699-88a17e54d16e
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10494 b35dd754-fafc-0310-a699-88a17e54d16e
-
Gaston Dombiak authored
2) Improved CS setup to expose information about error preventing the connection git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10492 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 23 May, 2008 2 commits
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10431 b35dd754-fafc-0310-a699-88a17e54d16e
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10430 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 19 May, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10411 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 05 May, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10340 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 25 Apr, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10295 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 08 Apr, 2008 1 commit
-
-
Daniel Henninger authored
[JM-1277] Configuration that can be stored in the DB is now stored in the DB (providers, etc). Reviewer: Gabriel git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10181 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 04 Apr, 2008 1 commit
-
-
Daniel Henninger authored
[JM-1278] Admins are now handled via a manager/provider structure, allowing for custom admin sources. ClearspaceAdminProvider is a stub (not complete at this time). Reviewer: Gabriel git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10171 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 Apr, 2008 2 commits
-
-
Armando Jagucki authored
ClearspaceMUCEventDelegate is now operational supporting on-demand room creation and permissions-limited room joins/deletions. Along with that work came an optimization to the user creation process (JM-1313). git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10163 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daniel Henninger authored
[JM-1291] Renamed/prefixed all Openfire tables with 'of' to prevent conflicts with other applications in same database. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10158 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 20 Mar, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10097 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 29 Feb, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10028 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 27 Feb, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10008 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 20 Feb, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9952 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 19 Feb, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9935 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 14 Feb, 2008 2 commits
-
-
Daniel Henninger authored
Updated Clearspace integration pieces to ask for URI instead of separate pieces. Also added admin list page. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9916 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9911 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Feb, 2008 1 commit
-
-
Daniel Henninger authored
[JM-1229] Created initial Clearspace integration setup steps. Many stubs in place until real integration pieces are built. Color fixes for LDAP screens when edited via profile settings. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9891 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 03 Jan, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9725 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 24 Dec, 2007 2 commits
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9672 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daniel Henninger authored
[JM-460] Added support for avatar to be pulled from/stored in local database instead of LDAP. LDAP wins if an avatar is already present, however. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9671 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 19 Oct, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9341 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 15 Aug, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8949 b35dd754-fafc-0310-a699-88a17e54d16e
-