* updated controllers to use custom json schema and added auto openapi specs
* fix data routes parsing body
* added schema exports to core
* added swagger link to Admin, switched use-search
introduced `useRoutePathState` for managing active states via routes, added `CollapsibleList` for reusable collapsible UI, and updated various components to leverage route awareness for improved navigation state handling. Also adjusted routing for entities, strategies, and schema to support optional sub-paths.
* fix strategy forms handling, add register route and hidden fields
Refactored strategy forms to include hidden fields for type and name. Added a registration route with necessary adjustments to the admin controller and routes. Corrected field handling within relevant forms and components.
* fix admin access permissions and refactor routing structure
display a fixed error for unmet permissions when retrieving the schema. moved auth routes outside of BkndProvider and reorganized remaining routes to include BkndWrapper.
* fix: properly type BkndWrapper
* bump fix release version
* ModuleManager: update diff checking and AppData validation
Revised diff handling includes validation of diffs, reverting changes on failure, and enforcing module constraints with onBeforeUpdate hooks. Introduced `validateDiffs` and backup of stable configs. Applied changes in related modules, tests, and UI layer to align with updated diff logic.
* fix: cli: running from config file were using invalid args
* fix: cli: improve sequence of onBuilt trigger to allow custom routes from cli
* fix e2e tests
Replaced `LoginForm` with a more extensible `AuthForm` and `AuthScreen`, enabling support for multiple auth strategies (e.g., OAuth) and improved reusability. Updated imports, routes, and configurations accordingly.