1. 13 Nov, 2015 4 commits
  2. 11 Nov, 2015 5 commits
  3. 10 Nov, 2015 4 commits
  4. 09 Nov, 2015 16 commits
  5. 08 Nov, 2015 2 commits
  6. 07 Nov, 2015 2 commits
  7. 06 Nov, 2015 1 commit
    • Francesco Scoccia's avatar
      RestAPI Plugin - Provide the possibility to use Custom Auth Filter · ed8c675b
      Francesco Scoccia authored
      Right now, RestAPI plugin provides two option for accessing its
      endpoints:
      # Basic authentication: uses username and password of an existing
      Openfire admin accoount
      # Secret key: uses for authentication a key defined in the Openfire
      Admin console.
      
      It may be really useful to provide the option to define another Filter
      as the authentication mechanism to use for accessing the plugin' Rest
      service given its fully qualified class name.
      ed8c675b
  8. 03 Nov, 2015 1 commit
  9. 02 Nov, 2015 3 commits
  10. 31 Oct, 2015 2 commits
    • Christian Schudt's avatar
      Re-add semicolons in enums to satisfy qdox build. · a414d781
      Christian Schudt authored
      These are actually not required by Java compiler and therefore have been removed with dfb69a76, but qdox needs them.
      a414d781
    • Christian Schudt's avatar
      Prevent NoClassDefFoundError during Openfire start. · bffdb085
      Christian Schudt authored
      f81c28be replaced org.jivesoftware.util.Log with org.slf4j.Logger.
      This commit partially reverts this.
      
      Apparently the build process produces an additional startup.jar, which contains the ServerStarter class. However, it doesn't add slf4j-api.jar to the classpath or manifest.
      Because Openfire's classpath, lib folder and build structure is pretty confusing (e.g. slf4j-api.jar gets merged into a new openfire.jar, there's an extra JiveClassLoader, etc...), it's hard to solve this in a reasonable way at the moment.
      bffdb085