Files
open-webui-custom/backend/open_webui
silentoplayz a572cf4842 feat: add backend handling for unarchiving all chats
The previous implementation for unarchiving all chats in `ArchivedChatsModal.svelte` was inefficient, as it sent a separate request for each chat, which could potentially overload the server.

This commit introduces a new backend endpoint, `/chats/unarchive/all`, to handle the bulk unarchiving of all chats for a user with a single API call.

The frontend has been updated to use this new endpoint, resolving the performance issue by minimizing the number of requests to the server.
2025-09-28 13:25:34 -04:00
..
2025-08-10 22:28:31 +08:00
2025-09-27 04:05:12 -05:00
2025-08-28 13:25:48 +04:00
2025-08-10 00:02:58 +04:00
2025-08-21 12:44:16 +04:00
2025-07-16 15:23:18 +09:00
2025-09-28 11:41:12 -04:00
2025-04-15 09:55:35 +02:00
2025-06-03 18:07:29 +04:00
2025-09-26 17:49:42 -05:00
2025-09-25 11:28:33 -05:00