- f532523 add bin to list of ignored patterns by Juan Pablo Santos Rodríguez · 5 weeks ago master
- 8f92f38 2.12.3-git-07 by Juan Pablo Santos Rodríguez · 6 weeks ago
- 3bce33d Extract suitable jspwiki.woas.version property for portable build from project.version instead of hard coding it into build.xml by Juan Pablo Santos Rodríguez · 6 weeks ago
- 05d4a07 upgrade tomcat portable binaries by Juan Pablo Santos Rodríguez · 6 weeks ago
- c8ecc23 Upgrade dependencies - closes #379, closes #382, closes #383 by Juan Pablo Santos Rodríguez · 6 weeks ago
- 835e566 Introduce CachingManager#registerListener(..) so that caching providers are able to register expired cache listeners - closes #362 by Juan Pablo Santos Rodríguez · 6 weeks ago
- f7d8573 2.12.3-git-06 by Juan Pablo Santos Rodríguez · 9 weeks ago
- 7760885 Update dependencies, closes #373, closes #375 by Juan Pablo Santos Rodríguez · 9 weeks ago
- 40f59e6 Proper digest comparison on CryptoUtil.verifySaltedPassword by Juan Pablo Santos Rodríguez · 9 weeks ago
- 8144594 Polish tests by Juan Pablo Santos Rodríguez · 9 weeks ago
- 777d5e4 Normalize user input in registration by Arturo Bernal · 5 months ago
- 629ac8c 2.12.3-git-05 by Juan Pablo Santos Rodríguez · 2 months ago
- 5b9dab4 Proper HTML escaping + introduce WikiHtmlInline to be able to avoid HTML escaping performed by Flexmark by Juan Pablo Santos Rodríguez · 2 months ago
- 184f185 Update tomcat launcher binary files to 9.0.102 by Juan Pablo Santos Rodríguez · 2 months ago
- bd79030 Update dependencies by Juan Pablo Santos Rodríguez · 2 months ago
- 44d70e4 Allow text to be wrapped on a given tag by Juan Pablo Santos Rodríguez · 2 months ago
- 1af6466 Proper fix + use constant from MarkupParser by Juan Pablo Santos Rodríguez · 2 months ago
- c21f6e1 Additional tests + small refactors by Juan Pablo Santos Rodríguez · 2 months ago
- a49b2fd Allow data: or javascript: uris on src attribute of Image plugin only if jspwiki.translatorReader.allowHTML is enabled by Juan Pablo Santos Rodríguez · 2 months ago
- 5a9ac33 Move xstream version to parent pom by Juan Pablo Santos Rodríguez · 2 months ago
- 5ab4d87 Move escapeHTMLEntities to TextUtil by Juan Pablo Santos Rodríguez · 2 months ago
- f4089cb Merge pull request #376 from arturobernalg/JSPWIKI-1204 by Arturo Bernal · 5 months ago
- 402f9a1 [SECURITY][XBOW-024-109] Fix XSS vulnerability in header link rendering by Arturo Bernal · 5 months ago
- a184e0a Update portable build binaries by Juan Pablo Santos Rodríguez · 6 months ago
- 5ad6536 2.12.3-git-03 by Juan Pablo Santos Rodríguez · 6 months ago
- 101f7c2 Update dependencies by Juan Pablo Santos Rodríguez · 6 months ago
- 76669e3 formatting by Alex · 10 months ago
- bd412b2 JSPWIKI-1197 fix for if and when someone, other software (antivirus, etc) or a human deletes an attachment from disk and leaves behind a properties file in the attachment director for a given wiki page. Before this change jspwiki would not boot up in this condition. After it will and simply logs this error condition. by Alex · 10 months ago
- 7bf6657 2.12.3-git-02 by Juan Pablo Santos Rodríguez · 9 months ago
- e438af0 Update portable binaries + provide working URLs to download launch4j files by Juan Pablo Santos Rodríguez · 9 months ago
- 008c9f7 Dependency updates, closes #353, closes #364, closes #365 by Juan Pablo Santos Rodríguez · 9 months ago
- abb701c add .pdf and .xml extensions to jspwiki.attachment.forceDownload default value by Juan Pablo Santos Rodríguez · 9 months ago
- 9073db5 jspwiki.attachment.forceDownload now accepts * as a way to always enforce attachment download by Juan Pablo Santos Rodríguez · 9 months ago
- 5eeb340 minor change to use the os utils class commons-lang3 that was already in the classpath by Alex · 9 months ago
- 58614ef Fix SampleAjaxPlugin by udittmer · 11 months ago
- b3847dc Make MBeans by udittmer · 11 months ago
- 31f539a 2.12.3-git-01 by Juan Pablo Santos Rodríguez · 11 months ago
- 6235b10 Fix issue with CI build not findind a test-jar by Juan Pablo Santos Rodríguez · 11 months ago
- a96e934 update portable binaries by Juan Pablo Santos Rodríguez · 11 months ago
- 5283a2e Update Tomcat to 9.0.90 and several maven plugins by Juan Pablo Santos Rodríguez · 11 months ago
- 6c558f3 Update CalendarTag.java by udittmer · 12 months ago
- b677253 Update Sidebar.jsp by udittmer · 12 months ago
- 9c6e102 Update jspwiki.tld by udittmer · 12 months ago
- 196767e Update CalendarTag.java by udittmer · 12 months ago
- 867e9b4 [maven-release-plugin] prepare for next development iteration by Arturo Bernal · 1 year ago
- efe50b0 [maven-release-plugin] prepare release 2.12.2-RC1 by Arturo Bernal · 1 year ago 2.12.2 2.12.2-RC1
- 71424cc prepare for 2.12.2 by Arturo Bernal · 1 year ago
- e78bd8f 2.12.2-git-16 by Juan Pablo Santos Rodríguez · 1 year ago
- 640a789 Dependencies and plugins update - closes #344, closes #345, closes #346 by Juan Pablo Santos Rodríguez · 1 year ago
- e67a9b1 Build with jdk21 instead of 19 by Juan Pablo Santos Rodríguez · 1 year, 1 month ago
- 55d6a3b Always generate test-jar by Juan Pablo Santos Rodríguez · 1 year, 1 month ago
- b9d58b7 fix Dockerfile build - no version bump by Juan Pablo Santos Rodríguez · 1 year, 1 month ago
- 4bf69d9 fix Dockerfile build - no version bump by Juan Pablo Santos Rodríguez · 1 year, 1 month ago
- 9256c81 2.12.2-git-15 by Juan Pablo Santos Rodríguez · 1 year, 1 month ago
- f29e0ba Update tomcat binaries and dependencies by Juan Pablo Santos Rodríguez · 1 year, 1 month ago
- 480e900 JSPWIKI-1186: Windows, install.jsp double escapes the jspwiki.workDir and nothing else by Juan Pablo Santos Rodríguez · 1 year, 1 month ago
- da7dc7d generate markdown wikipages even when setting -DskipTests - use -Dskip-markdown-pages-generation to skip this step by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- d29db65 fix typo by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- 9364860 2.12.2-git-14 by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- 3cefebd Update dependencies by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- f79d41c JSPWIKI-1190: generate markdown flavour of wikipages as part of the build by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- 59ad1a5 Fix possible ArrayIndexOutOfBOundsException by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- 7502446 fix typo by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- 52f0501 Thanks to the sonarqube scanner, we now have 3 mvn builds, so let's skip running tests on deploy, as we've already passed them. by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- 8c0d55e Seems that sonarcloud.io now requires running JDK-17 for the local analysis, hopefully this completes fixing the CI build by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- cc60bee Show test stdout, stderr and stacktraces on test failure/error by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- b5201a5 try TLSv1.2 for sendMail test by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- d718b82 2.12.2-git-13 by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- 4120914 Update portable build binaries by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- 4c88d8f Update dependencies by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- 2cc751f Add missing license by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- 8cdd187 MailUtil now uses every mail.smtp / mail.smtps property provided through your jspwiki(-custom).properties file by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- 183b7a8 Extract system property expansion to its own method by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- 2b06d7a JSPWIKI-1188 rearranges the config loading to support the property replacement by Alex O'Ree · 1 year, 3 months ago
- b10f148 JSPWIKI-1188 additional test coverage by Alex O'Ree · 1 year, 3 months ago
- b553be9 JSPWIKI-1188 system property expansion by Alex O'Ree · 1 year, 3 months ago
- b5b3283 2.12.2-git-12 by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- c1375ef BasicAttachmentProvider doesn't throw an Exception if attachment metadata files are not correctly formed by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- fc14096 Update tomcat binaries by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- 203ab12 publish SBOMs by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- d095391 Dependency updates by Juan Pablo Santos Rodríguez · 1 year, 2 months ago
- f46c00b 2.12.2-git-11 by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- 5574694 Dependency updates by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- abd3d8b Call ServletRequest#setCharacterEncoding prior to calling URLConstructor#parsePageFrom URL by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- 1ce7f38 2.12.2-git-10 by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- c14fb66 Update cargo to 1.10.11 - closes #324, thanks to dependabot by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- 8158614 update commons-lang to 3.14.0 by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- d18dc3a Introduce CustomWikiEventListeners, as an easy way to register 3rd party listeners by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- e5d7064 update commons-lang to 3.14.0 by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- 082fae5 url decode name, it's needed to get the appropiate page name by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- 1ee6fd6 use engine.getEncoding instead of response.getEncoding by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- 03fba43 udpate project-info-reports-plugin to 3.5.0 - no version bump by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- 7b4e95c 2.12.2-git-09 by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- 2c83da1 Update dependencies by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- 2340cd0 fix typo by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- 87bbf3f Add some unit tests for URLConstructor#parsePageFromURL by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- 4b2323c Update Viewer.js by udittmer · 1 year, 7 months ago
- 432361b Update URLConstructor.java by udittmer · 1 year, 7 months ago
- 921f8bb Fix test compilation due to move to Jamm 0.4.0 by Juan Pablo Santos Rodríguez · 1 year, 7 months ago
- 84653bf 2.12.2-git-08 by Juan Pablo Santos Rodríguez · 1 year, 7 months ago