| 2026-04-01 |
modified: package.json
...
modified: src/config/defaults.js
modified: src/middleware/applyProductionSecurity.js
modified: src/utils/evaluateRules.js
modified: test/routes.test.js
modified: yarn.lock
|
| 2026-03-30 |

modified: content
...
modified: public/js/credentialManager.js
new file: src/config/defaults.js
deleted: src/config/emailConfig.js
new file: src/config/index.js
modified: src/config/logging.js
modified: src/controllers/presentationController.js
modified: src/middleware/applyProductionSecurity.js
modified: src/middleware/authCheck.js
modified: src/middleware/authConfig.js
modified: src/middleware/baseContext.js
modified: src/middleware/debug.js
modified: src/middleware/logging.js
modified: src/routes/index.js
modified: src/utils/baseContext.js
modified: src/utils/logManager.js
new file: src/utils/logging/config.js
modified: src/utils/logging/consolePatch.js
deleted: src/utils/logging/directories.js
modified: src/utils/logging/index.js
new file: src/utils/logging/initializeDirectories.js
new file: src/utils/logging/logger.js
new file: src/utils/logging/manualLogger.js
modified: src/utils/logging/streams.js
new file: src/utils/logging/winston.js
modified: src/utils/sendContactMail.js
modified: src/utils/sendNewsletterSubscriptionMail.js
modified: src/views/layouts/page.handlebars
modified: src/views/layouts/presentation.handlebars
modified: src/views/pages/credentials.handlebars
modified: src/views/partials/w3c.handlebars
new file: test/access.test.js
new file: test/accessManagement.test.js
modified: test/routes.test.js
modified: test/utils/logging/config.unit.test.js
modified: test/utils/sendContactMail/sanitizeInput.property.test.js
modified: test/utils/sendContactMail/sendContactMail.property.test.js
modified: test/utils/sendContactMail/sendContactMail.unit.test.js
modified: test/utils/sendNewsletterSubscriptionMail.unit.test.js
|
| 2026-02-27 |

Implemented a toml config
...
modified: package.json
modified: src/app.js
modified: src/config/emailConfig.js
new file: src/config/loader.js
modified: src/constants/authConstants.js
modified: src/controllers/adminTokenController.js
modified: src/controllers/blogControllers.js
modified: src/controllers/rssFeedController.js
modified: src/controllers/sitemapControllers.js
modified: src/middleware/applyProductionSecurity.js
modified: src/middleware/authCheck.js
modified: src/middleware/baseContext.js
modified: src/middleware/index.js
modified: src/routes/index.js
modified: src/routes/pages.js
modified: src/services/tagsService.js
modified: src/utils/baseUrl.js
modified: src/utils/docsContext.js
modified: src/utils/env.js
modified: src/utils/logManager.js
modified: src/utils/logging/config.js
modified: src/utils/postFileUtils.js
modified: src/utils/sendContactMail.js
modified: src/utils/sendNewsletterSubscriptionMail.js
modified: src/utils/transporter.js
modified: src/utils/verifyHCaptcha.js
modified: yarn.lock
|
| 2025-08-16 |
modified: src/middleware/applyProductionSecurity.js
Jason
committed
on 16 Aug
|
| 2025-07-30 |
deleted: .yarn/releases/yarn-4.9.2.cjs
...
deleted: .yarnrc.yml
new file: Dockerfile
new file: build
new file: package-lock.json
modified: package.json
modified: src/middleware/applyProductionSecurity.js
modified: src/services/sitemapService.js
modified: src/services/tagsService.js
renamed: src/middleware/xssSanitizer.js -> src/utils/xssSanitizer.js
deleted: yarn.lock
Jason
committed
on 30 Jul
|
| 2025-07-27 |
modified: README.md
...
modified: content
modified: public/css/styles.css
new file: public/styles.css
modified: scripts/combine-css.js
renamed: src/constants/securityConstants.js -> src/config/securityConfig.js
modified: src/controllers/blogControllers.js
modified: src/css/nav.css
modified: src/middleware/applyProductionSecurity.js
modified: src/middleware/cacheUtils.js
modified: src/routes/presentation.js
modified: src/utils/structuredLogger.js
modified: src/views/layouts/main.handlebars
new file: src/views/partials/navItem.handlebars
modified: src/views/partials/navLink.handlebars
renamed: src/views/partials/headers.handlebars -> src/views/partials/page_headers.handlebars
modified: src/views/partials/siteNav.handlebars
modified: src/views/partials/w3c.handlebars
Jason
committed
on 27 Jul
|
| 2025-07-23 |
modified: content
...
modified: public/css/presentation.css
deleted: public/js/docs.js
modified: src/constants/securityConstants.js
modified: src/middleware/applyProductionSecurity.js
modified: src/middleware/index.js
modified: src/routes/index.js
modified: src/routes/presentation.js
modified: src/views/layouts/docs.handlebars
modified: src/views/layouts/main.handlebars
modified: src/views/layouts/presentation.handlebars
deleted: src/views/layouts/test.handlebars
deleted: src/views/pages/test.handlebars
renamed: src/views/partials/favicon-headers.handlebars -> src/views/partials/favicon_headers.handlebars
Jason
committed
on 23 Jul
|

