Commit graph

1274 commits

Author SHA1 Message Date
DESKTOP-RTLN3BA\$punk
642bfd0efe Merge commit '77155488ea' into dev 2025-11-30 15:15:50 -08:00
DESKTOP-RTLN3BA\$punk
5587b1270e fix: update API endpoint for fetching editor content
- Changed the API URL in the DashboardBreadcrumb component to include search space ID for fetching editor content, ensuring correct context is used when accessing documents.
2025-11-30 15:15:27 -08:00
Rohan Verma
77155488ea
Merge pull request #513 from MODSetter/dev
feat: added blocknode editor
2025-11-30 15:13:13 -08:00
DESKTOP-RTLN3BA\$punk
ea94c778c9 refactor: streamline document actions
- Simplified the RowActions component by removing unused imports and replacing the dropdown menu with tooltip buttons for editing, viewing metadata, and deleting documents.
- Updated the JsonMetadataViewer component to support controlled mode for better integration with the RowActions component.
- Adjusted CSS variables for destructive actions in globals.css for improved visual consistency.
2025-11-30 15:06:48 -08:00
DESKTOP-RTLN3BA\$punk
d0c7be7eca feat: update document editor routes to include search space context
- Modified API endpoints to include search space ID in the URL for fetching and saving documents.
- Added permission checks for reading and updating documents based on search space.
2025-11-30 14:27:27 -08:00
Rohan Verma
eefecfa4b9
Merge pull request #500 from AnishSarkar22/feature/blocknote-editor
[Feature] Add BlockNote editor
2025-11-30 13:57:16 -08:00
Anish Sarkar
f92112a79a fix: code cleanup 2025-11-30 11:37:50 +05:30
Anish Sarkar
5e53207edc refactor: update alembic migration revision ID and added some defaults for blocknote in file_processors.py file 2025-11-30 04:57:07 +05:30
Anish Sarkar
4e6b4cc57d fixed: cleaned up code and added import in init 2025-11-30 04:25:27 +05:30
Anish Sarkar
e419702ebd fix: run ruff formatter to fix code quality 2025-11-30 04:15:38 +05:30
Anish Sarkar
b98c312fb1 Merge remote-tracking branch 'upstream/main' into feature/blocknote-editor 2025-11-30 04:10:49 +05:30
Anish Sarkar
f8e4926969 feat: Implement document saving with reindexing
- Updated the document saving endpoint to trigger reindexing after saving.
- Introduced a new Celery task for reindexing documents.
- Refactored the editor page to reflect the changes in the API endpoint and method.
2025-11-30 04:08:12 +05:30
Anish Sarkar
91bc344b56 feat: Added celery tasks to populate blocknote_document for existing documents 2025-11-30 03:49:43 +05:30
Anish Sarkar
e33b42f9a5 refactor: removed auto-save functionality in editor page 2025-11-30 02:37:13 +05:30
Rohan Verma
0e9efd6f79
Merge pull request #512 from MODSetter/dev
docs: update README files
2025-11-29 00:32:21 -08:00
DESKTOP-RTLN3BA\$punk
73dc337c1d docs: update README files 2025-11-29 00:32:03 -08:00
Rohan Verma
d49a70b98e
Merge pull request #511 from MODSetter/dev
refactor: remove UserSearchSpacePreference model and related relationships
2025-11-29 00:20:37 -08:00
DESKTOP-RTLN3BA\$punk
07234d7849 ruff format 2025-11-29 00:16:41 -08:00
DESKTOP-RTLN3BA\$punk
72236f65f7 refactor: remove UserSearchSpacePreference model and related relationships
- Deleted UserSearchSpacePreference class and its relationships from SearchSpace and User models.
- Cleaned up unused code to streamline database interactions.
2025-11-29 00:12:30 -08:00
Rohan Verma
ff853c3de6
Merge pull request #510 from MODSetter/dev
feat: UX improvement
2025-11-28 23:43:54 -08:00
DESKTOP-RTLN3BA\$punk
73937f830e chore: updated pricing section 2025-11-28 23:43:03 -08:00
DESKTOP-RTLN3BA\$punk
111323b3b3 feat: UX improvement
- Added "Add Sources" button in ChatInputGroup for easier document management.
- Introduced a "Manage Team" card in CompletionStep to facilitate team collaboration.
- Updated UI elements for better visual feedback and interaction.
- Removed unused role examples in LLMRoleManager for cleaner code.
2025-11-28 23:39:07 -08:00
Rohan Verma
28ec7f69d2
Merge pull request #508 from MODSetter/dev
fix(migration): adding roles for old search spaces
2025-11-27 23:27:00 -08:00
DESKTOP-RTLN3BA\$punk
5bfa3cfaf1 Merge commit '8d3454d97a' into dev 2025-11-27 23:25:54 -08:00
DESKTOP-RTLN3BA\$punk
55982a5439 fix: address biome-related issues and improve stability 2025-11-27 23:25:43 -08:00
Rohan Verma
8d3454d97a
Merge pull request #507 from MODSetter/dev
feat: Implement Role-Based Access Control (RBAC) for search space resources.
2025-11-27 23:04:23 -08:00
DESKTOP-RTLN3BA\$punk
7e94413814 chore: biome fixes 2025-11-27 23:01:14 -08:00
DESKTOP-RTLN3BA\$punk
99609988d7 Merge commit 'fe178d66a9' into dev 2025-11-27 22:51:55 -08:00
DESKTOP-RTLN3BA\$punk
e9d32c3516 feat: Implement Role-Based Access Control (RBAC) for search space resources.
-Introduce granular permissions for documents, chats, podcasts, and logs.
- Update routes to enforce permission checks for creating, reading, updating, and deleting resources. - Refactor user and search space interactions to align with RBAC model, removing ownership checks in favor of permission validation.
2025-11-27 22:45:04 -08:00
Rohan Verma
fe178d66a9
Merge pull request #505 from unitagain/fix/issue-413-sharp-node22-compatibility
fix(extension): resolve sharp module error on Node.js 22 (fixes #413)
2025-11-27 01:07:42 -08:00
Differ
e0725741c9 fix(extension): resolve sharp module error on Node.js 22 (fixes #413)
- Add sharp@0.33.5 override to support Node.js 22
- Add sharp as direct dependency
- Upgrade plasmo to 0.90.5
- Add Node.js version constraint (>=18.0.0 <23.0.0)
- Add pnpm version constraint (>=8.0.0)

This fixes the 'Cannot find module sharp-win32-x64.node' error
reported in issue #413 when building on Node.js v22.0.0
2025-11-27 14:04:57 +08:00
Rohan Verma
1ed0cb3dfe
Merge pull request #504 from MODSetter/dev
fix: crawled url search
2025-11-26 14:54:11 -08:00
DESKTOP-RTLN3BA\$punk
d1c9c533b5 fix: crawled url search 2025-11-26 14:53:44 -08:00
Rohan Verma
49d42694f7
Merge pull request #503 from MODSetter/dev
refactor(webcrawler): update scraping logic to use v2 API and improve error handling
2025-11-26 14:31:11 -08:00
DESKTOP-RTLN3BA\$punk
0b1ca97acf refactor(webcrawler): update scraping logic to use v2 API and improve error handling 2025-11-26 14:30:08 -08:00
DESKTOP-RTLN3BA\$punk
5742f83ca8 chore(dependencies): update firecrawl-py to version 4.9.0 and remove older version 2025-11-26 14:19:05 -08:00
Rohan Verma
bebc1c6bfc
Merge pull request #502 from MODSetter/dev
feat: reworked web crawlers and added it as connector
2025-11-26 13:52:11 -08:00
DESKTOP-RTLN3BA\$punk
3f2b0a5d0c fix: biome 2025-11-26 13:50:23 -08:00
DESKTOP-RTLN3BA\$punk
ab6ea7e0ab feat(UI): reorganized connectors 2025-11-26 13:44:38 -08:00
DESKTOP-RTLN3BA\$punk
8f30cfd69a chore(lint): ruff checks 2025-11-26 13:22:31 -08:00
DESKTOP-RTLN3BA\$punk
34fbee0c28 fix(refactor): Alembic migrations 2025-11-26 13:22:01 -08:00
Rohan Verma
6374fc2ec4
Merge pull request #499 from samkul-swe/feat/webcrawler
Adding web crawler connector
2025-11-26 13:19:57 -08:00
Anish Sarkar
289b4de52d refactor: comment out unused blocknote converter imports in editor_routes.py 2025-11-23 16:47:09 +05:30
Anish Sarkar
3fac196c35 code quality issues fixed 2025-11-23 16:39:23 +05:30
Anish Sarkar
abbaa848f3 changed UI for the blocknote editor with dark/light mode 2025-11-23 16:24:11 +05:30
Anish Sarkar
e68286f22e introduced blocknote editor 2025-11-23 15:23:31 +05:30
samkul-swe
ebea98cfc8 Linting fixed 2025-11-22 19:49:28 -08:00
samkul-swe
5afb421d6f Fix issues 2025-11-22 19:40:13 -08:00
samkul-swe
ad75f8114e Cleaning up files 2025-11-22 19:28:13 -08:00
samkul-swe
121e2f0c0e Renaming resources 2025-11-22 19:19:00 -08:00