Files
lasuite-drive/docs
Nathan Vasse 16f11c12e7 (backend) add an item batch share endpoint
Sharing a folder with many contacts one call at a time is slow and can
leave a partial state when one of them fails. This endpoint accepts a
list of email/role rows, validates them all before any write, then
creates accesses for known users and invitations for unknown emails.
Rows targeting users already covered by an equal or higher role are
skipped and reported so the client can inform the user.

The feature is disabled by default and gated by the new
ALLOW_SHARE_IMPORT_FILE setting exposed in the config endpoint.
2026-07-28 11:26:07 +02:00
..
2026-03-11 14:57:28 +01:00
2025-11-19 10:12:25 +01:00
2026-07-28 11:26:07 +02:00
2025-11-19 10:12:25 +01:00
2026-04-23 17:42:48 +02:00