new file: public/css/presentation.css
...
new file: public/images/about-me.png
new file: public/images/construction.png
new file: public/images/contact.png
new file: public/images/documentation.png
new file: public/images/error403.png
new file: public/images/error404.png
new file: public/images/error500.png
new file: public/images/footer.png
new file: public/images/home.png
new file: public/images/logging.png
new file: public/images/nav-bar.png
new file: public/images/newsletter.png
new file: public/images/sitemap-xml.png
new file: public/images/sitemap.png
new file: public/images/table-of-contents.png
new file: public/js/presentation.js
modified: src/constants/securityConstants.js
modified: src/middleware/applyProductionSecurity.js
modified: src/routes/index.js
new file: src/routes/presentation.js
new file: src/views/layouts/presentation.handlebars
new file: src/views/layouts/test.handlebars
new file: src/views/pages/presentation.handlebars
new file: src/views/pages/test.handlebars
new file: src/views/partials/favicon-headers.handlebars
modified: content (untracked content)
Jason
committed
on 23 Jul
|
| 2025-07-16 |
modified: .githooks/post-receive
...
modified: package.json
modified: src/app.js
modified: src/constants/securityConstants.js
modified: src/middleware/applyProductionSecurity.js
modified: src/middleware/errorHandler.js
modified: src/middleware/index.js
modified: src/routes/blog_index.js
modified: src/routes/index.js
modified: src/routes/pages.js
modified: src/routes/post.js
modified: src/routes/sitemap.js
modified: src/utils/baseUrl.js
modified: src/utils/logging.js
modified: src/utils/postFileUtils.js
modified: src/utils/qualifyLinks.js
modified: test/env.test.js
modified: test/routes.test.js
Jason
committed
on 16 Jul
|
| 2025-07-14 |
modified: .gitignore
...
modified: content
modified: src/middleware/applyProductionSecurity.js
modified: src/routes/index.js
modified: src/utils/structuredLogger.js
Jason
committed
on 14 Jul
|
| 2025-07-13 |

deleted: src/api/posts.js
...
modified: src/app.js
new file: src/constants/authConstants.js
new file: src/constants/errorConstants.js
new file: src/constants/hbsConstants.js
new file: src/constants/htmlFormatConstants.js
new file: src/constants/httpLimits.js
new file: src/constants/httpMessages.js
new file: src/constants/middlewareConstants.js
new file: src/constants/newsletterConstants.js
new file: src/constants/rssConstants.js
new file: src/constants/securityConstants.js
new file: src/constants/sitemapConstants.js
modified: src/middleware/applyProductionSecurity.js
modified: src/middleware/authCheck.js
modified: src/middleware/errorHandler.js
modified: src/middleware/formatHtml.js
modified: src/middleware/hbs.js
modified: src/middleware/index.js
modified: src/middleware/validateRequestIntegrity.js
deleted: src/presentation/postComponent.js
deleted: src/presentation/render.js
modified: src/services/newsletterService.js
modified: src/services/postsMenuService.js
modified: src/services/rssFeedService.js
modified: src/services/sitemapService.js
modified: src/utils/baseContext.js
modified: src/utils/formLimiter.js
modified: src/utils/sendContactMail.js
modified: src/utils/sendNewsletterSubscriptionMail.js
modified: src/utils/validateEmail.js
Jason
committed
on 13 Jul
|
| 2025-07-12 |
modified: .gitignore
...
new file: data/.gitkeep
deleted: data/logs.sqlite3-shm
deleted: data/logs.sqlite3-wal
modified: public/css/styles.css
modified: src/css/nav.css
modified: src/middleware/applyProductionSecurity.js
modified: src/middleware/baseContext.js
modified: src/middleware/index.js
modified: src/routes/contact.js
modified: src/routes/errorPage.js
modified: src/routes/post.js
modified: src/routes/sitemap.js
modified: src/utils/ConstructionRoutes.js
modified: src/utils/MarkdownRoutes.js
modified: src/views/partials/footer.handlebars
modified: src/views/partials/headers.handlebars
new file: src/views/partials/siteNav.handlebars
Jason
committed
on 12 Jul
|
modified: src/middleware/applyProductionSecurity.js
Jason
committed
on 12 Jul
|
| 2025-07-10 |
modified: src/app.js
...
modified: src/middleware/applyProductionSecurity.js
new file: src/middleware/hbs.js
modified: src/middleware/index.js
modified: src/middleware/validateRequestIntegrity.js
modified: src/routes/contact.js
modified: src/routes/index.js
modified: src/routes/post.js
modified: src/routes/sitemap.js
modified: src/services/postsMenuService.js
new file: src/utils/HttpError.js
modified: src/utils/baseContext.js
new file: src/utils/baseUrl.js
modified: src/utils/logging.js
new file: src/utils/qualifyLinks.js
modified: src/utils/sendContactMail.js
modified: src/utils/sendNewsletterSubscriptionMail.js
new file: src/views/layouts/sitemap-xsl.handlebars
modified: src/views/pages/sitemap-xml.handlebars
Jason
committed
on 10 Jul
|
| 2025-07-04 |
modified: src/app.js
...
modified: src/middleware/applyProductionSecurity.js
modified: src/middleware/index.js
renamed: src/middleware/errorHandler.js -> src/routes/errorHandler.js
modified: src/routes/index.js
modified: src/app.js
modified: src/middleware/applyProductionSecurity.js
renamed: src/utils/csrfToken.js -> src/middleware/csrfToken.js
modified: src/middleware/index.js
renamed: src/middleware/errorHandler.js -> src/routes/errorHandler.js
modified: src/routes/index.js
modified: src/routes/pages.js
Jason
committed
on 4 Jul
|
modified: src/middleware/applyProductionSecurity.js
Jason
committed
on 4 Jul
|
modified: src/app.js
...
new file: src/middleware/applyProductionSecurity.js
modified: src/middleware/index.js
new file: src/middleware/validateRequestIntegrity.js
Jason
committed
on 4 Jul
|