- 23 Oct, 2017 5 commits
-
-
wroot authored
-
Greg Thomas authored
-
Greg Thomas authored
-
Austin Barrett authored
I replaced the info for the old Community with the info for the new Discourse one and added a link to the Community under Resources.
-
Dave Cridland authored
OF-1412 Add automated setup support on first run
-
- 19 Oct, 2017 3 commits
-
-
Dave Cridland authored
OF-1408 Show the cache expiry time on the caches page
-
Dave Cridland authored
OF-1409: Ensure that clearing the cache is audited.
-
Dave Cridland authored
OF-1410: Allow the openfire.bat file to be run from anywhere.
-
- 18 Oct, 2017 3 commits
-
-
Greg Thomas authored
Also, edit the .editorconfig file so .bat files keep their CRLF endings.
-
Greg Thomas authored
Also remove unnecessary variable assignment
-
Greg Thomas authored
-
- 17 Oct, 2017 1 commit
-
-
Greg Thomas authored
-
- 16 Oct, 2017 2 commits
-
-
Philip Roberts authored
If <setup>true</setup> does not exist in openfire.xml (i.e. setup is not complete, and a block does exist called <autosetup> with a <run>true</run> property inside it, that looks like this: ``` <autosetup> <run>true</run> <locale>en</locale> <xmpp> <domain>localhost</domain> <fqdn>localhost</fqdn> </xmpp> <encryption> <algorithm>AES</algorithm> <key>some-key</key> </encryption> <database> <mode>standard</mode> <defaultProvider> <driver>org.postgresql.Driver</driver> <serverURL>jdbc:postgresql://localhost:5432/a-database</serverURL> <username>a-database</username> <password>a-password</password> </defaultProvider> </database> <admin> <email>admin@example.com</email> <password>admin</password> </admin> </autosetup> ``` Then setup will be run on first launch, and the `<autosetup />` section will be deleted from openfire.xml
-
Dave Cridland authored
Fix OF-1159 - add database column to identify encryption status
-
- 12 Oct, 2017 1 commit
-
-
wroot authored
* OF-1356 add section for Windows x86 to x64 * OF-1356 formatting fixes * add missing </li>
-
- 11 Oct, 2017 1 commit
-
-
Dave Cridland authored
Added Dockerfile
-
- 07 Oct, 2017 3 commits
-
-
Florian Kinder authored
-
Florian Kinder authored
-
daryl herzmann authored
* related to OF-1383 work on java9 support * also updated setting to set min jre version to 1.7
-
- 06 Oct, 2017 4 commits
-
-
akrherz authored
-
Ian Green authored
* Moved detail text to under the field label i.e. left of the field. * the add user/group text box has been moved to the bottom row of the repective table, and table headings have been changed. * Fixed bug where blank properties were causing empty jids to be populated for sysadmins and allowedToCreate on the PubSubModule. * Fixed bug where options were removed from the forms after users/groups were added (options were not being transfered onto the new form).
-
Ian Green authored
* Fixed Row numbers on node summary table OF-1386 * improved logging of affiliation changes * updated affiliation update version to use global update string
-
Ian Green authored
* Page for editing node configuration, uses existing configuration form mechanism. * Form UI is generated from the Data Form. * Node edit page does not work with PEP service, so node summary page has been configured to not show edit options when viewing a PEP node. * page for editing service configuration, also based on a Data form so code can be re-used.
-
- 03 Oct, 2017 2 commits
-
-
Anno van Vliet authored
When using the non-XEP import.
-
daryl herzmann authored
-
- 01 Oct, 2017 1 commit
-
-
Dele Olajide authored
* jmxweb plugin version 0.0.7 * jmxweb plugin - updated date
-
- 29 Sep, 2017 1 commit
-
-
Ash Ward authored
-
- 28 Sep, 2017 1 commit
-
-
Dave Cridland authored
getIterations() threw an exception which caused early termination of the SASL exchange. Spotted by Phil Roberts of Surevine Ltd.
-
- 27 Sep, 2017 2 commits
-
-
Ian Green authored
* Page for viewing existing affiliates * Ability to delete affiliates (will remove all subscriptions) * Ability to edit the affiliation type (subscriptions are updated as appropriate)
-
Ian Green authored
* Tidied up imports * Removed URL encode on URL params as this is done automatically. * Removed URL decode of owner parameter as it is no longer double encoded. * made extra param encoding consistent. * added owner param to redirect URLS. * added hidden owner field to delete form so redirect works.
-
- 26 Sep, 2017 1 commit
-
-
akrherz authored
-
- 25 Sep, 2017 9 commits
-
-
Florian Kinder authored
-
Greg Thomas authored
-
Greg Thomas authored
-
Florian Kinder authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-