Structs§
- Actix
Admin Model - Actix
Admin Model Filter - A single filter registered on an entity via
ActixAdminModelFilterTrait.
Enums§
- Actix
Admin Model Filter Type - Filter
Fn - Storage for the filter callback. Two shapes are supported so that simple value-only filters remain a one-liner, while operator-aware filters can react to the user’s chosen comparator.
Constants§
- DEFAULT_
MAX_ FIELD_ SIZE_ BYTES - Maximum total upload size (default 25MB). Individual deployments should
enforce their own limits via
actix_multipart::form::MultipartFormConfigbut this provides a defensive per-field cap so that a single field cannot exhaust memory increate_from_payload.
Traits§
Functions§
- sanitize_
upload_ filename - Sanitize a user-provided filename so that it can never traverse outside the
upload directory. Strips path separators,
.., control chars and NULs, and falls back to a timestamp-based name if the result would be empty.