- 13 Dec, 2016 1 commit
-
-
Dave Cridland authored
-
- 12 Dec, 2016 4 commits
-
-
Gugli authored
When a user is created due to successful authentication, now calls the full process of user creation, including firing events for plugins. (#689) OF-1235 Fixes user_created event not being fired on user creation due to auth.
-
Dave Cridland authored
adjust limit expression for oracle 12.0 and below
-
Dave Cridland authored
adjust sql statements to work properly with oracle database
-
Dave Cridland authored
OF-1212 adjust ddl statements for oracle
-
- 01 Dec, 2016 6 commits
-
-
akrherz authored
-
akrherz authored
-
daryl herzmann authored
-
Dave Cridland authored
add possibility to store complete stanza in archive
-
daryl herzmann authored
-
akrherz authored
This change ensures that messages are received in the order that they were originally sent to the user that was unavailable/offline.
-
- 28 Nov, 2016 1 commit
-
-
Johan Forsell authored
-
- 24 Nov, 2016 1 commit
-
-
Anno van Vliet authored
-
- 21 Nov, 2016 1 commit
-
-
wroot authored
-
- 11 Nov, 2016 1 commit
-
-
akrherz authored
-
- 07 Nov, 2016 4 commits
-
-
Sebastian Wissen authored
in the settings there is now a switch allowing to add complete stanza to the archive for muc conversations
-
Sebastian Wissen authored
as oracle 12.0 and below do not know the keywords limits and offset the expression has to be adjusted to work with those versions of the oracle database
-
Sebastian Wissen authored
as oracle database cannot use distinct modifier on clob columns some statments must be adjusted so they don not fail on oracle database
-
Sebastian Wissen authored
since two long columns are not permitted in one table by oracle and the datatype long is deprecated, the respective columns are changed to clob
-
- 01 Nov, 2016 1 commit
-
-
Guus der Kinderen authored
-
- 20 Oct, 2016 1 commit
-
-
akrherz authored
-
- 03 Oct, 2016 5 commits
-
-
Dave Cridland authored
This performs the same fix as for PEP, but this time on the PubSub services.
-
Dave Cridland authored
The PEP Service configures leaf nodes to store -1 items by default; however this value is not corrected by the usual post-configuration checks to 1, and this in turn means that when gathering the items to return, the single item is removed. This patch corrects the issue by setting the maxPublishedItems in the default configuration to 1 instead.
-
Guus der Kinderen authored
IQ requests must always be responded to, if only with an error reply. For good measure, IQ-Ping support was added too.
-
Roman Soldatow authored
-
akrherz authored
-
- 17 Aug, 2016 6 commits
-
-
wroot authored
-
akrherz authored
-
akrherz authored
-
daryl herzmann authored
-
akrherz authored
-
- 13 Aug, 2016 1 commit
-
-
Guus der Kinderen authored
OF-1116: Apply workaround for Java 7/8 compatibility issue
-
- 12 Aug, 2016 1 commit
-
-
Guus der Kinderen authored
The JDK 7 signature of ConcurrentHashMap#keySet() returns a Set, while JDK 8 signature returns a KeySetView, which is a new class in JDK 8. As a result, using Java 7 to run an Openfire instance that is compiled with Java 8 (using the -source/-target 1.7 compilation flags) causes a java.lang.NoSuchMethodError. To work around this problem, this commit applies a workaround as presented by Martin Buchholz in https://bugs.openjdk.java.net/browse/JDK-8151366
-
- 09 Aug, 2016 1 commit
-
-
Hal Deadman authored
alter statements (at least in oracle 11g or earlier) do not allow the COLUMN keyword after ADD in an ALTER statement Conflicts: src/database/upgrade/23/openfire_oracle.sql
-
- 01 Aug, 2016 1 commit
-
-
akrherz authored
-
- 25 Jul, 2016 1 commit
-
-
wroot authored
-
- 07 Jul, 2016 1 commit
-
-
Tagir Valeev authored
OF-1157
-
- 04 Jul, 2016 1 commit
-
-
akrherz authored
Will build on bamboo + debian with java7 as well Conflicts: build/debian/rules
-
- 01 Jul, 2016 1 commit
-
-
akrherz authored
* will maintain this on the ignite bamboo server as a symlink
-