Timothy Jaeryang Baek
b99f8dabdd
refac
2026-03-15 23:03:30 -05:00
Timothy Jaeryang Baek
e53152123f
refac
2026-03-15 21:54:35 -05:00
Athanasios Oikonomou
ee0d9b7915
feat: knowledge - clickable file icon opens content ( #22629 )
...
Replaces the static document icon with an interactive button that opens
the file content in a new tab via the files API endpoint.
2026-03-12 16:58:02 -05:00
Timothy Jaeryang Baek
636ab99ad8
feat: experimental open terminal integration
2026-02-25 15:15:53 -06:00
Timothy Jaeryang Baek
acb2147024
refac
2026-02-25 13:53:08 -06:00
Timothy Jaeryang Baek
3d99de6771
enh: access grant level perms
2026-02-23 15:49:05 -06:00
G30
a8a3098782
fix(ui): apply select-none to remaining dropdown menus globally to prevent text highlighting ( #21763 )
2026-02-23 01:22:02 -06:00
Classic298
5b9efeef4d
fix(a11y): add aria-labels and structural elements to workspace components ( #21719 )
2026-02-22 15:24:33 -06:00
Timothy Jaeryang Baek
64fa26bd28
refac
2026-02-13 14:48:10 -06:00
Timothy Jaeryang Baek
2487c84f1f
refac: styling
2026-02-13 14:47:00 -06:00
Timothy Jaeryang Baek
df6e38039f
refac
2026-02-13 13:29:22 -06:00
Classic298
73776d54b8
fix: enforce public sharing permission checks across all resource types ( #21358 )
...
The sharePublic prop in editor components (Knowledge, Tools, Skills,
Prompts, Models) incorrectly included an "|| edit" / "|| write_access"
condition, allowing users with write access to see and use the "Public"
sharing option regardless of their actual public sharing permission.
Additionally, all backend access/update endpoints only verified write
authorization but did not check the corresponding sharing.public_*
permission, allowing direct API calls to bypass frontend restrictions
entirely.
Frontend: removed the edit/write_access bypass from sharePublic in all
five editor components so visibility is gated solely by the user's
sharing.public_* permission or admin role.
Backend: added has_public_read_access_grant checks to the access/update
endpoints in knowledge.py, tools.py, prompts.py, skills.py, models.py,
and notes.py. Public grants are silently stripped when the user lacks
the corresponding permission.
Fixes #21356
2026-02-13 11:22:32 -06:00
Timothy Jaeryang Baek
f376d4f378
chore: format
2026-02-11 16:24:11 -06:00
Timothy Jaeryang Baek
4aedfdc547
refac
2026-02-10 15:47:21 -06:00
Timothy Jaeryang Baek
3c7f9aa6a4
refac
2026-02-09 13:28:21 -06:00
Timothy Jaeryang Baek
fa859de460
refac
2026-01-27 23:21:31 +04:00
Timothy Jaeryang Baek
c1147578c0
feat: export kb to zip
2026-01-08 12:49:45 +04:00
Timothy Jaeryang Baek
01e88c6ac2
chore: format
2025-12-21 23:34:08 +04:00
Timothy Jaeryang Baek
c96549eaa7
refac
2025-12-21 18:08:36 +04:00
Timothy Jaeryang Baek
7746e9f4b8
refac
2025-12-21 17:04:39 +04:00
Timothy Jaeryang Baek
5077676d33
refac
2025-12-21 16:10:51 +04:00
Timothy Jaeryang Baek
4d9a51ba33
refac
2025-12-11 00:11:12 -05:00
Timothy Jaeryang Baek
ceae3d48e6
enh/refac: kb pagination
2025-12-10 23:19:19 -05:00
Timothy Jaeryang Baek
68219d84a9
refac
2025-12-10 17:08:31 -05:00
Timothy Jaeryang Baek
6068e23590
refac
2025-12-10 17:08:18 -05:00
Timothy Jaeryang Baek
693636d971
enh/refac: show read only kbs
2025-12-10 16:58:53 -05:00
Timothy Jaeryang Baek
c15201620d
refac: kb files
2025-12-10 15:48:27 -05:00
Timothy Jaeryang Baek
ed2db0d04b
refac
2025-12-10 00:58:08 -05:00
Timothy Jaeryang Baek
4ecacda28c
refac
2025-12-10 00:55:31 -05:00
Timothy Jaeryang Baek
94a8439105
feat/enh: kb file pagination
2025-12-10 00:53:41 -05:00
Timothy Jaeryang Baek
9d39b9b42c
refac: styling
2025-11-30 03:47:34 -05:00
Timothy Jaeryang Baek
de889f5ec7
refac: styling
2025-11-23 21:17:14 -05:00
Timothy Jaeryang Baek
f69e37a850
feat/enh: user sharing perms
2025-11-20 18:32:34 -05:00
Blake
22e85df448
Support folder drag-n-drop ( #19320 )
2025-11-20 16:26:36 -05:00
Timothy Jaeryang Baek
f524a6a8e7
refac/fix: kb image upload handling
2025-10-28 00:34:53 -07:00
Timothy Jaeryang Baek
fd7385c392
refac
2025-09-21 03:12:24 -04:00
Timothy Jaeryang Baek
596be451ec
refac: styling
2025-09-15 14:28:16 -05:00
Timothy Jaeryang Baek
8802c6e8db
refac
2025-09-14 08:42:27 +02:00
Timothy Jaeryang Baek
fbbe1117ae
refac/enh: file count in knowledge
2025-09-03 19:00:35 +04:00
Tim Jaeryang Baek
5a596ae40c
Merge pull request #17180 from Viruzaum/untitled-translation-fix
...
fix/i18n: Fix missing translation of default title of AddTextContentModel
2025-09-03 18:05:56 +04:00
Timothy Jaeryang Baek
4ca936f0bf
refac
2025-09-03 13:38:07 +04:00
viruz
a980af3ca4
fix: update default name to use i18n translation
2025-09-02 15:47:16 -03:00
Chanwoo An
513cab94b1
fix: prevent double-save race by awaiting API calls and adding isSaving guard
2025-09-02 20:53:04 +09:00
Timothy Jaeryang Baek
5e1f4fa0ff
feat: async file upload
2025-08-20 00:36:13 +04:00
Timothy Jaeryang Baek
efebf4d3a0
refac: disable rich text input in knowledge base
2025-08-20 00:33:46 +04:00
silentoplayz
82ed9b0a97
i18n.t: updates
2025-08-13 20:15:16 -04:00
Timothy Jaeryang Baek
3f85375db2
refac: styling
2025-08-08 14:24:54 +04:00
Timothy Jaeryang Baek
90257442e3
refac: styling
2025-06-27 16:15:16 +04:00
Tim Jaeryang Baek
276bfa02d0
Merge pull request #15314 from silentoplayz/spinner-and-xmark-icon-components
...
refac: Spinner and XMark components
2025-06-27 15:23:29 +04:00
Silentoplayz
d1e3940abd
refac: Spinner and XMark components
2025-06-25 18:44:45 -04:00