- 09 May, 2016 2 commits
-
-
Daniel Hams authored
-
Daniel Hams authored
Bug fix to allow compilation of JSP pages for the admin console when running with -DdevelopmentMode=true. Fixed by adding jetty-annotations of appropriate version and using the servlet container initializer inside there. Includes a change to mark index.html as the welcome page rather than the jsp to avoid bypassing context security in development mode.
-
- 04 May, 2016 1 commit
-
-
Roman S authored
* Added: Add a group with role to a chat room * Added: Occupants endpoint for chat room * Fixed: Admin and Member list to group endpoint
-
- 29 Apr, 2016 1 commit
-
-
Dele Olajide authored
-
- 19 Apr, 2016 1 commit
-
-
Florian Sailer authored
* Added occupants endpoint to restAPI plugin
-
- 14 Apr, 2016 7 commits
-
-
Guus der Kinderen authored
Eclipse project: Add extra plugins
-
Daniel Hams authored
Eclipse project: Add as many plugin source directories and their libraries as possible. Unable to add rayo / clustering due to class collisions.
-
daryl herzmann authored
OF-1128: New plugin to resize vCard-based avatars
-
Guus der Kinderen authored
Added logo's and documentation.
-
Guus der Kinderen authored
This commit adds a prototype plugin, based on code provided in the Ignite Realtime community: https://community.igniterealtime.org/thread/58477
-
Guus der Kinderen authored
Update eclipse project file to reflect changed list of jars.
-
Daniel Hams authored
Update eclipse project file to reflect changed list of jars. Verified as building and running under Eclipse Luna.
-
- 11 Apr, 2016 2 commits
-
-
Guus der Kinderen authored
OF-1126: Abstract implemenation should not change signature
-
Guus der Kinderen authored
The abstract implementation of GroupProvider should not hide the thrown clause as defined by the createGroup() signature.
-
- 10 Apr, 2016 2 commits
-
-
daryl herzmann authored
OF-1120 Additional fix for the default behavior
-
wroot authored
-
- 09 Apr, 2016 1 commit
-
-
wroot authored
-
- 08 Apr, 2016 2 commits
-
-
Guus der Kinderen authored
OF-836 / OF-941 / OF-777
-
Dave Cridland authored
Various SASL-related changes
-
- 06 Apr, 2016 4 commits
-
-
Guus der Kinderen authored
Openfire should not need to be restarted after a configuration change for SASL.
-
Guus der Kinderen authored
The GSSAPI SASL mechanism can be enabled by default. It won't be offered unless there is a specific gssapi-configuration option present.
-
Guus der Kinderen authored
Openfire should not offer SASL mechanisms if the JVM has no implementation for them.
-
Guus der Kinderen authored
The changes for OF-1092 accidentally removed a snippet of code that translates a non-optional part of the GSSAPI SASL configuration. This commit restores that, with a difference: the configuration is now checked continuously, intead of just on server startup. This allows for configuration changes that need not be followed by an Openfire restart.
-
- 30 Mar, 2016 1 commit
-
-
Dave Cridland authored
-
- 25 Mar, 2016 2 commits
-
-
Dave Cridland authored
OF-1119: Do not depend on ordering of chains
-
Guus der Kinderen authored
When validating a certificate chain, the provided chain aught to be ordered. If our own ordering fails, we should use the first certifcate of the (unordered) chain, instead of failing completely.
-
- 24 Mar, 2016 3 commits
-
-
Dave Cridland authored
Set affiliation to 'none' after removing registration from room.
-
Dave Cridland authored
Fixing NPE in RemoteSession
-
Dave Cridland authored
Fix non-working XEP-0136 for monitoring plugin
-
- 23 Mar, 2016 11 commits
-
-
Dave Cridland authored
-
Dave Cridland authored
-
Dave Cridland authored
Include nickname in actor element when kick a MUC occupant.
-
Dave Cridland authored
OF-1115 Use Java 8 for Debian packaging
-
Dave Cridland authored
OF-1093: Allow for empty/unknown user creation dates.
-
Dave Cridland authored
OF-1118: Don't try to use unsupported encryption settings.
-
Guus der Kinderen authored
Stored preferences of encryption protocols and/or cipher suites might include non-supported items. To prevent issues, the list of preferences should be checked against the currently supported items.
-
Dave Cridland authored
Extending the previous commit, this adds CSRF to a number of high-value target pages, including user password changing, dleetion, lockout, etc, and also for the login page (to avoid a class of attack we probably don't care about). The CSRF mechanism requires manual addition to each form, but has been design reviewed by Simon Waters (Surevine Ltd).
-
Dave Cridland authored
-
Dave Cridland authored
Reflected XSS in import-keystore-certificate.jsp via the passphrase. Reported by Florian Nivette of Sysdream.
-
Dave Cridland authored
-