- 13 Aug, 2014 3 commits
-
-
Dave Cridland authored
Bug: properties in openfire.xml not properly loaded in setup
-
Dave Cridland authored
MUC Service Plugin update to 0.2.1
-
Roman S authored
- Creation and modification dates, are now optional - Room user roles, are now optional - Bug fix: As persistent specified room, will be now saved to DB
-
- 10 Aug, 2014 2 commits
-
-
Shawn Debnath authored
-
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 Aug, 2014 4 commits
-
-
Dele Olajide authored
OF-834: Close Open_redirect
-
Dele Olajide authored
More S2S fixes
-
Dele Olajide authored
Fix for OF-835
-
jackrabbit128 authored
- install ReadThrottleFilterBuilder into filter chains - adjust SSLFilter positioning in chain so that ReadThrottleFilter works correctly
-
- 05 Aug, 2014 1 commit
-
-
Dave Cridland authored
Kim 'Zash' Alvefur commented that an empty authzid in EXTERNAL wasn't working. This patch adds this handling, and also changes authorization checks from a domain.contains() to a domain.equals().
-
- 04 Aug, 2014 4 commits
-
-
Dave Cridland authored
This now reassembles a URL from the path, query, and fragment supplied, and ignores the scheme and network location portions entirely. Thus http://www.google.com/foo redirects to /foo only. Credit to Jonathan Bush, Security Consultant at ProCheckUp http://www.procheckup.com
-
Dave Cridland authored
Added UTF-8 support for readme and changelog files
-
Redor authored
Fixed the issue that creates an empty line after each line of HTML code, which can break the layout by using <pre> This patch rewritten to avoid reformatting by Dave Cridland <dave@cridland.net>
-
Dave Cridland authored
Double-check removed, streamlining logic.
-
- 23 Jul, 2014 1 commit
-
-
Florian Schmaus authored
-
- 22 Jul, 2014 2 commits
-
-
-
Dele Olajide authored
Jitsi Videobridge: Fixes Jitsi VideoBridge Plugin problem redirects to webrtcrequired.html. See https://community.igniterealtime.org/thread/52934
-
- 16 Jul, 2014 2 commits
- 11 Jul, 2014 1 commit
-
-
Dele Olajide authored
MUC Service Plugin 0.2.0
-
- 10 Jul, 2014 1 commit
-
-
Redor authored
- Extended the service with /participants endpoint to get all room participants - Extended the muc service to manage chat room roles (owners, admins, members, outcasts)
-
- 30 Jun, 2014 4 commits
- 24 Jun, 2014 2 commits
-
-
Dele Olajide authored
Quick fix for old-skool Jabber on S2S
-
Dave Cridland authored
-
- 23 Jun, 2014 5 commits
-
-
Dele Olajide authored
MUC Service Plugin. I adding this to complement the User Service plugin.
-
Dele Olajide authored
-
Dele Olajide authored
-
Dele Olajide authored
-
Redor authored
-
- 22 Jun, 2014 1 commit
-
-
Dele Olajide authored
-
- 21 Jun, 2014 1 commit
-
-
Dele Olajide authored
This cannot be enforced strictly for openfire IQ handlers to process packets for custom namespaces. I am modifying the original fix to exclude IQ handlers and also check for anonymous users.
-
- 18 Jun, 2014 4 commits
-
-
Dele Olajide authored
S2s fixes. Thanks for doing this. I am experimenting with websockets for Openfire s2s and I need these fixes.
-
Dele Olajide authored
OF-709: Somewhere between my initial commit, Flow's squashing and the code review, this code change was dropped. It is required to enable access to http-bind root folder for static web pages.
-
Dele Olajide authored
OF-823 Numeric overflow in MUCPersistenceManager when loading history ol...
-
akrherz authored
-
- 17 Jun, 2014 2 commits
-
-
Dave Cridland authored
This adds TLS information and Authentication choices to the server session details page. In doing so, it factors out a ServerSession interface, and LocalServerSession class.
-
Dave Cridland authored
Now subsumed by other checks.
-