Auto-commit local changes before build (2026-02-08 12:23:44)

This commit is contained in:
Ivo Oskamp 2026-02-08 12:23:44 +01:00
parent 79ee970bee
commit a4d9c4f312

View File

@ -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]