Classic298
d454e6a033
Feat/prune orphaned data ( #16 )
...
* feat: Add prune orphaned data functionality
* feat: Add prune orphaned data functionality
* feat: Add prune orphaned data functionality
* fix: Restyle PruneDataDialog modal
* feat: Add comprehensive prune orphaned data functionality and fix circular import
* feat: Add comprehensive prune orphaned data functionality and fix circular import
* feat: Add comprehensive prune orphaned data functionality and fix database size issues
* feat: Add comprehensive prune orphaned data functionality and fix database size issues
* feat: Add comprehensive prune orphaned data functionality and fix database size issues
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update folders.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Update prune.py
* Delete backend/open_webui/test/test_prune.py
* Update prune.ts
* Update PruneDataDialog.svelte
* Update prune.py
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update prune.py
* Update PruneDataDialog.svelte
* Update prune.ts
* Update Database.svelte
* Update prune.py
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update prune.py
* Update prune.py
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update Database.svelte
* Update prune.py
* Update prune.ts
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
* Update prune.py
* Update prune.ts
* Update PruneDataDialog.svelte
* Update files.py
* Update prompts.py
* Update notes.py
* Update models.py
* Update access_control.py
* Update PruneDataDialog.svelte
* Update PruneDataDialog.svelte
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-08-10 23:40:01 +02:00
Timothy Jaeryang Baek
662f3cd1b3
refac
2025-08-10 16:13:13 +04:00
Athanasios Oikonomou
dc453efa5c
feat: Display assigned user groups in Admin Panel
...
Description:
This PR adds the ability to view a user’s assigned groups in the Admin Panel when editing a user.
Backend Changes:
Added a new endpoint:
GET /api/v1/users/{user_id}/groups
Returns the list of groups assigned to a specific user.
Requires admin privileges.
Frontend Changes:
Implemented getUserGroupsById API function to call the new backend endpoint, in lib/apis/users.
Updated EditUserModal.svelte to:
Load user groups asynchronously when the modal is opened.
Display the groups inline in the form before the Save button.
Show a loading state while fetching, and a “No groups assigned” message if none exist.
Result:
Admins can now see which groups a user belongs to directly from the edit user modal,
improving visibility and reducing the need to navigate away for group membership checks.
2025-08-10 14:49:01 +03:00
Timothy Jaeryang Baek
69f6fbe4e7
refac
2025-08-08 18:40:03 +04:00
Timothy Jaeryang Baek
73c92e2e3e
refac
2025-08-07 01:19:34 +04:00
Timothy Jaeryang Baek
5ae0036265
refac
2025-08-06 14:03:40 +04:00
Timothy Jaeryang Baek
985e54b662
refac: styling
2025-08-04 17:51:22 +04:00
Tim Jaeryang Baek
f41a8e67e8
Merge pull request #15705 from rgaricano/dev-HybridSearch-bm25_slider
...
FEAT: STYLE: Frontend HybridSearch-BM25 Slider
2025-08-04 17:48:24 +04:00
Timothy Jaeryang Baek
173fa62af3
refac
2025-08-04 17:28:26 +04:00
Timothy Jaeryang Baek
2d2fbdb341
fix: styling
2025-08-04 16:02:48 +04:00
Timothy Jaeryang Baek
e8696c63fe
refac
2025-08-04 15:23:43 +04:00
Tim Jaeryang Baek
5db60ca34f
Merge pull request #15903 from Hisma/marker-api-update
...
feat: Add configurable API URL (for self-hosting) and additional_config parameter for Datalab Marker API
2025-08-04 15:21:03 +04:00
Timothy Jaeryang Baek
60c5ea1bcc
enh: include chat id in feedback modal
2025-08-04 15:15:31 +04:00
Timothy Jaeryang Baek
8562e3e438
refac: styling
2025-08-04 15:04:16 +04:00
Tim Jaeryang Baek
6ce1166b98
Merge pull request #16033 from silentoplayz/sticky-search
...
refac: sticky headers & smarter pagination on users list page
2025-08-04 15:03:02 +04:00
silentoplayz
56eeed6277
feat: Add password visibility toggle to password fields w SensitiveInput.svelte component
2025-08-03 16:07:12 -04:00
Timothy Jaeryang Baek
56af3e7357
refac: granular chat controls permissions
2025-07-31 18:59:37 +04:00
Timothy Jaeryang Baek
708e0ed05e
refac/enh: chat controls permissions
2025-07-31 18:58:58 +04:00
Timothy Jaeryang Baek
f027df06d1
fix: leaderboard loading issue
2025-07-30 14:18:36 +04:00
Timothy Jaeryang Baek
73a38aca72
refac
2025-07-30 14:09:33 +04:00
Tim Jaeryang Baek
526a98171e
Merge pull request #16077 from silentoplayz/delete-duplicate-SVGs
...
chore: Remove `ChatBubbleOvalEllipsis` and `Download` icon components (duplicates of `ChatBubble` and `ArrowDownTray`)
2025-07-29 16:53:42 +04:00
silentoplayz
a63b447992
fix-autocomplete-toggle
2025-07-29 06:35:54 -04:00
Timothy Jaeryang Baek
807c34b40c
fix
2025-07-29 00:51:23 +04:00
Timothy Jaeryang Baek
f2da65b778
fix: hide community sharing button when disabled
...
Co-Authored-By: G30 <50341825+silentoplayz@users.noreply.github.com>
2025-07-28 17:42:45 +04:00
silentoplayz
b633cb7c24
fix: last commit here, I swear!
2025-07-27 20:23:49 -04:00
silentoplayz
2d130f3bec
chore: adjust discover links
2025-07-26 17:32:55 -04:00
silentoplayz
67baecdc8e
fix
2025-07-25 16:05:42 -04:00
silentoplayz
92fe7544c8
Sticky top bars for Leaderboard and UserList pages
2025-07-25 15:57:03 -04:00
Hisma
216c991c01
move api key below url
2025-07-23 00:32:18 -04:00
Hisma
a99e20cc3d
add format_lines
2025-07-22 21:06:29 -04:00
Hisma
f31cc07a9d
feat: update marker api
2025-07-22 20:49:28 -04:00
Classic298
a2aa68c84a
Update Database.svelte
2025-07-20 11:16:08 +02:00
Classic298
74140ea251
Update Database.svelte
2025-07-20 11:12:38 +02:00
Classic298
0d1b06d87c
Update Database.svelte
2025-07-20 10:52:47 +02:00
Timothy Jaeryang Baek
95b11207a1
fix: group user load
2025-07-19 23:16:44 +04:00
_00_
f08f6ac171
FIX: Correction of mimetypes string
...
Removed " , * for all) " from mimetype help string.
If mimetypes is set as * any file is tried to transcribe.
2025-07-18 12:54:08 +02:00
_00_
5889e8238a
UPD: BM25 Hybrid Slider - Legend inline
...
BM25 Hybrid Slider - Legend (lexical - semantic) inline
2025-07-14 22:17:37 +02:00
_00_
fd735590da
UPD: Add lexical-semantic reference above slider
...
Add lexical-semantic reference above slider
2025-07-14 21:20:11 +02:00
Timothy Jaeryang Baek
b1752cfb6a
refac: styling
2025-07-14 21:24:31 +04:00
Timothy Jaeryang Baek
288fba874e
refac: styling
2025-07-14 20:08:49 +04:00
_00_
4a6d333a03
FEAT: Frontend HybridSearch-BM25 Slider
...
FEAT: Frontend HybridSearch-BM25 Slider
Front-end modification for the BM25-Weight parameter input.
This proposal modifies the numerical typed input to a slider similar to the advanced model parameters.
2025-07-14 17:48:49 +02:00
Timothy Jaeryang Baek
87847ab31a
chore: format
2025-07-13 00:15:16 +04:00
Timothy Jaeryang Baek
af59bee2ea
refac
2025-07-12 17:17:31 +04:00
_00_
e3c8e1bb71
DOC: Extend Audio MIME Type Setting Explanation
...
DOC: Extend Audio MIME Type Setting Explanation
Add explanation to add multiple mime types in audio settings labeling
2025-07-11 20:18:54 +02:00
guenhter
196af9eaf7
chore: streamline the URL used for resources like favicon.png
2025-07-09 09:14:51 +02:00
Tim Jaeryang Baek
e3b8f700e4
Merge pull request #14264 from diwakar-s-maurya/patch-6
...
feat: add langchain markdown document splitter
2025-07-08 15:55:20 +04:00
Timothy Jaeryang Baek
0450c7cf48
refac: banners
...
Co-Authored-By: G30 <50341825+silentoplayz@users.noreply.github.com>
2025-07-08 01:37:10 +04:00
Timothy Jaeryang Baek
57f9eadd75
feat: models?id= support for admin settings
2025-07-07 17:16:51 +04:00
Timothy Jaeryang Baek
f92890b741
refac
2025-07-06 14:32:39 +04:00
Timothy Jaeryang Baek
75096c24ac
refac
2025-07-03 21:28:09 +04:00