serverpod_admin_server 1.0.8
serverpod_admin_server: ^1.0.8 copied to clipboard
Server-side package for Serverpod admin dashboard that provides endpoints for CRUD operations, resource discovery, and database record management. Handles payload normalization, foreign key relationsh [...]
Changelog #
All notable changes to this project will be documented in this file.
1.0.8 #
- Documented the default
/admindashboard route. - Added support for custom dashboard paths with or without a leading slash.
1.0.7 #
- Added prebuilt admin dashboard installer executable:
serverpod_admin install. - Added
serveAdminDashboard(pod)for serving the installed Flutter web admin app at/admin. - Added admin profile update and password change endpoints.
- Added Serverpod future-call jobs resource, job history, and job queue actions.
- Added admin user bootstrap helper support for email/password admin users.
- Improved CSV/XLSX import/export support and admin-resource data handling.
1.0.6 #
- Initial version
- Core admin module functionality
- Model registration system
- Admin endpoint implementation
- Support for CRUD operations on registered models
- Frontend-agnostic API design