- 25 Jan, 2016 16 commits
-
-
Guus der Kinderen authored
OF-1054 IllegalStateException when destroying MUC room prevents unava…
-
Guus der Kinderen authored
OF-1051: Prevent ConcurrentModificationException
-
Guus der Kinderen authored
Improve certificate signatures with SHA-2 functions
-
André Berenguel authored
Conflicts: src/java/org/jivesoftware/openfire/keystore/IdentityStore.java
-
Guus der Kinderen authored
Aberenguel certificate issues
-
André Berenguel authored
-
André Berenguel authored
-
André Berenguel authored
-
André Berenguel authored
-
André Berenguel authored
-
André Berenguel authored
Conflicts: src/java/org/jivesoftware/openfire/keystore/IdentityStore.java
-
André Berenguel authored
-
Guus der Kinderen authored
-
André Berenguel authored
IdentityStore.addSelfSignedDomainCertificate considers the certificate validity in days, not in months.
-
Guus der Kinderen authored
OF-1049: Fixes for certificate management
-
Guus der Kinderen authored
Remove exclamation mark from Search button (OF-1055)
-
- 23 Jan, 2016 1 commit
-
-
wroot authored
-
- 22 Jan, 2016 1 commit
-
-
Christian Schudt authored
-
- 21 Jan, 2016 5 commits
-
-
Guus der Kinderen authored
The unmodifiable collection in the original code is not immutable: when the original collection is modified, this is reflected (which can cause problems in iterators created from the unmodifiable collection). This commit creates a new collection to prevent this from happening.
-
Guus der Kinderen authored
OF-1053: Don't use apostrophe in i18n
-
Christian Schudt authored
OF-1046: Improve offline-storage usage
-
Guus der Kinderen authored
Existing code already tried to prevent message bounces when a stanza was sent by the server itself. This commit builds on that solution. Also, debug logging was added for the store-and-* strategies when storage was no longer possible as a result of quota limitations (we had a hard time debugging this)
-
Guus der Kinderen authored
Replaced all apostrophes with HTML-encoded entities to prevent formatting problems.
-
- 20 Jan, 2016 2 commits
-
-
daryl herzmann authored
REST API Plugin update to version 1.2.2
-
Roman S authored
-
- 19 Jan, 2016 4 commits
-
-
Guus der Kinderen authored
A fix for OF-1041
-
Guus der Kinderen authored
By reversing the order in which objects are added to the internal state, a failure during store construction won't put the manager in a half-initialized state.
-
Guus der Kinderen authored
Check if the keys in the identity store can be accessed when the identity store is being created.
-
Guus der Kinderen authored
Don't initialize the admin console TLS connector when no identity store is available (that's guaranteed to fail). Don't log admin console startup success when there's an error.
-
- 18 Jan, 2016 2 commits
-
-
Guus der Kinderen authored
The admin console should existing-but-invalid configuration. Configuration should be modifiable through admin console.
-
Guus der Kinderen authored
Should not store chat state messages, which contain a thread element.
-
- 14 Jan, 2016 2 commits
-
-
Dele Olajide authored
OF-1037: Split Bookmarks from ClientControl.
-
Christian Schudt authored
The problem was, that the logic stored empty chat messages, which contained a thread and chat state. The loop first checked the namespace of the thread, which was empty and therefore thought it should store it.
-
- 13 Jan, 2016 1 commit
-
-
Nik Okuntseff authored
Made a search by distinguishedName Active Directory specific as it is difficult to come up with a generic solution.
-
- 12 Jan, 2016 6 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
OF-1042: Don't NPE when a session is already closed when </stream>
-
Guus der Kinderen authored
Update plugin min Openfire version requirement to 4.0.0
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Dave Cridland authored
Fixes for banning problems in MUC rooms
-