💥 rewrite all project almost by vibe-coding - #6
Merged
Merged
Conversation
…ate health endpoint
- SessionStore with TTL-based expiry and refresh
- PBKDF2 password hashing (SHA-256, 100k iterations)
- LoginThrottle for rate limiting
- Local/remote deployment detection
- CSRF middleware + security headers
- /api/auth/{check,login,logout,password} endpoints
- Audit logging via loguru
- Startup password auto-generation for remote mode
…outes - plugin_service: serialize, list, get, toggle, reload, update_config - /api/plugins/* endpoints with CRUD operations - /api/menus with builtin menu definitions + extension stub - core/extension.py placeholder for phase 08
- config_service: list/read/update entari.yml sections (basic/adapters/plugins) - JSON Schema generation with meta properties (, , etc.) - /api/config/* routes with schema-first path registration - Integration tests with mocked service layer
- Add package_manager.py for PM detection (lock file → executable → pip)
- Support uv/pdm/poetry/rye/pipenv/pip with correct install/uninstall/list commands
- Add market_service.py with remote registry, local cache, concurrent install tasks
- Add GET/POST /api/market/{plugins,install,uninstall,tasks} routes
- Auto-detect PM in venv without pip (uv/pdm created venvs)
- Config override via webui_config.package_manager
- Add LogRingBuffer (thread-safe, configurable max_lines) + LogWriter - Add /ws/logs WebSocket endpoint with history + incremental push - Register loguru sink in startup to capture all log output to ring buffer - Remote mode requires valid session cookie (reject with close code 1008)
…rray, const, anyOf, formats)
…ta i18n, sidebar group
…nce; fix(adapter): ensure check
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.