- 11 Dec, 2015 7 commits
- 
- 
Dave Cridland authoredOF-973: TLS negotiation failures should come in two flavors. 
- 
Dave Cridland authoredDefaultUserProvider: Rethrow exception instead of silently logging it. 
- 
Dave Cridland authoredOF-997 Deny framing to avoid clickjacking 
- 
Christian Schudt authoredThe reason is, that when calling the createUser() method, the caller thinks user creation succeeded, even if it might not. This leads to unexpected behavior. I've experienced that, when trying to create a user with a name of > 100 length: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'name' at row 1 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4230) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4164) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2615) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2776) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2838) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2082) at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1307) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.logicalcobwebs.proxool.ProxyStatement.invoke(ProxyStatement.java:100) at org.logicalcobwebs.proxool.ProxyStatement.intercept(ProxyStatement.java:57) at com.mysql.jdbc.Statement$$EnhancerByProxool$$cb3cdf02.execute(<generated>) at org.jivesoftware.openfire.user.DefaultUserProvider.createUser(DefaultUserProvider.java:164) 
- 
Dave Cridland authored
- 
Dave Cridland authoredOF-1001 Drop Clearspace support 
- 
Christian Schudt authored
 
- 
- 10 Dec, 2015 6 commits
- 
- 
Guus der Kinderen authoredOF-928 Add a copy of the extendedInformation 
- 
Dave Cridland authoredUpgrading the Ant Contrib & XmlTask libraries 
- 
Guus der Kinderen authored
- 
Dave Cridland authored
- 
Guus der Kinderen authored
- 
Dave Cridland authoredAdmin Console: External Component Settings 
 
- 
- 09 Dec, 2015 2 commits
- 
- 
Guus der Kinderen authoredThe page on which a user can manage the settings for External Components should offer all features that are available now that the new ConnectionManager has been implemented. 
- 
Dave Cridland authoredOF-995: Parent plugin identification should not be case-sensitive. 
 
- 
- 08 Dec, 2015 7 commits
- 
- 
Guus der Kinderen authored
- 
Guus der Kinderen authoredAvoid nested EL delimiters 
- 
Guus der Kinderen authoredNothing should be transmitted when STARTTLS negotiation fails, not even a stream close. 
- 
Guus der Kinderen authoredWhen STARTTLS fails, there are two distinct types of failure. Each type should be handled in a distinct manner. Note that this commit applies a fix to the S2S code only. C2S may also need work. 
- 
Tom Evans authoredPossibly a copy/paste glitch from an earlier refactoring exercise. 
- 
Guus der Kinderen authored
- 
Dave Cridland authoredFix NPE when accessing AuditManager module 
 
- 
- 07 Dec, 2015 14 commits
- 
- 
Tom Evans authoredNot sure when this got changed, but the module loader uses the interface class name as a key, not the implementation class name. 
- 
Dave Cridland authoredAvoid using classes from sealed packages 
- 
Tom Evans authoredThis fix was applied a while back on an earlier incarnation of this test class. 
- 
Dave Cridland authoredOF-122: Fix inconsistent MUC subject handling 
- 
Dave Cridland authoredOF-993: Replace thread factory boilerplate code. 
- 
Tom Evans authoredEnsure that the MUC room subject is set correctly from initial request and upon subsequent reload. 
- 
Guus der Kinderen authoredSubscribe with Response Unsubscribed Causes Roster Push to Responding Client 
- 
Guus der Kinderen authoredAssume a client with MUC elements in presence needs to join 
- 
Guus der Kinderen authored
- 
Dave Cridland authoredOF-992: Re-init on restart 
- 
Dave Cridland authoredOF-991: Ant build should use property values when available. 
- 
Guus der Kinderen authored
- 
Dave Cridland authored
- 
Guus der Kinderen authored
 
- 
- 05 Dec, 2015 3 commits
- 
- 
Christian Schudt authored
- 
Christian Schudt authored
- 
Dave Cridland authoredFix XEP-0012 logic. 
 
- 
- 04 Dec, 2015 1 commit
- 
- 
Dave Cridland authoredJDBCAuthProvider: adding support for bcrypt and more 
 
-