1. 10 Jul, 2017 1 commit
  2. 07 Jul, 2017 1 commit
  3. 30 Jun, 2017 2 commits
  4. 27 Jun, 2017 1 commit
  5. 25 Jun, 2017 2 commits
  6. 24 Jun, 2017 2 commits
  7. 23 Jun, 2017 1 commit
  8. 22 Jun, 2017 7 commits
  9. 21 Jun, 2017 3 commits
    • Guus der Kinderen's avatar
      OF-1353: Adding maxServerVersion (and more) · fee25623
      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.
      fee25623
    • Guus der Kinderen's avatar
      Adding custom JSTL functions. · f7010088
      Guus der Kinderen authored
      f7010088
    • Guus der Kinderen's avatar
      93f81848
  10. 20 Jun, 2017 1 commit
  11. 19 Jun, 2017 1 commit
  12. 15 Jun, 2017 1 commit
  13. 14 Jun, 2017 1 commit
  14. 12 Jun, 2017 3 commits
  15. 09 Jun, 2017 4 commits
  16. 08 Jun, 2017 1 commit
  17. 01 Jun, 2017 2 commits
  18. 31 May, 2017 2 commits
    • Guus der Kinderen's avatar
      OF-1336: Update plugins to match new API. · 37a1c4fe
      Guus der Kinderen authored
      These changes should be backwards compatible.
      37a1c4fe
    • Guus der Kinderen's avatar
      OF-1336: Introduce UserPropertyProvider · 39e33fe1
      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.
      39e33fe1
  19. 26 May, 2017 2 commits
  20. 25 May, 2017 2 commits
    • Guus der Kinderen's avatar
      Skip platform-dependant unit tests. · 8fdaa654
      Guus der Kinderen authored
      8fdaa654
    • Guus der Kinderen's avatar
      OF-546: Add metadata filter · 44b23b75
      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.
      44b23b75