1. 1ec4300 INFRA-18845: switch sonar instance to sonarcloud.io by juanpablo · 4 years, 9 months ago
  2. 3600c98 removal of @deprecated code (13) - Editor: removed unused getUrl() method by juanpablo · 4 years, 9 months ago
  3. a7467bb code format by juanpablo · 4 years, 9 months ago
  4. f48280a propagate changes from WikiEngine#getContentEncoding returning a Charset now by juanpablo · 4 years, 9 months ago
  5. 22a7d52 small refactor of parseLong by juanpablo · 4 years, 9 months ago
  6. 15fbc8e WikiEngine#getContentEncoding returns a Charset now, instead of a String + propagate the change by juanpablo · 4 years, 9 months ago
  7. 9e9ec9f removal of @deprecated code (12) - WikiEngine: by juanpablo · 4 years, 9 months ago
  8. de0d511 format code by juanpablo · 4 years, 9 months ago
  9. 9f1b363 removal of @deprecated code (11) - VariableManager: removal of isVariableLink(String), use LinkParsingOperations#isVariableLink(String) instead by juanpablo · 4 years, 9 months ago
  10. 4e3e778 removal of @deprecated code (10) - UserCheckTag: removal of exists attribute, use status instead by juanpablo · 4 years, 9 months ago
  11. 5f11314 removal of @deprecated code (9) - SearchManager: remove deprecated jspwiki.useLucene property by juanpablo · 4 years, 9 months ago
  12. a80cd3c removal of @deprecated code (8) - RSSGenerator: remove unused variables, a little bit of code format by juanpablo · 4 years, 9 months ago
  13. 2b2a879 removal of @deprecated code (7) - JSPWikiMarkupParser: by juanpablo · 4 years, 9 months ago
  14. f78a215 code format by juanpablo · 4 years, 9 months ago
  15. 018cbdd removal of @deprecated code (6) - WikiEngineEvent: removed getWikiEngine(), use getEngine() instead by juanpablo · 4 years, 9 months ago
  16. c4bc572 removal of @deprecated code (5) - UserProfile: removed setWikiName(String), wasn't used anywhere by juanpablo · 4 years, 9 months ago
  17. f0e08d5 code format by juanpablo · 4 years, 9 months ago
  18. d198538 removal of @deprecated code (4) - CookieAssertionLoginModule: remove unused constant by juanpablo · 4 years, 9 months ago
  19. cac4d61 fix couple of probable concurrent issues if the XMLGroupDatabase is kept running around; format code by juanpablo · 4 years, 9 months ago
  20. c7709c0 removal of @deprecated code (3) - GroupDatabase: removal of commit(), no replacement as the method wasn't used anymore by juanpablo · 4 years, 9 months ago
  21. 7c03330 removal of @deprecated code (2) - AuthorizationManager: removed unused method by juanpablo · 4 years, 9 months ago
  22. a4906d3 removal of @deprecated code (1) - AuthenticationManager: by juanpablo · 4 years, 9 months ago
  23. 849e9c2 JSPWIKI-1115: migration from commons-lang 2.6 to 3.9 + commons-text 1.7 (2/2) by juanpablo · 4 years, 9 months ago
  24. 206a4f1 JSPWIKI-1115: migration from commons-lang 2.6 to 3.9 + commons-text 1.7 (2/2) by juanpablo · 4 years, 9 months ago
  25. 9fe994a JSPWIKI-1115: migration from commons-lang 2.6 to 3.9 + commons-text 1.7 (1/2) by juanpablo · 4 years, 9 months ago
  26. 8a3249e 2.11.0-M5-git-09 by juanpablo · 4 years, 9 months ago
  27. 322f3c8 JSPWIKI-893: Cannot search for bold words with GermanAnalyzer by juanpablo · 4 years, 9 months ago
  28. f1e265e commons-io not needed on jspwiki-main anymore by juanpablo · 4 years, 9 months ago
  29. ba376ee replace deprecated code by juanpablo · 4 years, 9 months ago
  30. 58eb400 JSPWIKI-1115: SLF4J to 1.7.28; also update plugins' versions and remove selenium-maven-plugin, as it is not in use any more by juanpablo · 4 years, 9 months ago
  31. 2bc85e3 fix commented jspwiki.lucene.analyzer default value, by default we're using Lucene's ClassicAnalyzer by juanpablo · 4 years, 9 months ago
  32. 8370ce4 2.11.0-M5-git-08 by juanpablo · 4 years, 9 months ago
  33. 17e5e21 JSPWIKI-1114: Show only part of Weblog entry on the overview page. Contributed by Ulf Dittmer - thanks! by juanpablo · 4 years, 9 months ago
  34. 1213cd7 JSPWIKI-427: Keywords for Lucene Index by juanpablo · 4 years, 9 months ago
  35. cb4c886 move getI18nHTML( String pagename ) to TestEngine by juanpablo · 4 years, 9 months ago
  36. 975d2d6 fix some IntelliJ warnings by juanpablo · 4 years, 9 months ago
  37. c2ea343 refactor to use try with resources; close( IndexWriter ) method needed no more, so deleted it by juanpablo · 4 years, 9 months ago
  38. 7b86d48 JSPWIKI-1115: Upgrade bundled dependencies for 2.11.0.M5 by juanpablo · 4 years, 9 months ago
  39. 40da7e2 Missing JS closing brackets on js library. by brushed · 4 years, 10 months ago
  40. b3fb157 Merge branch 'master' of https://github.com/apache/jspwiki by brushed · 4 years, 10 months ago
  41. f22b29c 2.11.0-M5-git-07 [JSPWIKI-1097], Trim spaces from the rendered html. by brushed · 4 years, 10 months ago
  42. 66da7f1 small fix on translation by juanpablo · 4 years, 10 months ago
  43. 139746f 2.11.0-M5-git-06: added keyword support, resolve plain editor xss vulnerability by brushed · 4 years, 10 months ago
  44. 447b5a6 2.11.0-M5-git-05: update web.xml testcases by brushed · 4 years, 10 months ago
  45. 858ef0f 2.11.0-M5-git-05: update web.xml testcases by brushed · 4 years, 10 months ago
  46. 409253b 2.11.0-M5-git-05: fix XML namespace to support web container authentication by brushed · 4 years, 10 months ago
  47. fa07f54 2.11.0-M5-git-04: [JSPWIKI-1097] Refactored %%collapse and %%collapsbox by brushed · 5 years ago
  48. d1c8d52 No version bump: missing Cookie.js by brushed · 5 years ago
  49. f77ecab 2.11.0-M5-git-03 [JSPWIKI-1112] Changenote/Comment signature vulnerabilities by brushed · 5 years ago
  50. 2956ccb 2.11.0-M5-git-02 [JSPWIKI-1111] WYSIWYG xss fixes, web app manifest, [JSPWiki-1097] by brushed · 5 years ago
  51. 08b7af2 2.11.0-M5-git-01 : missing " by brushed · 5 years ago
  52. bc8f90c 2.11.0-M5-git-01, Various accessibility improvements by brushed · 5 years ago
  53. 22de6a5 Release moved to M5-git by juanpablo · 5 years ago
  54. 646f91f [maven-release-plugin] prepare for next development iteration by juanpablo · 5 years ago
  55. 6e1dc66 [maven-release-plugin] prepare release 2.11.0.M4-RC2 by juanpablo · 5 years ago 2.11.0.M4 2.11.0.M4-RC2
  56. 0a1ec7e prepare release for 2.11.0.M4 by juanpablo · 5 years ago 2.11.0.M4-RC1
  57. 7fb36ab remove unused import + reorganize imports by juanpablo · 5 years ago
  58. 702aa3e finally, fix test - patch provided by Murray Altheim on ML by juanpablo · 5 years ago
  59. 672bee0 update surefire version to 3.0.0-M3 to see if it helps with test execution problems at builds.apache.org - no version bump by juanpablo · 5 years ago
  60. 3ee179e simplify Jenkinsfile by replacing withEnv and tool definitions with withMaven steps by juanpablo · 5 years ago
  61. e1c2d25 enable build stacktraces + update exec plugins whenever possible by juanpablo · 5 years ago
  62. 6dcacbd proper unit testing of TikaSearchProvider, no need to check on background threads doing their job.. (no version bump) by juanpablo · 5 years ago
  63. 2b12911 remove pending updates - not really needed by juanpablo · 5 years ago
  64. e73e1f0 replace tabs with spaces by juanpablo · 5 years ago
  65. d852e65 hopefully the test runs now.. by juanpablo · 5 years ago
  66. d5f9f4c ensure failing test runs after lucene indexing has taken place; reapply last change on TestEngine regarding attachment directory by juanpablo · 5 years ago
  67. 86191ea revert TestEngine change + previous test by juanpablo · 5 years ago
  68. 35ef3a9 increase test sleep time in order to allow finish the lucene reindexing - hopefully fixes the failing test by juanpablo · 5 years ago
  69. 320adcd add missing Apache license by juanpablo · 5 years ago
  70. dfe5c69 2.11.0-M4-git-13 by juanpablo · 5 years ago
  71. 8b779e9 attachments are stored in the same folder as the wikipages by juanpablo · 5 years ago
  72. d6928a6 Updated missing es translations by juanpablo · 5 years ago
  73. 540bd10 LuceneSearchProvider now indexes all attachment filenames + also scans .md and .xml files by juanpablo · 5 years ago
  74. f33ed88 JSPWIKI-469: new TikaSearchProvider, contributed by Ulf Dittmer - thanks! by juanpablo · 5 years ago
  75. 9239518 2.11.0-M4-git-12 [JSPWIKI-1104] InsertPagePlugin update tests by brushed · 5 years ago
  76. a85828e 2.11.0-M4-git-12 [JSPWIKI-1104] Add ALERT Dialog with cookies by brushed · 5 years ago
  77. 4c4b8bf 2.11.0-M4-git-11 [JSPWIKI-1107] Fixing XSS vulnerability in the navigation breadcrumbs by brushed · 5 years ago
  78. 9c8e70d added missing JIRA reference by brushed · 5 years ago
  79. 34df8c3 [JSPWIKI-1106] Adding the jspwiki.attachment.forceDownload property (no version bump) by brushed · 5 years ago
  80. fbca816 2.11.0-M4-git-10 [JSPWIKI-1107] Fixing XSS vulnerability in various plugins by brushed · 5 years ago
  81. 9ff8d97 fix Jenkinsfile by juanpablo · 5 years ago
  82. 51ce4e8 JSPWIKI-1110: Selenide set to 5.2.2, 5.2.3 not yet out by juanpablo · 5 years ago
  83. 05bebac 2.11.0-M4-git-09 by juanpablo · 5 years ago
  84. e838147 [JSPWIKI-1110] Upgrade bundled dependencies for 2.11.0.M4 by juanpablo · 5 years ago
  85. e55c6d7 generate aggregated javadocs for http://jspwiki.apache.org/apidocs/index.html by juanpablo · 5 years ago
  86. 27b4915 2.11.0-M4-git-08 Fixing consistency of the sidebar collapse in Upload.jsp by brushed · 5 years ago
  87. 8ccb6b2 [JSPWIKI-1107] fixing file-type vulnerability by brushed · 5 years ago
  88. 764cf99 Missing updage changelog by brushed · 5 years ago
  89. 59881d4 2.11.0-M4-git-06 [JSPWIKI-1107] Fixing file upload XSS vulnerability by brushed · 5 years ago
  90. 874c7e8 2.11.0-M4-git-06 [JSPWIKI-1107] Fixing file upload XSS vulnerability by brushed · 5 years ago
  91. 4c862b4 remove extra ( at jspwiki-war/src/main/webapp/templates/default/InfoContent.jsp by juanpablo · 5 years ago
  92. 539ddce update plugin versions by juanpablo · 5 years ago
  93. 46cd981 2.11.0-M4-git-06 [JSPWIKI-1109] ReferredPagesPlugin with illegal characters by brushed · 5 years ago
  94. edff448 2.11.0-M4-git-05 [JSPWIKI-1107] Fixing Slimbox links with illegal characters by brushed · 5 years ago
  95. 87c89f0 2.11.0-M4-git-05, [JSPWIKI-1108] interwiki link escape illegal chars by brushed · 5 years ago
  96. 60a9cb8 [JSPWIKI-1107] uploading attachments with illegal filename causes XSS vulnerability by brushed · 5 years ago
  97. 7453019 [JSPWIKI-1100] Add support for mixed css-class & css-style markup by brushed · 5 years ago
  98. c829bee Added plain editor configs as regular properties/part-2 by brushed · 5 years ago
  99. 9fe2bc5 [JSPWIKI-1101] Improve rendering of {{{inline preformatted text}}} also impacts Html-to-Wiki translator by brushed · 5 years ago
  100. 41299d7 few css tweaks on inline-code and <tt/> by brushed · 5 years ago