- 17 Nov, 2015 1 commit
-
-
Tom Evans authored
Also remove dependency for sun.security.provider.* package
-
- 16 Nov, 2015 2 commits
-
-
daryl herzmann authored
OF-881: Simplify connection close semantics
-
Tom Evans authored
- Use AtomicReference instead of synchronized block - Extend java.io.Closeable; document contract - Consolidate close/state transition logic
-
- 14 Nov, 2015 2 commits
-
-
daryl herzmann authored
ofmeet plugin version 0.2.3
-
Dele Olajide authored
Simplified build, removed classes folder in WEB-INF Changed default value for voip gateway to false Removed some redundant and duplicate jar file in jitsivideobridge lib Removed tinder.jar and whack.jar which caused ComponentManagerFactory.getComponentManager() to fail with OF 3.11
-
- 13 Nov, 2015 4 commits
-
-
Tom Evans authored
Avoid recursion and synchronization issues
-
akrherz authored
-
daryl herzmann authored
Update REST API Plugin to 1.1.7
-
Roman S authored
Added: Provide the possibility to use a Custom Auth Filter Fixed: Preflight request will be not blocked by Authentication Added: Group names in ChatRoom Entity
-
- 11 Nov, 2015 5 commits
-
-
Dele Olajide authored
Revert " Fix PluginClassloader not implement getResources Method"
-
Dele Olajide authored
-
Dele Olajide authored
Fix PluginClassloader not implement getResources Method
-
Roman S authored
RestAPI Plugin - Provide the possibility to use Custom Auth Filter
-
Francesco Scoccia authored
Now switchoff betweeen the authentication systems seems to work as intended
-
- 10 Nov, 2015 4 commits
-
-
speedy01 authored
Reverting some changes made with PR #239. by enabling the custom socket factory. Added the use of Comparator per http://docs.oracle.com/javase/8/docs/technotes/guides/jndi/jndi-ldap.html#pooling for connection pooling
-
speedy01 authored
Reverting some changes made with PR #239. by enabling the custom socket factory. Added the use of Comparator per http://docs.oracle.com/javase/8/docs/technotes/guides/jndi/jndi-ldap.html#pooling for connection pooling
-
speedy01 authored
-
speedy01 authored
Added readtimeout and connect time out to getcontext
-
- 09 Nov, 2015 16 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
Launcher: Use Desktop.getDesktop().browse().
-
Christian Schudt authored
The BrowserLauncher class seems to be really outdated (from 2001) and it doesn't even launch the browser on my Mac OS X. Since Java 1.6, there is java.awt.Desktop, which can open a browser as well, so let's use that one.
-
Christian Schudt authored
Launcher: Use Java 6 SwingWorker instead of "Version 3 SwingWorker".
-
Christian Schudt authored
There was an old backport of SwingWorker for JDK < 6 from 2003, which was known as "SwingWorker Version 3". Openfire does not need such old backports anymore.
-
Christian Schudt authored
Java 7: Collapse identical catch blocks.
-
Christian Schudt authored
-
Christian Schudt authored
Java 7: Replace explicit type with diamond operator <>
-
Christian Schudt authored
-
Christian Schudt authored
OF-343 Add @Override annotations
-
Christian Schudt authored
There were still ~1500 missing annotations! This time fixed with IntelliJ ;-)
-
Christian Schudt authored
Prevent NoClassDefFoundError during Openfire start.
-
Christian Schudt authored
Restore tray icon click functionality after moving to AWT tray.
-
Christian Schudt authored
Fix JDK 8 ambiguity with wildcard imports.
-
Christian Schudt authored
Clean plugins directory when calling Ant "plugins" target.
-
Francesco Scoccia authored
Added back the JERSEY_LOGGER. Now messages are shown in the UI. Have to find a way to reload the wrapper after that the options have been saved, so that a new wrapper can be used without enforcing reload via the plugins menu
-
- 08 Nov, 2015 2 commits
-
-
daryl herzmann authored
OF-967 add option to use Name as nickname for muc bookmark
-
akrherz authored
-
- 07 Nov, 2015 2 commits
-
-
Christian Schudt authored
Don't know why, but it fixes the issue described here: https://community.igniterealtime.org/thread/55868 org.apache.jasper.JasperException: XML parsing error on file /WEB-INF/web.xml
-
Christian Schudt authored
java.util.* and org.jivesoftware.util.* both import Base64 class. The compiler cannot know which one to use. Error message is: both class java.util.Base64 in java.util and class org.jivesoftware.util.Base64 in org.jivesoftware.util match
-
- 06 Nov, 2015 1 commit
-
-
Francesco Scoccia authored
Right now, RestAPI plugin provides two option for accessing its endpoints: # Basic authentication: uses username and password of an existing Openfire admin accoount # Secret key: uses for authentication a key defined in the Openfire Admin console. It may be really useful to provide the option to define another Filter as the authentication mechanism to use for accessing the plugin' Rest service given its fully qualified class name.
-
- 03 Nov, 2015 1 commit
-
-
Roman S authored
REST API plugin: make group affiliations per room visible
-