- 11 Mar, 2018 1 commit
-
-
Guus der Kinderen authored
-
- 09 Mar, 2018 8 commits
-
-
Dave Cridland authored
OF-1345 Can't create/reset passwords when using HybridAuthProvider
-
Dave Cridland authored
OF-1421: Drop Java 7 support, require Java 8.
-
Dave Cridland authored
OF-1504: Caching the session will prevent carbons.
-
Dave Cridland authored
OF-1508: Prevent empty entity caps hash lookups.
-
Guus der Kinderen authored
-
Roman Soldatow authored
* Updating the REST API Plugin to 1.3.0 Added: Security Audit endpoint to get the security logs Added: More details by error Improvement: Better JSON mapping (e.g. single element in an array bug) * Adding missing libs for the ANT job * Fixing the date for the plugin 2018 instead if 2017
-
Dave Cridland authored
OF-1507: Handle S2S stream errors.
-
Guus der Kinderen authored
-
- 08 Mar, 2018 15 commits
-
-
Dave Cridland authored
OF-1191: Add BOSH mutual authentication config to admin console.
-
Dave Cridland authored
OF-1505: Prevent admin console stacktrace on TLS config page.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Dave Cridland authored
HZ-9: Ensure clustering works properly when enabled through the admin UI
-
Dave Cridland authored
OF-1495: Add subject alternative names to certs and CSRs
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Depending on what components (plugins) are loaded, the certificate that is used to identify the local domain should have additional values in its Subject Alternative Name extension. This commit adds an information header in the TLS admin console pages when Openfire is serving components that are not included in its certificate.
-
Guus der Kinderen authored
-
Dave Cridland authored
OF-1496 reduce discovery complexity
-
Guus der Kinderen authored
-
Dave Cridland authored
OF-1191: Use client truststores for c2s-type connections.
-
Dave Cridland authored
OF-1501: Prefer NewSunX509 KeyManager implementation.
-
Dave Cridland authored
OF-1481: Don't attempt to send over a non-existing connection.
-
Guus der Kinderen authored
-
- 06 Mar, 2018 2 commits
- 05 Mar, 2018 14 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Instead of waiting for data to become available on the main thread, this task is better offloaded to a dedicated thread pool. This prevents worker threads from locking up (which potentially cripples the server).
-
Guus der Kinderen authored
This is a very basic (and inefficient, and prone to cause thread starvation) change that causes MAM queries to be responded to only after all relevant data has become available in the database.
-
Guus der Kinderen authored
Prior to this commit, archived data was kept in a buffer, which was flushed to the database once per minute. It is undesirable to have the database 'lag behind' for such an extend period of time. This commit introduces near-instantanious flushes. Data that's put in a buffer is flushed immediately, unless more data is available instantly.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
GregDThomas authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
* OF-1484: Allow admin console pages to be ordered explicitly. * OF-1484: Admin console's "Plugins" tab should be on the right. This commit forces the 'Plugins' tab to be the rightmost tab, even when plugins add new tabs to the admin console.
-
GregDThomas authored
Preserve the null modification date when serialising/deserialising
-
David B Harrison authored
Upon External Serialization, do a nulll check on modificationDate. It is possible that the modificationDate is null, if the room was just created through REST API. That results in an NPE, partial room creation, and failure in communicating the room updated event via hazelcast. If modification date is null, send the creationDate value instead. see https://discourse.igniterealtime.org/t/openfire-hazelcast-clustering-rest-api-room-creation-npe-when-no-modificaitondate-sent/80619/2
-
Guus der Kinderen authored
-