Files
Nathan Vasse 8f47646dff (backend) apply per-audience attributes to external api items
External services consuming the resource server API may need items they
create to carry specific attributes, typically quota_excluded so their
uploads do not consume the user quota.

The new EXTERNAL_API_AUD_ITEM_ATTRIBUTES setting maps a token audience
to the attributes applied at creation. The lookup is a hook on the item
viewset overridden only in the resource server viewset, so both the
root create and children creation paths are covered while the regular
API remains unaffected.
2026-08-03 10:20:45 +02:00
..
2026-03-11 14:57:28 +01:00
2025-11-19 10:12:25 +01:00
2025-11-19 10:12:25 +01:00
2026-04-23 17:42:48 +02:00