nopoz
160267417e
fix(personal): scope RAG file delete to the caller's own upload dir ( #4602 )
...
The DELETE /api/personal/file disk-delete containment check used the
shared PERSONAL_UPLOADS_DIR root, so one admin could delete another
user's personal upload by passing its path (uploads are partitioned per
owner under <root>/<owner>/). Confine the check to the caller's own
per-owner subdir via _personal_upload_dir_for_owner(owner). RAG removal
and listing exclusion are unchanged (they still serve non-upload indexed
sources). Adds a regression test for the cross-owner case.
2026-06-20 00:50:15 +02:00
..
2026-05-31 23:58:26 +09:00
2026-06-11 00:43:49 +02:00
2026-06-08 09:58:52 +02:00
2026-06-15 18:05:15 +01:00
2026-06-16 09:52:15 +02:00
2026-06-18 21:15:48 +02:00
2026-06-09 08:04:22 +02:00
2026-06-15 15:59:31 +09:00
2026-06-18 21:26:11 +02:00
2026-06-15 23:56:22 +02:00
2026-06-08 10:19:18 +02:00
2026-05-31 23:58:26 +09:00
2026-06-16 04:31:24 +01:00
2026-06-08 11:51:55 +01:00
2026-06-15 22:49:06 +09:00
2026-06-16 01:00:40 +02:00
2026-06-15 15:26:55 +09:00
2026-06-16 03:46:32 +01:00
2026-06-08 10:19:18 +02:00
2026-06-08 10:19:18 +02:00
2026-06-15 10:32:51 +02:00
2026-06-16 03:33:02 +01:00
2026-06-18 06:25:26 +00:00
2026-06-03 14:07:03 +09:00
2026-06-15 17:02:58 +01:00
2026-06-05 16:00:20 +02:00
2026-06-16 04:31:24 +01:00
2026-06-15 17:44:10 +01:00
2026-06-08 09:58:52 +02:00
2026-06-03 14:24:30 +09:00
2026-06-09 20:20:21 +02:00
2026-06-16 03:28:09 +01:00
2026-06-08 20:49:15 +02:00
2026-06-15 21:20:15 +09:00
2026-06-15 15:15:53 +09:00
2026-06-16 06:07:42 +01:00
2026-06-16 03:59:18 +01:00
2026-06-16 13:13:00 +02:00
2026-06-20 00:50:15 +02:00
2026-06-08 09:58:52 +02:00
2026-06-08 21:12:02 +02:00
2026-06-16 13:13:00 +02:00
2026-05-31 23:58:26 +09:00
2026-06-16 03:33:02 +01:00
2026-06-16 13:13:00 +02:00
2026-06-05 13:17:43 +02:00
2026-06-13 23:09:15 +09:00
2026-06-09 01:24:30 +02:00
2026-06-16 13:13:00 +02:00
2026-05-31 23:58:26 +09:00
2026-06-15 23:56:22 +02:00
2026-06-08 09:58:52 +02:00
2026-06-16 00:41:45 +02:00
2026-06-11 18:17:54 +02:00