We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs: Update and organize API Endpoint documentation This commit refactors the API Endpoint documentation to improve clarity, organization, and completeness. Key changes include: - Reorganized endpoints into logical sections with clear headings and emojis. - Added responsible modules (`.py` files) for each section to provide better context. - Clarified authentication details for Web UI and Mobile Clients. - Introduced new endpoints for secure file sharing, input & automation, and real-time system stats. - Updated descriptions for existing endpoints for better readability and accuracy.
feat: Implement Role-Based Access Control (RBAC) system, refactor server architecture to introduce a dedicated services layer, and update related documentation including API endpoints and setup prerequisites.