- 30 Jun, 2017 1 commit
-
-
wroot authored
* OF-1343 added comments about changes in 4.1.5 * OF-1343 a note about new service behavior
-
- 27 Jun, 2017 1 commit
-
-
Guus der Kinderen authored
The static web content handler is allowed to be null (when there's no static content to be served). In such case, the null-handler shouldn't be loaded in Jetty (which will throws nullpointers).
-
- 25 Jun, 2017 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 24 Jun, 2017 2 commits
-
-
daryl herzmann authored
Various plugin-related improvements.
-
Guus der Kinderen authored
EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
-
- 23 Jun, 2017 1 commit
-
-
Guus der Kinderen authored
* OF-546: UserImportExport plugin should have admin console when built with Maven. * OF-1355: UserImportExport should not fail on missing optional config.
-
- 22 Jun, 2017 5 commits
-
-
Guus der Kinderen authored
A new Openfire plugin, that bundles the third-party Candy web client.
-
Guus der Kinderen authored
A new Openfire plugin, that bundles the third party 'inVerse' web client.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
'max' implies to specify a server version that still supports the plugin, while typically, one would like to specify the first version in which support was dropped. That version should thus be 'exclusive'.
-
Guus der Kinderen authored
-
- 21 Jun, 2017 3 commits
-
-
Guus der Kinderen authored
This commit started with the intention of adding a maxServerVersion attribute for plugins, but resulted in a partial rewrite. Changes: - Removed the License enumeration - now, a simple string is used. - Split off the admin console page that shows the content of readme and changelog files to a dedicated page, instead of plugin-admin.jsp - Better define the difference between the plugin (human readable) name ("Avatar Resizer") and its canonical name ("avatarresizer") - The admin console now shows plugins that have been downloaded/installed, but cannot be loaded. Where possible, an update is suggested. - Support for maxServerVersion - plugins can now define a version of Openfire in which they will no longer load.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 20 Jun, 2017 1 commit
-
-
Guus der Kinderen authored
-
- 19 Jun, 2017 1 commit
-
-
Speedy authored
* OF-1342 Remove "Run Openfire" from the final step of the installer. Changed to "Start Openfire Service" * OF-1342 Remove "Run Openfire" from the final step of the installer. Changed to "Start Openfire Service" * OF-1349 Create separate Windows installer with and without JRE
-
- 15 Jun, 2017 1 commit
-
-
Guus der Kinderen authored
This commit fixes a runtime problem caused by SortedSet usage with providers that are not Comparable. By using a different Set implementation, iteration order is predictable, without there being a need for providers being Comparable.
-
- 14 Jun, 2017 1 commit
-
-
Guus der Kinderen authored
This commit adds some UX improvements to the 'edit group' page on the admin console.
-
- 12 Jun, 2017 3 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 09 Jun, 2017 4 commits
-
-
speedy01 authored
-
speedy01 authored
Hopefully addressses UAC issues. Installs services on windows at install. Replaces launcher with starting service and launching web browser. Adds option to create x64 installer for windows.
-
Dave Cridland authored
Attempt to address UAC issues with Windows. Installs services on windows at inst…
-
Guus der Kinderen authored
-
- 08 Jun, 2017 1 commit
-
-
speedy01 authored
Hopefully addressses UAC issues. Installs services on windows at install. Replaces launcher with starting service and launching web browser. Adds option to create x64 installer for windows.
-
- 01 Jun, 2017 2 commits
-
-
Dave Cridland authored
OF-1336: Introduce UserPropertyProvider
-
Guus der Kinderen authored
By using a concatination of an interned string with another string, the resulting string will not be interned itself - making for non-functional lock.
-
- 31 May, 2017 2 commits
-
-
Guus der Kinderen authored
These changes should be backwards compatible.
-
Guus der Kinderen authored
This commit adds a new feature to Openfire, that allows one to store user properties in an external system. This is quite similar to concepts like UserProvider, AuthProvider, GroupProvider, and so on. The default behavior, moved from the User class to DefaultUserPropertyProvider, continues to use the ofUserProp database table. Provider implementations matching those of other types of providers have been added.
-
- 26 May, 2017 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 25 May, 2017 5 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
This commit allows a plugin.xml to use a reference to data defined in the pom.xml. This reduces duplicate data. For instance, in plugin.xml, one could now define the version number by referring to the version number of the maven artifact: <version>${project.version}</version> Note that plugin.xml files that are processed using the old Apache Ant based build, will not be processed correctly.
-
Guus der Kinderen authored
This commit copies version number, author and description from plugin.xml to pom.xml. This makes the same information available as Maven metadata. When Ant support is dropped, the duplicate data in the plugin.xml should be replaced by a filter (which takes the data from the pom.xml).
-
Guus der Kinderen authored
-
Guus der Kinderen authored
I continue to be thoroughly confused by having two directories per plugin, one for the plugin sources, and one for the maven build. This commit merges both directories. As a side effect, various plugin unit tests are now executed by default. Some failed, for which I applied fixes. This commit also adds some plugins to the Maven structure that previously were not.
-
- 20 May, 2017 1 commit
-
-
daryl herzmann authored
* remove unused global.css * OF-1334 Don't do CSRF check unless actions are requested
-
- 18 May, 2017 1 commit
-
-
Fabio Montefuscolo authored
-