- 02 Jan, 2015 1 commit
-
-
Roman S. authored
See here: https://community.igniterealtime.org/thread/53822
-
- 17 Nov, 2014 1 commit
-
-
Roman S. authored
-
- 12 Nov, 2014 1 commit
-
-
Roman S. authored
* simplified the UI * added search for groups * pagination for available groups
-
- 05 Nov, 2014 1 commit
-
-
Roman S. authored
-
- 10 Oct, 2014 2 commits
- 09 Oct, 2014 3 commits
- 08 Oct, 2014 1 commit
-
-
Roman S. authored
- Fixed the problem with backward compatibility to user service 1.*
-
- 07 Oct, 2014 1 commit
-
-
Roman S. authored
- Fixed the problem that authentication type was not saved
-
- 04 Oct, 2014 1 commit
-
-
Roman S. authored
- New restfull API (see readme). The plugin is backward compatible. - Added new requst to get all or specific users - The user is now extendible with key / values properties - Added new requst to get roster entries of a specific users - Added new requst to get group names of a specific users - Added new request to add user to a group or remove a user from a group
-
- 01 Oct, 2014 1 commit
-
-
Roman S. authored
- Bug fix: Unable to join groupchat
-
- 24 Sep, 2014 1 commit
-
-
Roman S. authored
-
- 20 Sep, 2014 1 commit
-
-
Roman S authored
- Room user roles can now be added and removed individually
-
- 17 Sep, 2014 2 commits
-
-
Dave Cridland authored
OF-840 BOSH <stream:features> does not include <register/>
-
Christian Schudt authored
-
- 12 Sep, 2014 2 commits
-
-
Dave Cridland authored
OF-483 - JDBCUserProvider hardcodes searchSQL
-
Dave Cridland authored
Update StatsAction.java
-
- 11 Sep, 2014 1 commit
-
-
thanosz authored
The Server traffic statstics in quick stats are incorrect and inconsistent compared with All Reports page. The problem is in the calculation of Low and High Values. The StatsViewer.getMin() and getMax() will return two values for high and low for server_bytes_in and server_bytes_out respectively. The StatsAction.getLowAndHigh(String key, long[] timePeriod) does not take that into account and always precesses the first element in the array. Modified so that it sums the values of all the elements of the array.
-
- 09 Sep, 2014 1 commit
-
-
Aldo Armiento authored
-
- 02 Sep, 2014 1 commit
-
-
Dele Olajide authored
-
- 26 Aug, 2014 1 commit
-
-
Dave Cridland authored
OF-839 Forwarded extension should not overwrite extension namespaces of ...
-
- 25 Aug, 2014 1 commit
-
-
Christian Schudt authored
-
- 18 Aug, 2014 1 commit
-
-
Dele Olajide authored
Allow for custom lib and conf file placement. Jira OF-838
-
- 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 3 commits
-
-
Shawn Debnath authored
-
Shawn Debnath authored
-
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 3 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>
-