- 15 Sep, 2017 3 commits
-
-
Dave Cridland authored
-
Dave Cridland authored
-
Dave Cridland authored
Openfire considers that if a session has authenticated as A, and has authenticated to B, then the session is already authorized to send stanzas from A to B. This is not always the case. This patch stores domain pairs (encapsulated as a DomainPair object) for a session, and always authenticates if it has previously not requested authorization for this domain pair. This should be sufficient to fix OF-1309, but testing is tricky.
-
- 11 Sep, 2017 3 commits
-
-
richmidwinter authored
* OF-1250: Removing DWR from monitoring plugin. * OF-1250: Updating version of DWR in core. * Renaming ressource as resource where in English. * OF-1250: Updating version of DWR dependency in core. * Missing ressource spelling.
-
richmidwinter authored
-
Dave Cridland authored
Add option to make the JDBCAdminProvider read/write
-
- 08 Sep, 2017 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
This intends to prevent out-of-memory related Travis failures.
-
- 07 Sep, 2017 9 commits
-
-
Dave Cridland authored
Using Statement instead of PreparedStatement
-
richmidwinter authored
-
Richard Midwinter authored
-
Dave Cridland authored
Ensure that LDAP configuration options are appropriately displayed
-
Dave Cridland authored
OF-1374: Fixed incorrect XML navigation in PEP auto-create
-
Guus der Kinderen authored
-
Dave Cridland authored
Admin console: apply JSTL to http-bind page.
-
Dave Cridland authored
Support UPN OID extraction directly in SANCertificateIdentityMapping
-
Dave Cridland authored
Allow components to subscribe to nodes
-
- 04 Sep, 2017 3 commits
-
-
Marc Laporte authored
-
Marc Laporte authored
-
Guus der Kinderen authored
* OF-1370: inVerse plugin: hide registration tab. When a user cannot register (if the domain is locked, and IBR is disabled), registration options should not be shown. * OF-1371: Upgrade inVerse to 3.2.1 This commit replaces the converse.js 3.1.0 release with version 3.2.1. Additionally, the plugin now contains a copy of jquery (where previously, a link to a CDN was used).
-
- 02 Sep, 2017 1 commit
-
-
petzka authored
-
- 22 Aug, 2017 2 commits
-
-
Dave Cridland authored
OF-1369: Skip IBR when readonly user provider
-
Guus der Kinderen authored
There's no point in offering in-band registration when the user provider disallows any modifications.
-
- 16 Aug, 2017 1 commit
-
-
Guus der Kinderen authored
* OF-1208: Disallow (by default) S2S for anonymous users.
-
- 15 Aug, 2017 2 commits
-
-
akrherz authored
-
GregDThomas authored
-
- 14 Aug, 2017 1 commit
-
-
akrherz authored
-
- 10 Aug, 2017 4 commits
-
-
Greg Thomas authored
-
Greg Thomas authored
-
Greg Thomas authored
-
Greg Thomas authored
-
- 08 Aug, 2017 3 commits
-
-
akrherz authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 07 Aug, 2017 5 commits
-
-
Josh Gitlin authored
Fixing NullPointerException caused by having a mix of valid Groups and NULLs inside the result of getGroupsFromKeys
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Openfire 4.2.0 will have the functionality that's now in the websocket plugin. As a result, this plugin should not be used in Openfire 4.2.0. To facilitate this, we've defined a new concept of 'priorToServerVersion' in OF-1353. This commit defines that the plugin should only be used in Openfire instances prior to version 4.2.0.
-
Guus der Kinderen authored
-
Dele Olajide authored
websocket plugin has been broken since Openfire 4.1.4. This PR implements the missing code and fixes the issue @Override public ConnectionConfiguration getConfiguration() { // TODO Here we run into an issue with the ConnectionConfiguration introduced in Openfire 4: // it is not extensible in the sense that unforeseen connection types can be added. // For now, null is returned, as this object is likely to be unused (its lifecycle is // not managed by a ConnectionListener instance). return null; }
-
- 30 Jul, 2017 1 commit
-
-
wroot authored
* OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat
-