1. 37f4f81 JSPWIKI-303: add module with adapters to allow backwards compatibility with 3rd party extensions not using the public api by juanpablo · 4 years, 2 months ago
  2. 624b0a7 JSPWIKI-303: added module with extensions not using the public api by juanpablo · 4 years, 2 months ago
  3. 68630d7 JSPWIKI-303: adapt to new PageFilter signature (backwards compatibility still needs to be implemented) by juanpablo · 4 years, 2 months ago
  4. f67e60a jspwiki-event and jspwiki-api as dependencies of jspwiki-main by juanpablo · 4 years, 2 months ago
  5. 69ee889 adapt to ParserStagePlugin signature by juanpablo · 4 years, 2 months ago
  6. c38bbac JSPWIKI-303: WikiContext and WikiPage implement Context and Page respectively by juanpablo · 4 years, 2 months ago
  7. 49940ae JSPWIKI-303: public API package moved to its own module + added rest of proposed classes for that package by juanpablo · 4 years, 2 months ago
  8. 02edfdb JSPWIKI-303: extract o.a.w.event package to its own module by juanpablo · 4 years, 2 months ago
  9. f3e599d JSPWIKI-303: extract o.a.w.event package to its own module by juanpablo · 4 years, 2 months ago
  10. e8207ab remove unneeded import by juanpablo · 4 years, 2 months ago
  11. df1105d JSPWIKI-303: ease backward compatibility by juanpablo · 4 years, 2 months ago
  12. 3857b0e Move PropertyReader tests from main module to util + delete Util test class, use Collection#contains(..) method instead by juanpablo · 4 years, 2 months ago
  13. 6078d6d update Dockerfile to use latest Tomcat 9.0 (no version bump) by juanpablo · 4 years, 2 months ago
  14. c0aa772 2.11.0-M7-git-12 by juanpablo · 4 years, 2 months ago
  15. 0db9623 JSPWIKI-303: promote o.a.w.Release to o.a.w.api package by juanpablo · 4 years, 2 months ago
  16. dc4b44f move test to its testee package by juanpablo · 4 years, 2 months ago
  17. 943704d provide boolean isImageInlining and inlineImagePatterns to LinkParsingOperations#isImageLink(..) by juanpablo · 4 years, 2 months ago
  18. 0191302 update README.md to recommend Tomcat 9.x + link to configuration needed to run JSPWiki on Tomcat 8.x by juanpablo · 4 years, 2 months ago
  19. 91ff2a3 update launchers to be based on tomcat 9.0.31 by juanpablo · 4 years, 2 months ago
  20. 875552d update tomcat server files from 8.5 to 9.0 by juanpablo · 4 years, 2 months ago
  21. b266b55 use repo1.maven.org instead of search.maven.org, as the latter redirects to the former, to download appbundler by juanpablo · 4 years, 2 months ago
  22. 8f25151 update cargo plugin to 1.7.10 and bump tomcat version from 8.5.51 to 9.0.31 by juanpablo · 4 years, 2 months ago
  23. 8487770 JSPWIKI-303: use Session instead of WikiSession (2) by juanpablo · 4 years, 2 months ago
  24. aec837e JSPWIKI-303: use Session instead of WikiSession (1) by juanpablo · 4 years, 2 months ago
  25. 78cee04 throw ProviderException instead of InternalWikiException by juanpablo · 4 years, 2 months ago
  26. a205250 JSPWIKI-303: begin to use public API (Engine, Session) on JSPs by juanpablo · 4 years, 2 months ago
  27. 3357041 JSPWIKI-303: begin to use Session instead of WikiSession (3) by juanpablo · 4 years, 2 months ago
  28. dc3e9f2 JSPWIKI-303: begin to use Session instead of WikiSession (2) by juanpablo · 4 years, 2 months ago
  29. f6fe504 JSPWIKI-303: begin to use Session instead of WikiSession (1) by juanpablo · 4 years, 2 months ago
  30. 442402d JSPWIKI-303: extract o.a.w.api.core.Session from o.a.w.WikiSession by juanpablo · 4 years, 2 months ago
  31. e688714 move isIPV4Address( String ) method from WikiSession to HttpUtil by juanpablo · 4 years, 2 months ago
  32. fdfd05d add missing license by juanpablo · 4 years, 2 months ago
  33. a73d747 use Engine instead of WikiEngine on some javadocs by juanpablo · 4 years, 2 months ago
  34. dabf3e1 use StandardCharsets.UTF_8 constant instead of hardcoded 'UTF-8' by juanpablo · 4 years, 2 months ago
  35. 127c520 fix jsp compilation issues derived from moving the AdminBeanManager interface to another package by juanpablo · 4 years, 2 months ago
  36. 2190448 replace lambda with method reference while streaming managers by juanpablo · 4 years, 2 months ago
  37. 67b36ce use PrincipalComparator on #compareTo( Principal ) method by juanpablo · 4 years, 2 months ago
  38. 7fc2476 move PrincipalComparator to the util module, with all the other non-jspwiki specific comparators by juanpablo · 4 years, 2 months ago
  39. 11ee436 decouple DefaultAdminBeanManager from specific module manager implementations by juanpablo · 4 years, 2 months ago
  40. e07c798 DefaultPageManager doesn't need to be a module manager by juanpablo · 4 years, 2 months ago
  41. ff5b226 fix compilation problems by juanpablo · 4 years, 2 months ago
  42. f0205f6 rename + extract interface on (Base)ModuleManager by juanpablo · 4 years, 2 months ago
  43. 5a95f81 remove empty o.a.w.api.engine package by juanpablo · 4 years, 2 months ago
  44. 6abfe2b JSPWIKI-303: move FilterManager back to o.a.w.filters package by juanpablo · 4 years, 2 months ago
  45. dfd502e JSPWIKI-303: move PluginManager back to o.a.w.plugin package by juanpablo · 4 years, 2 months ago
  46. 9b40c19 JSPWIKI-303: move AdminBeanManager to o.a.w.ui.admin package, as it is not intended for the public api by juanpablo · 4 years, 2 months ago
  47. 781f35e fix sonar issue by juanpablo · 4 years, 2 months ago
  48. 8f6d986 fix sonar issue + apply intellij suggested format and fixes by juanpablo · 4 years, 2 months ago
  49. 70b6677 2.11.0-M7-git-11 : add rel="noreferrer" to target="_blank" links by brushed · 4 years, 2 months ago
  50. d680e47 2.11.0-M7-git-10 by juanpablo · 4 years, 2 months ago
  51. cbcdd3c update portable binaries to tomcat 8.5.51 by juanpablo · 4 years, 2 months ago
  52. 1e578aa update flexmark to 0.60.2 by juanpablo · 4 years, 2 months ago
  53. 0a2c57c minor formatting edits by juanpablo · 4 years, 2 months ago
  54. b1f6b04 register TemplateManager modules as mbeans by juanpablo · 4 years, 2 months ago
  55. 558e491 JSPWIKI-120: rename + extract interfaces from InternationalizationManager, SearchManager, EditorManager and TemplateManager by juanpablo · 4 years, 2 months ago
  56. 2c5995b apply format & fixes suggested by intellij by juanpablo · 4 years, 2 months ago
  57. a35b48e move static UserProfile newProfile( UserDatabase db ) from DefaultUserProfile into AbstractUserDatabase to break a cycle between those two classes by juanpablo · 4 years, 2 months ago
  58. c6a58f7 small refactor move parsePageFromURL( HttpServletRequest, Charset ) from DefaultURLConstructor to URLConstructor by juanpablo · 4 years, 2 months ago
  59. 32c889f JSPWIKI-120: remove use of WikiEngine throughout the code as much as possible and use Engine instead (6) by juanpablo · 4 years, 2 months ago
  60. f3005db JSPWIKI-120: remove use of WikiEngine throughout the code as much as possible and use Engine instead (5) by juanpablo · 4 years, 2 months ago
  61. d6c25ea JSPWIKI-120: remove use of WikiEngine throughout the code as much as possible and use Engine instead (4) by juanpablo · 4 years, 2 months ago
  62. b365691 JSPWIKI-120: remove use of WikiEngine throughout the code as much as possible and use Engine instead (3) by juanpablo · 4 years, 2 months ago
  63. acd5373 JSPWIKI-120: remove use of WikiEngine throughout the code as much as possible and use Engine instead (2) by juanpablo · 4 years, 2 months ago
  64. d127551 JSPWIKI-120: remove use of WikiEngine throughout the code as much as possible and use Engine instead (1) by juanpablo · 4 years, 2 months ago
  65. 25e2488 JSPWIKI-120: URLConstructor#initialize(..) uses Engine instead of WikiEngine by juanpablo · 4 years, 2 months ago
  66. 6d7dbc3 JSPWIKI-120: use Engine instead of WikiEngine by juanpablo · 4 years, 2 months ago
  67. f8e3e5e JSPWIKI-120: PageFilters use Engine instead of WikiEngine on initialize method. by juanpablo · 4 years, 2 months ago
  68. 4e13073 JSPWIKI-120: InitializablePlugin and implementing classes use Engine instead of WikiEngine by juanpablo · 4 years, 2 months ago
  69. 910e586 JSPWIKI-120: ModuleManager and implementing classes use Engine instead of WikiEngine by juanpablo · 4 years, 2 months ago
  70. b03d0b5 2.11.0-M7-git-09 by juanpablo · 4 years, 2 months ago
  71. 999c443 JSPWIKI-120: rename + extract interface from GroupManager by juanpablo · 4 years, 2 months ago
  72. 869dc56 JSPWIKI-120: propagate WikiContext#getEngine() now returns Engine instead of WikiEngine (and 13) by juanpablo · 4 years, 2 months ago
  73. 6d6b17c JSPWIKI-120: propagate WikiContext#getEngine() now returns Engine instead of WikiEngine (12) by juanpablo · 4 years, 2 months ago
  74. de7c770 JSPWIKI-120: propagate WikiContext#getEngine() now returns Engine instead of WikiEngine (11) by juanpablo · 4 years, 2 months ago
  75. 2d9a75b JSPWIKI-120: propagate WikiContext#getEngine() now returns Engine instead of WikiEngine (10) by juanpablo · 4 years, 2 months ago
  76. f44500b JSPWIKI-120: propagate WikiContext#getEngine() now returns Engine instead of WikiEngine (9) by juanpablo · 4 years, 2 months ago
  77. 25c9ed0 JSPWIKI-120: propagate WikiContext#getEngine() now returns Engine instead of WikiEngine (8) by juanpablo · 4 years, 2 months ago
  78. 8d2e5ee JSPWIKI-120: propagate WikiContext#getEngine() now returns Engine instead of WikiEngine (7) by juanpablo · 4 years, 2 months ago
  79. e9f724f JSPWIKI-120: propagate WikiContext#getEngine() now returns Engine instead of WikiEngine (6) by juanpablo · 4 years, 2 months ago
  80. 1433993 JSPWIKI-120: propagate WikiContext#getEngine() now returns Engine instead of WikiEngine (5) by juanpablo · 4 years, 2 months ago
  81. ab518d9 JSPWIKI-120: propagate WikiContext#getEngine() now returns Engine instead of WikiEngine (4) by juanpablo · 4 years, 2 months ago
  82. 25f87fd JSPWIKI-120: propagate WikiContext#getEngine() now returns Engine instead of WikiEngine (3) by juanpablo · 4 years, 2 months ago
  83. 5ea8be0 JSPWIKI-120: propagate WikiContext#getEngine() now returns Engine instead of WikiEngine (2) by juanpablo · 4 years, 2 months ago
  84. bbac3d4 JSPWIKI-120: propagate WikiContext#getEngine() now returns Engine instead of WikiEngine (1) by juanpablo · 4 years, 2 months ago
  85. db20d0e JSPWIKI-120: make callback handlers use Engine instead of WikiEngine by juanpablo · 4 years, 2 months ago
  86. 43bf182 JSPWIKI-120: WikiProvider#initialize receives an Engine instead of a WikiEngine by juanpablo · 4 years, 2 months ago
  87. d3710e0 JSPWIKI-120: use Engine instead of WikiEngine on Attachment, SessionMonitor, WikiContext and WikiSession by juanpablo · 4 years, 2 months ago
  88. d03a5c7 promote a couple of methods more from DefaultAuthorizationManager to AuthorizationManager by juanpablo · 4 years, 2 months ago
  89. 4344cfb use Engine instead of WikiEngine on WikiPage by juanpablo · 4 years, 2 months ago
  90. dbee4c2 Use Engine instead of WikiEngine in SecurityVerifier + Extract DummyUserDatabase to its own class by juanpablo · 4 years, 2 months ago
  91. dc5168f translate WatchDog changes to JSPs by juanpablo · 4 years, 2 months ago
  92. 79af4e4 use Engine instead of WikiEngine by juanpablo · 4 years, 2 months ago
  93. 11a0ada JSPWIKI-120: rename + extract interface from UserManager by juanpablo · 4 years, 2 months ago
  94. f1b62ab JSPWIKI-120: rename + extract interface from AuthorizationManager by juanpablo · 4 years, 2 months ago
  95. ae43c07 class javadocs by juanpablo · 4 years, 2 months ago
  96. df5e6db WikiEngine -> Engine by juanpablo · 4 years, 2 months ago
  97. 05eec06 add initialize( Engine, Properties ) to AuthenticationManager by juanpablo · 4 years, 2 months ago
  98. 1860484 JSPWIKI-120: remove Engine#getCurrentWatchDog() use WatchDog.getCurrentWathDog( Engine ) instead by juanpablo · 4 years, 2 months ago
  99. 2e4934a JSPWIKI-120: remove Engine#getCurrentWatchDog() use WatchDog.getCurrentWathDog( Engine ) instead by juanpablo · 4 years, 2 months ago
  100. f14bedc remove old references to AuthenticationManager on Engine by juanpablo · 4 years, 2 months ago