Files
open-webui-custom/backend/open_webui/routers
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-09-17 10:46:11 -05:00
2025-09-08 18:17:11 +04:00
2025-09-28 12:00:19 -05:00
2025-09-26 14:40:30 -05:00
2025-07-21 22:17:08 +03:00
2025-09-17 11:28:04 -05:00
2025-09-26 20:48:17 -05:00
2025-09-24 09:21:53 -05:00
2025-09-24 07:17:41 -05:00
2025-07-20 15:00:24 +04:00
2025-09-17 00:49:44 -05:00
2025-09-19 00:10:48 -05:00
2025-05-15 12:58:44 +04:00
2025-08-06 14:27:07 +04:00
2025-08-27 03:07:21 +04:00
2025-09-26 19:01:22 -05:00