- 44f6118 adds my signing key by Alex O'Ree · 3 days ago master
- f3bc20f Merge pull request #487 from spyhunter99/feature/changelog2 by spyhunter99 · 3 months ago
- 1c8cafe 3.0.0-git-22 by Alex O'Ree · 3 months ago
- f3f12fa Merge pull request #485 from spyhunter99/bug/JSPWIKI-1267 by spyhunter99 · 3 months ago
- a28455d JSPWIKI-1267 fixes the test and adds a sorter by Alex O'Ree · 3 months ago
- bc04cc1 JSPWIKI-1267 form elements are not listed by Alex O'Ree · 3 months ago
- 253ad98 JSPWIKI-1267 form elements are not listed by Alex O'Ree · 3 months ago
- 746efaa Merge pull request #483 from spyhunter99/changeLog by spyhunter99 · 3 months ago
- 9f66ee9 3.0.0-git-21 by Alex O'Ree · 3 months ago
- 91d87f6 Merge pull request #482 from spyhunter99/feature/JSPWIKI-1102-chartist-plugin by spyhunter99 · 3 months ago
- 01fbd70 Merge pull request #475 from spyhunter99/feature/JSPWIKI-130-part2 by spyhunter99 · 3 months ago
- 0efa4eb Merge pull request #479 from spyhunter99/feature/JSPWIKI-205 by spyhunter99 · 3 months ago
- 13c9412 Merge pull request #480 from spyhunter99/feature/JSPWIKI-1265 by spyhunter99 · 3 months ago
- 4e87b47 Merge pull request #481 from spyhunter99/feature/JSPWIKI-1198-followup by spyhunter99 · 3 months ago
- 84dd01d license note by Alex O'Ree · 3 months ago
- 38f1f6a JSPWIKI-1102 attempt number 3 at a clean chartist plugin for jspwiki by Alex O'Ree · 3 months ago
- 39873ab JSPWIKI-1198 follow up for this, since the IT artifact id was renamed to match the directory on the file system, we need to set the relocation flag on the pom so that maven will know what the newer version is. probably unlikely that anyone has a maven dependency on an integration test artifact. The other option would be to undo the artifact id change and then fix the paths in version control by Alex O'Ree · 3 months ago
- 3f5811c adding notes by Alex O'Ree · 3 months ago
- 63089c1 JSPWIKI-1265 build fix by Alex O'Ree · 3 months ago
- 0b69f1f Merge branch 'master' into feature/JSPWIKI-130-part2 by Alex O'Ree · 3 months ago
- 2af4c58 JSPWIKI-1265 turns out that jspwiki has a "skins" feature that is supported by haddock but there are no themes out of the box. We also have this dark mode theme like mechanism that should have been a "skin". So this change moves the dark mode css to a skin, then adds a number of other skins inspired by MIT licensed bootswatch by Alex O'Ree · 3 months ago
- 96e53ff JSPWIKI-205 adds an override for obfuscating or deobfuscating data for the file based page provider. Enables a relatively easy path for integrators to provide their own encryption mechanism for wiki page content stored on disk by Alex O'Ree · 3 months ago
- 0e769e9 Merge pull request #478 from spyhunter99/feature/changelogUpdate6 by spyhunter99 · 3 months ago
- bdc420f 3.0.0-git-20 by Alex O'Ree · 3 months ago
- 08d5af0 Merge pull request #449 from spyhunter99/feature/JSPWIKI-1176-attempt2 by spyhunter99 · 3 months ago
- 066c1a4 Merge pull request #477 from spyhunter99/feature/changelogUpdate5 by spyhunter99 · 3 months ago
- 11e236a 3.0.0-git-19 by Alex O'Ree · 3 months ago
- 658760f Merge pull request #476 from spyhunter99/bug/JSPWIKI-1189-attempt2 by spyhunter99 · 3 months ago
- 8204090 Merge branch 'master' into feature/JSPWIKI-1176-attempt2 by Alex O'Ree · 3 months ago
- af23f1f Merge pull request #451 from spyhunter99/feature/JSPWIKI-1252 by spyhunter99 · 3 months ago
- c6dbf75 Merge pull request #446 from spyhunter99/feature/JSPWIKI-794-diff-replacement by spyhunter99 · 3 months ago
- 61cca49 Merge pull request #452 from spyhunter99/feature/JSPWIKI-1234 by spyhunter99 · 3 months ago
- c0df460 JSPWIKI-1240 potential fix for Inconsistent test failures with RSSGenerator not finding the XML user database on CI builds by Alex O'Ree · 3 months ago
- 4ce5424 NPE check by Alex O'Ree · 3 months ago
- 36afad7 JSPWIKI-1252 adds a default implementation for the new api that returns null. this should mitigate any potential issues with users extending the default class for the wiki session having upgrade issues by Alex O'Ree · 3 months ago
- 1b4a70d removes the debug logging by Alex O'Ree · 3 months ago
- 8693543 JSPWIKI-1189 attempt 2 at fixing the last edit dialog by Alex O'Ree · 3 months ago
- dedbca0 JSPWIKI-1189 attempt 2 at fixing the last edit dialog by Alex O'Ree · 3 months ago
- ea1bb55 Javadocs for wiki context to better support future users by Alex O'Ree · 3 months ago
- c451f74 JSPWIKI-1234 addresses pr comments. Adds a default implementation for the user profile interface class to aid in upgrade paths by Alex O'Ree · 3 months ago
- 508922a JSPWIKI-130 addresses the final part of this jira, ready for peer review by Alex O'Ree · 3 months ago
- 9fea75f JSPWIKI-130 makes the first half of part 2 by Alex O'Ree · 3 months ago
- 8513986 Merge remote-tracking branch 'upstream/master' into feature/JSPWIKI-130-part2 by Alex O'Ree · 3 months ago
- 565c852 JSPWIKI-130 by Alex O'Ree · 3 months ago
- b40fdde Merge remote-tracking branch 'upstream/master' into feature/JSPWIKI-1234 by Alex O'Ree · 3 months ago
- 370867d Merge pull request #474 from spyhunter99/feature/changelogupdate4 by spyhunter99 · 3 months ago
- a011fd1 3.0.0-git-18 by Alex O'Ree · 3 months ago
- 579527c JSPWIKI-130 addressing part 2 of the reported issues, work in progress by Alex O'Ree · 3 months ago
- 206839e JSPWIKI-130 addressing part 2 of the reported issues, work in progress by Alex O'Ree · 3 months ago
- ab57a45 Merge pull request #473 from spyhunter99/feature/JSPWIKI-130-v2 by spyhunter99 · 3 months ago
- 0516190 JSPWIKI-130 see jira for details. Covers 1 of 2 reported issues by Alex O'Ree · 3 months ago
- b2f7912 Merge pull request #472 from spyhunter99/feature/changeLogUpdate3 by spyhunter99 · 3 months ago
- 2933cd7 3.0.0-git-17 by Alex O'Ree · 3 months ago
- 5b0c463 Merge pull request #471 from spyhunter99/build/JSPWIKI-1240 by spyhunter99 · 3 months ago
- 3996222 Merge pull request #455 from spyhunter99/build/JSPWIKI-1072 by spyhunter99 · 3 months ago
- 32e7a82 ci kick by Alex O'Ree · 3 months ago
- 3bcc314 JSPWIKI-1240 potential fix for Inconsistent test failures with RSSGenerator not finding the XML user database on CI builds by Alex O'Ree · 3 months ago
- f6c3b04 Merge pull request #470 from spyhunter99/changelogUpdate2 by spyhunter99 · 3 months ago
- d770b84 3.0.0-git-16 by Alex O'Ree · 3 months ago
- 5eb0c6c Merge pull request #460 from spyhunter99/feature/SPWIKI-1253 by spyhunter99 · 3 months ago
- ef7e8ca JSPWIKI-1253 some pr fixes by Alex O'Ree · 3 months ago
- 0f0bc69 Merge pull request #466 from spyhunter99/feature/JSPWIKI-175-related by spyhunter99 · 3 months ago
- 7af3182 Merge branch 'master' into feature/JSPWIKI-1234 by Alex O'Ree · 3 months ago
- c3e0287 JSPWIKI-175 related to the reported issue by Alex O'Ree · 3 months ago
- 3171ba0 Merge pull request #465 from spyhunter99/feature/typo by spyhunter99 · 3 months ago
- 2e563e2 corrects a typo on the password complexity verifier class by Alex O'Ree · 3 months ago
- f827d44 Merge pull request #464 from spyhunter99/changelogUpdate by spyhunter99 · 3 months ago
- 157292c 3.0.0-git-15 by Alex O'Ree · 3 months ago
- 4e87415 and again by Alex O'Ree · 3 months ago
- dad48a3 Merge pull request #463 from apache/dependabot/maven/me.fabriciorby-maven-surefire-junit5-tree-reporter-1.5.1 by spyhunter99 · 3 months ago
- 54ed1ba Merge pull request #462 from apache/dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.4.0 by spyhunter99 · 3 months ago
- 93fc14e Merge pull request #461 from spyhunter99/feature/JSPWIKI-1262 by spyhunter99 · 3 months ago
- 0c48df2 Bump me.fabriciorby:maven-surefire-junit5-tree-reporter by dependabot[bot] · 3 months ago
- dd8e4ac Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by dependabot[bot] · 3 months ago
- ae80da1 one more time by Alex O'Ree · 3 months ago
- bda46e1 JSPWIKI-1262 follow up fix to the previous fix by Alex O'Ree · 3 months ago
- 5e3e5b0 should fix the unit test by Alex O'Ree · 3 months ago
- 4473ef7 JSPWIKI-1253 displays the last login timestamp and date, which are persisted in the user database manager by Alex O'Ree · 3 months ago
- 5e90944 JSPWIKI-1234 fixes some javadocs by Alex O'Ree · 3 months ago
- 67bf648 JSPWIKI-1234 some refactoring of the unit tests. adds a test case for the jdbc user database. fixes a logic issue in the jdbc setup, so the tests were worth the time by Alex O'Ree · 3 months ago
- 6237cf0 Merge branch 'master' into feature/JSPWIKI-1252 by Alex O'Ree · 3 months ago
- bace761 JSPWIKI-1234 minor code cleanup. clarifies the new config settings by Alex O'Ree · 3 months ago
- 20d0375 Merge pull request #459 from spyhunter99/3.0-drop-session-doprivileged by spyhunter99 · 3 months ago
- 20efa50 changelog by Alex O'Ree · 3 months ago
- 36c03e4 Merge branch 'master' into 3.0-drop-session-doprivileged by Alex O'Ree · 3 months ago
- 22ffdfc Merge pull request #458 from spyhunter99/feature/changelogUpdate by spyhunter99 · 3 months ago
- 10d14b1 3.0.0-git-12 by Alex O'Ree · 3 months ago
- dccbbed Merge remote-tracking branch 'upstream/master' into feature/JSPWIKI-1176-attempt2 by Alex O'Ree · 3 months ago
- 3a869fa Merge remote-tracking branch 'upstream/master' into feature/JSPWIKI-794-diff-replacement by Alex O'Ree · 3 months ago
- 97ec2a5 Merge pull request #442 from spyhunter99/feature/JSPWIKI-1250 by spyhunter99 · 3 months ago
- 9c2e784 Merge pull request #454 from spyhunter99/bug/JSPWIKI-1229 by spyhunter99 · 3 months ago
- 3e32c5a Merge pull request #456 from spyhunter99/feature/JSPWIKI-1259-dependency-updates by spyhunter99 · 3 months ago
- 01d20f8 Merge pull request #457 from spyhunter99/feature/JSPWIKI-1260-fixme-fixes by spyhunter99 · 3 months ago
- 98c3504 JSPWIKI-1072 should address the build issue by Alex O'Ree · 3 months ago
- c82f2b6 JSPWIKI-1260 addresses a number of FIXME items. Assures that all catches either throw or at least logs a message (code audit rule) by Alex O'Ree · 3 months ago
- a80a1c2 JSPWIKI-1259 updates many dependencies by Alex O'Ree · 3 months ago
- 40a87c7 JSPWIKI-1072 should address the build issue by Alex O'Ree · 3 months ago
- a3456a2 JSPWIKI-1072 see issue for details by Alex O'Ree · 3 months ago
- 0a51bec JSPWIKI-1229 code formatting, by Alex O'Ree · 3 months ago
- a8680dc JSPWIKI-1229 code formatting, by Alex O'Ree · 3 months ago