- 26 Apr, 2017 1 commit
-
-
Guus der Kinderen authored
Javadoc comment are dangling if they don't belong to any class, method or field. For example a Javadoc comment in between method declarations that have their own javadoc comments. These generate needless warnings, which are in most instances easily solved. By far most problems occur in the license block that's in most files.
-
- 21 Nov, 2016 1 commit
-
-
wroot authored
-
- 24 Jul, 2016 1 commit
-
-
wroot authored
-
- 23 Mar, 2016 1 commit
-
-
Guus der Kinderen authored
Some user providers might not be able to provide a creation date. There's no reason that the admin page should fail over that. Note that this commit completes commit 2746a7f4, which had an correct but incomplete fix for the same problem.
-
- 11 Jan, 2016 1 commit
-
-
akrherz authored
Previously, we had a quasi-hack of `3.11.0-alpha` as the min requirement on these, but this release never happened. This update moves all these plugins to 4.0.0, which hopefully provokes less confusion.
-
- 19 Nov, 2015 3 commits
-
-
akrherz authored
The new Version.java comparison in master branch evaluates '3.11.0' as newer than '3.11.0 alpha' (which is correct), but causes a problem when attempting to load plugins requiring '3.11.0' on a developmental '3.11.0 alpha' release.
-
Guus der Kinderen authored
By replacing Jetty 6.x era libraries with 9.x-based variants, JSP support will be brought back up-to-date. Additionally, Openfire will no longer have a mix of dependencies from various versions of Jetty. This commit contains a number of changes that go hand-in-hand: - Replaces JAR files - Applies uniformity to the buildscript where JSPC is executed - Replaces JSTL 1.0 taglibs with later versions - Adds a simple logger to the build process (to stop it from complaining)
-
Guus der Kinderen authored
-
- 13 Sep, 2013 1 commit
-
-
Daryl Herzmann authored
This was necessary as Ignite now distributes java6 'binaries' and we need to make sure these don't get downloaded to java5 openfire hosts running old versions. refs OF-698 git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13743 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 04 Jul, 2013 1 commit
-
-
Leon Roy authored
RESOLVED - issue OF-681: Add ability to search plugin to be able to restrict searching for users to only the group a user is in http://issues.igniterealtime.org/browse/OF-681 git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13705 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 19 Mar, 2013 2 commits
-
-
Axel Brand authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13573 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13572 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 25 Feb, 2012 1 commit
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13010 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 16 May, 2011 1 commit
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12382 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 Feb, 2010 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11594 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 02 Jan, 2010 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11477 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 02 Dec, 2009 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11446 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Sep, 2009 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11291 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 25 Jun, 2009 1 commit
-
-
Daryl Herzmann authored
the basic console search JM-1358 git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11086 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 14 Jun, 2009 2 commits
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11070 b35dd754-fafc-0310-a699-88a17e54d16e
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11053 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Jun, 2009 2 commits
-
-
guus authored
Replaced all Component.getLog() wrappers with a direct call to the static methods of Log. (TINDER-2) Some initial work on migrating out the old DataForm implementation (TINDER-1) git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11050 b35dd754-fafc-0310-a699-88a17e54d16e
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11048 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 26 Aug, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10778 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 16 Apr, 2008 1 commit
-
-
David Smith authored
Let the user provider limit the result set rather than getting everyone, then limiting it ourselves. This should speed things up. Also remove some dead code that would have crashed if it ever ran. For http://jira.jiveland.com/browse/CS-4034, reviewed by Armando and Gato git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10226 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 11 Apr, 2008 2 commits
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10204 b35dd754-fafc-0310-a699-88a17e54d16e
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10201 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 09 Apr, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10187 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Mar, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10055 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 28 Feb, 2008 1 commit
-
-
Gabriel Guardincerri authored
10018 [JM-1281] Fixed an exception using a user with a not visible email and CS as a provider. And a problem with user search. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10022 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Feb, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9893 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 06 Feb, 2008 1 commit
-
-
Daniel Henninger authored
Couple of minor tweaks here and there, mostly alt tags for imgs. Added emailListener and sip plugins to Plugin.iml, as well as necessary libraries. Repaired incompatible API issue with TLSPolicy. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9857 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 08 Oct, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9294 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 03 Oct, 2007 2 commits
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9277 b35dd754-fafc-0310-a699-88a17e54d16e
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9276 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 22 Jun, 2007 4 commits
-
-
Ryan Graham authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8615 b35dd754-fafc-0310-a699-88a17e54d16e
-
Ryan Graham authored
* client side search results are now returned in the language that Openfire is set to git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8614 b35dd754-fafc-0310-a699-88a17e54d16e
-
Ryan Graham authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8613 b35dd754-fafc-0310-a699-88a17e54d16e
-
Ryan Graham authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8612 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 19 Jun, 2007 1 commit
-
-
Ryan Graham authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8569 b35dd754-fafc-0310-a699-88a17e54d16e
-