General: Version bumped to v0.0.92#92
Open
LouisOuellet wants to merge 8 commits into
Open
Conversation
- ConfigOverrideService removed (config already handles .cfg files with gitignore) - Added Encryption Service (P1), SMS/IMAP Services (P2) - Updated Auth to 2.1 'Security Review + Feature Completion' (2FA/TOTP/Email/SMS) - Profile Modal: reworded to note current page-based system - Debug Audit Logger: note Log.php exists, need audit trail layer on top - Global View Context: reworded to note Route/Bootstrap architecture - Migration Runner → Migration System Improvement (note Schema::compare/update exists) - Developer Mode: note existing dev plugin endpoints (reword 3.1) - Added Phase 1.2 Config Documentation - Added Phase 2.8 SMS/IMAP Services - Added Phase 2.9 SLS Service - Added Phase 3.3 DataTables Standardization - Added Phase 3.4 UI Builder Documentation - Added Phase 3.5 Organization Data Scoping - Updated Database Abstraction to note Schema::compare/update - Updated Config status to note gitignored files - Added Phase Appendix with current phase checklist - Updated VersionProvider: /api/core/info exists, need VersionProvider class
1.1 Testing: - Two-layer approach: php -l syntax validation + route accessibility tests - Scan all PHP files recursively (src/, lib/plugins/*, lib/modules/*) - Route tests with public/logged-in/unauthenticated access levels - GitHub Actions CI workflow (ci.yml + release.yml update) 1.2 Configuration Documentation: - Follow existing docs/index.md TOC structure (03-using/ subdirectory) - Create 4 config docs: configuration, config-override, bootstrap-config, app-settings - docs/index.md already has TOC entries (no link updates needed) 1.3 Application Settings System: - Split into 1.3.1 /admin/ landing page (Controller/Endpoint, panel.php, sidebar) - /admin link added to profile plugin's routes.cfg (user menu location) - 1.3.2 Settings registry: SettingsRegistry, SettingsSection, /admin/settings - /admin/security and /admin/maintenance sub-pages - docs/index.md already has admin pages under 04-administering/ Commit: 28ebad9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.