From a4d9c4f312ba9d2987062826bb9aa8d8ae805f27 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Sun, 8 Feb 2026 12:23:44 +0100 Subject: [PATCH] Auto-commit local changes before build (2026-02-08 12:23:44) --- docs/changelog-claude.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/changelog-claude.md b/docs/changelog-claude.md index 5bfd12a..e6976a6 100644 --- a/docs/changelog-claude.md +++ b/docs/changelog-claude.md @@ -28,9 +28,15 @@ This file documents all changes made to this project via Claude Code. - Code blocks, tables, and image support - Responsive design for mobile and desktop - **Access Control**: Login required (@login_required) - accessible to all user roles - - **Current Status**: Core infrastructure complete, first three getting-started pages created - - **Placeholder Pages**: First-login and quick-start pages created with basic content structure - - Full content for all pages will be added incrementally in future updates + - **Current Status**: Core infrastructure complete, getting-started section (3 pages) and users section (3 pages) completed with comprehensive content + - **Placeholder Pages**: Remaining 27 pages created with basic structure for future content + - Full content for remaining sections will be added incrementally in future updates + +### Changed +- Enhanced documentation accuracy in Users section: + - **Login & Authentication page**: Added captcha requirement explanation (simple math problem), noted future plan to make it optional via Settings + - **Browser Security section**: Clarified HTTPS context - only relevant for external access via domain name, not for internal IP-based deployments (typical use case) + - **Browser Compatibility**: Marked Mozilla Firefox as "Recommended - Most tested" browser for optimal experience ## [2026-02-07]