- 06 Oct, 2017 1 commit
-
-
Ian Green authored
* Page for editing node configuration, uses existing configuration form mechanism. * Form UI is generated from the Data Form. * Node edit page does not work with PEP service, so node summary page has been configured to not show edit options when viewing a PEP node. * page for editing service configuration, also based on a Data form so code can be re-used.
-
- 03 Oct, 2017 2 commits
-
-
Anno van Vliet authored
When using the non-XEP import.
-
daryl herzmann authored
-
- 01 Oct, 2017 1 commit
-
-
Dele Olajide authored
* jmxweb plugin version 0.0.7 * jmxweb plugin - updated date
-
- 29 Sep, 2017 1 commit
-
-
Ash Ward authored
-
- 28 Sep, 2017 1 commit
-
-
Dave Cridland authored
getIterations() threw an exception which caused early termination of the SASL exchange. Spotted by Phil Roberts of Surevine Ltd.
-
- 27 Sep, 2017 2 commits
-
-
Ian Green authored
* Page for viewing existing affiliates * Ability to delete affiliates (will remove all subscriptions) * Ability to edit the affiliation type (subscriptions are updated as appropriate)
-
Ian Green authored
* Tidied up imports * Removed URL encode on URL params as this is done automatically. * Removed URL decode of owner parameter as it is no longer double encoded. * made extra param encoding consistent. * added owner param to redirect URLS. * added hidden owner field to delete form so redirect works.
-
- 26 Sep, 2017 1 commit
-
-
akrherz authored
-
- 25 Sep, 2017 11 commits
-
-
Greg Thomas authored
-
Greg Thomas authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 24 Sep, 2017 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
* Updates to eclipse classpath file * PubSub Admin Console Node Summary * Started to add PubSub Admin functionality modelled after the Group Chat Admin screens. * Node summary page shows summary table of current leaf nodes. * Deletion of Nodes supported. * Sub page with summary of current subscribers and ability to cancel subscriptions. * Added Admin page for items on PubSub Node * Modelled after the subscribers page. * Also some small improvements to previous PubSub admin code. * Update PubSub JSP pages to use JSTL * OF-35: Instead of Tab, use Sub-Tab. * OF-35: PubSubManager does use Module interface * OF-35: Potentially, can manage _all_ services. Renaming to PubSubServiceManager * OF-35: Doesn't keep state, need not be a singleton. * OF-35: PubSubServiceManager should be reusable for other PubSubServices. * OF-35: Renamed to -Info to avoid name clash with pre-existing PEPServiceManager. * OF-35: Add PEP support * OF-35: Expose PEP in User details.
-
- 20 Sep, 2017 1 commit
-
-
richmidwinter authored
Added some extra field details on s2s certificates.
-
- 18 Sep, 2017 1 commit
-
-
richmidwinter authored
Sends an s2s ping and presents some debug info.
-
- 16 Sep, 2017 1 commit
-
-
Dave Cridland authored
OF-1309: Make Hazelcast plugin use new API
-
- 15 Sep, 2017 8 commits
-
-
Guus der Kinderen authored
This is a fix for API changes introduced with the fix for OF-1309.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Greg Thomas authored
-
Dave Cridland authored
Corrects line endings to the uncorrected state...
-
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 2 commits
-
-
Dave Cridland authored
Using Statement instead of PreparedStatement
-
richmidwinter authored
-