- 17 Apr, 2018 1 commit
-
-
Schudt, Christian authored
Motivation: Give third-party developers more flexibility to build their plugins. Currently it's not possible to filter anything besides the plugin.xml. Further improvements: - Include lib folder in the assembly (for non-Maven artifacts) - Update namespace "http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" -> "http://maven.apache.org/ASSEMBLY/2.0.0"
-
- 06 Apr, 2018 1 commit
-
-
Dave Cridland authored
OF-1515: Migrate Private XML Storage to PEP
-
- 22 Mar, 2018 7 commits
-
-
Guus der Kinderen authored
Openfire supports XEP-0049, Private XML Storage. However, Openfire can also be used for XEP-0223: Persistent Storage of Private Data via PubSub. When a user previously used more than one client, where each client would use a different XEP to store private data, the private data that was stored by one client would not be shared with the other client. This is undesirable, as such data typically includes data that benefits every client used by the user. In this commit, all data that is stored in the Private XML Storage database table will be migrated to PEP. After a successful migration, the old database table is deleted. Openfire continues to offer XEP-0049: Private XML Storage functionality. However, whenever data is obtained or modified through methods defined in that XEP, the PEP data is modified.
-
Dave Cridland authored
OF-1511 OF-1513 OF-1514: Pubsub / PEP changes
-
Dave Cridland authored
OF-1519 add info about firewall
-
Dave Cridland authored
OF-1518: Ensure the summary is properly escaped
-
Greg Thomas authored
-
wroot authored
-
wroot authored
-
- 21 Mar, 2018 1 commit
-
-
Dave Cridland authored
OF-1509: Add thread safety when incrementing counter.
-
- 18 Mar, 2018 1 commit
-
-
Guus der Kinderen authored
-
- 16 Mar, 2018 4 commits
-
-
GregDThomas authored
* Release 2.3.0 of the Hazelcast plugin * Correct the date
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 15 Mar, 2018 1 commit
-
-
Guus der Kinderen authored
This updates the inVerse plugin to use the latest upstream release. As suggested by JC, it's author, I've also disabled the 'viewMode' configuration option for now (this should be reenabled in future releases).
-
- 14 Mar, 2018 1 commit
-
-
Guus der Kinderen authored
-
- 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 14 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.
-