- 25 Jul, 2016 6 commits
-
-
Dave Cridland authored
OF-1147 plugin management refactoring
-
Dave Cridland authored
OF-1139: User-to-provider mapping
-
Dave Cridland authored
OF-1141 Fix default configuration of PEP/PubSub
-
Dave Cridland authored
OF-1153 Optionally allow binding admin console to separate network interface
-
Dave Cridland authored
OF-1149: Improve build speed
-
Dave Cridland authored
OF-1165 fixed Stored Cross-Site Scripting vulnerability
-
- 24 Jul, 2016 1 commit
-
-
wroot authored
-
- 22 Jul, 2016 1 commit
-
-
Dele Olajide authored
jmxweb plugin - add support for automated and scheduled monitor repor…
-
- 21 Jul, 2016 1 commit
-
-
Dave Cridland authored
OF-1162 Update postgresql JDBC driver to 9.4-1209
-
- 20 Jul, 2016 1 commit
-
-
akrherz authored
Note: this is the 'v4', which is Java1.6 compat
-
- 19 Jul, 2016 1 commit
-
-
Guus der Kinderen authored
This commit introduces a new AuthProvider and UserProvider that, similar to the HybridAuthProvider and -UserProvider can be configured to use more than one backend store. Where the Hybrids iterate over all of their providers in an attempt to fulfill a request, these new 'Mapped' variants will first determine what provider is to be used for a particular user, and will then operate on only that provider. This is useful where particular users are required to be restricted to specific backends.
-
- 07 Jul, 2016 1 commit
-
-
Tagir Valeev authored
OF-1157
-
- 04 Jul, 2016 6 commits
-
-
Roman Soldatow authored
- Fixed: Send a presence by affiliation change
-
Guus der Kinderen authored
OF-1152: Ensure that raw XML is logged;
-
Guus der Kinderen authored
OF-1156: Be consistent with the contents of DefaultCache with the HZ cache
-
Guus der Kinderen authored
Going back to Java7 for Debian OF-1115
-
Greg Thomas authored
o delay adding socket interceptors until the pluginManager is ready o Correctly interpret the sent/received messages
-
Greg Thomas authored
Hazelcast clustered cache implemented by MapProxyImpl by preventing null keys and values being added. Also document this behaviour in the Cache interface.
-
- 02 Jul, 2016 1 commit
-
-
akrherz authored
Will build on bamboo + debian with java7 as well
-
- 01 Jul, 2016 1 commit
-
-
akrherz authored
* will maintain this on the ignite bamboo server as a symlink
-
- 30 Jun, 2016 1 commit
-
-
akrherz authored
-
- 28 Jun, 2016 2 commits
-
-
Guus der Kinderen authored
Add spanish translations
-
drencrom authored
Also reorder other translations in the same order as english ones. Now the file has the same number of lines as the english one to be able to find new items to translate easily.
-
- 27 Jun, 2016 1 commit
-
-
Guus der Kinderen authored
Every plugin that adds to the Admin panel has the admin plugin as an implicit dependency. Make sure that the admin plugin is loaded, before any of the other plugins are loaded.
-
- 23 Jun, 2016 1 commit
-
-
drencrom authored
Update to last version
-
- 22 Jun, 2016 1 commit
-
-
deleolajide authored
-
- 21 Jun, 2016 1 commit
-
-
deleolajide authored
-
- 20 Jun, 2016 1 commit
-
-
Dele Olajide authored
-
- 18 Jun, 2016 1 commit
-
-
Daniel Hams authored
Allow specifying a different network interface for the admin console via the "adminConsole.interface" configuration variable. If empty uses the standard interface configuration.
-
- 17 Jun, 2016 1 commit
-
-
Dave Cridland authored
Forced set of JAVA_HOME
-
- 14 Jun, 2016 3 commits
-
-
Dave Cridland authored
OF-1150: muc#roomconfig_allowpm
-
Guus der Kinderen authored
-
Guus der Kinderen authored
* 'override' defined just once (and set to false) * a plugin can be skipped by setting a property 'plugin.pluginname.skip' to true (eg: -Dplugin.broadcast.skip=true) * plugins that are built set the property above, to prevent rebuilding during the same Ant invocation (speeds up parent/child plugin builds)
-
- 10 Jun, 2016 6 commits
-
-
Guus der Kinderen authored
When a plugin fails to load, don't try indefinately.
-
Guus der Kinderen authored
- Plugin Monitor moved to different class - Methods that operate on plugin.xml files moved to utilility class (and made to work even when plugin is not yet loaded) - Plugin monitoring now loads plugins more efficiently by: -- Observing parent/child hierarchy (allowing for one-shot load) -- allowing for concurrent plugin loading - Dev plugins are now processed as if they were ordinary plugins - Plugin canoncical naming is now used throughout the code (fixes case sensitivity bug)
-
Guus der Kinderen authored
When there are multiple plugins loading at the same time, they can concurrently attempt to add models to the admin console. To prevent concurrency issues, those methods are made synchronous.
-
Dave Cridland authored
OF-777: Workaround for CSFR with file upload.
-
Guus der Kinderen authored
-
Max Allan authored
-
- 09 Jun, 2016 1 commit
-
-
Max Allan authored
-