Commit graph

2821 commits

Author SHA1 Message Date
Anish Sarkar
6cd3f5c1f6 feat: add conflict handling for document deletion and selection based on processing state 2026-02-05 22:16:23 +05:30
Anish Sarkar
aef59d04eb feat: add document status management with JSONB column for processing states in documents 2026-02-05 21:59:31 +05:30
Anish Sarkar
04884caeef refactor: simplify document title assignment across various connectors by removing prefix formatting 2026-02-05 02:30:20 +05:30
Anish Sarkar
e615a6478c feat: implement document deletion functionality and streamline column visibility management in DocumentsTable 2026-02-05 01:29:15 +05:30
Anish Sarkar
d5fd4c2863 refactor: change page size parameter to -1 for fetching all documents in useDocuments hook 2026-02-04 23:19:45 +05:30
Anish Sarkar
c706b5f417 feat: enhance metadata viewing in DocumentsTableShell with on-demand fetching and loading state 2026-02-04 22:34:03 +05:30
Anish Sarkar
c19aa5fa99 feat: implement real-time document updates and lazy loading for document content in DocumentsTable and DocumentsTableShell 2026-02-04 22:25:42 +05:30
Anish Sarkar
1cb578cffb refactor: update DocumentsTableShell and DocumentTypeIcon for improved layout and truncation handling 2026-02-04 20:30:18 +05:30
Anish Sarkar
5e4dce40bd feat: add loading state for chat components and implement skeleton loading UI 2026-02-04 20:13:33 +05:30
Anish Sarkar
d0a490fa50 feat: implement debug logging for development environment in Electric client 2026-02-04 20:08:13 +05:30
Anish Sarkar
dec85b6417 fix: stabilize sync process by rounding cutoff date to midnight UTC and update cleanup logic for user databases 2026-02-04 19:58:47 +05:30
Anish Sarkar
6989059e94 feat: add OBSIDIAN_CONNECTOR to document type enumeration 2026-02-04 19:08:25 +05:30
Anish Sarkar
bbb367cc53 Merge remote-tracking branch 'upstream/dev' into fix/documents 2026-02-04 18:19:09 +05:30
Anish Sarkar
773b610009 feat: update DocumentsTableShell to replace Link2 icon with Network icon for improved clarity 2026-02-04 18:18:43 +05:30
Anish Sarkar
ab2896ec65 refactor: remove redundant document deletion logic and optimize cache updates 2026-02-04 17:27:40 +05:30
Anish Sarkar
878e829bdc feat: enhance document filters and table components with search functionality and improved loading states 2026-02-04 17:19:29 +05:30
Anish Sarkar
90f9fad95c feat: enhance document management with user information and connector dialog 2026-02-04 12:55:38 +05:30
Rohan Verma
8c60910148
Merge pull request #778 from MODSetter/dev
feat: add new incentive task type for Discord
2026-02-03 22:36:15 -08:00
DESKTOP-RTLN3BA\$punk
4d9efde1f5 Merge commit '9216f8844b' into dev 2026-02-03 22:34:16 -08:00
DESKTOP-RTLN3BA\$punk
5cb59bbde8 feat: add new incentive task type for Discord 2026-02-03 22:32:39 -08:00
DESKTOP-RTLN3BA\$punk
b6e1741a40 feat: enhance theme toggle component with animation capabilities and SVG generation 2026-02-03 21:51:35 -08:00
Rohan Verma
9216f8844b
Merge pull request #776 from MODSetter/dev
chore: QOL Updates
2026-02-03 15:12:22 -08:00
DESKTOP-RTLN3BA\$punk
b176599c64 chore: linting 2026-02-03 15:01:51 -08:00
Rohan Verma
498d0c341d
Merge pull request #775 from elammertsma/dev
[IMPR] Multiple website changes, pricing, features, fixes, default theme
2026-02-03 14:52:53 -08:00
Eric Lammertsma
2a6a9c3dd5 Multiple website changes, adding cloud pricing, enterprise features, fixing small issues, optimizing header animation, changing contact links, and set the theme to default to the user's preference (from browser). 2026-02-03 17:02:26 -05:00
DESKTOP-RTLN3BA\$punk
621b520792 Merge commit 'a17c05b860' into dev 2026-02-03 13:53:08 -08:00
Rohan Verma
02470fb21b
Merge pull request #774 from AnishSarkar22/fix/documents
fix: add MIME type fetch for composio drive connector and some fixes
2026-02-03 13:52:04 -08:00
Anish Sarkar
103baa8b7a Merge remote-tracking branch 'upstream/dev' into fix/documents 2026-02-04 03:04:52 +05:30
Anish Sarkar
580b75c3c4 chore: ran linting 2026-02-04 03:04:25 +05:30
Anish Sarkar
30c6f42102 feat: streamline Composio connector logic by removing redundant checks and enhancing email retrieval for user accounts 2026-02-04 03:03:40 +05:30
Rohan Verma
a17c05b860
Merge pull request #773 from MODSetter/dev
feat: improved permissions and CVE-2025-64712 fix
2026-02-03 13:32:49 -08:00
DESKTOP-RTLN3BA\$punk
2789dd9629 chore: linting 2026-02-03 13:32:11 -08:00
DESKTOP-RTLN3BA\$punk
2b1d33db19 security: CVE-2025-64712 fix
- Removed outdated dependencies: unstructured-client and langchain-unstructured.
- Added new versions for unstructured-client (0.42.3), unstructured[all-docs] (0.18.31), and langchain-unstructured (1.0.1).
2026-02-03 13:27:09 -08:00
Rohan Verma
be6b5327a9
Merge pull request #767 from CREDO23/sur-129-feat-add-a-sharing-page
[Feat] Add public chat sharing permissions, sharing page, and graceful 404
2026-02-03 13:08:34 -08:00
Anish Sarkar
65b79f3705 feat: enhance Google Drive connector with file MIME type file detection and content based detection as fallback 2026-02-03 22:57:01 +05:30
Anish Sarkar
c4cf773bb0 feat: improve mentioned document prefetching and add skeletons in new chat interface 2026-02-03 20:45:52 +05:30
CREDO23
b221e8cd11 fix: renumber migration to avoid version conflict with upstream 2026-02-03 14:46:33 +02:00
CREDO23
60330622bf Merge remote-tracking branch 'upstream/dev' into dev 2026-02-03 14:24:24 +02:00
Rohan Verma
e172983042
Merge pull request #772 from MODSetter/dev
feat(migrations): make podcast file_location nullable
2026-02-02 17:58:24 -08:00
DESKTOP-RTLN3BA\$punk
14336eceb9 Merge commit '7afb73b704' into dev 2026-02-02 17:57:41 -08:00
DESKTOP-RTLN3BA\$punk
4753ea809b feat(migrations): make podcast file_location nullable 2026-02-02 17:56:47 -08:00
Rohan Verma
7afb73b704
Merge pull request #771 from MODSetter/dev
chore: various fixes and document ownership tracking
2026-02-02 17:32:46 -08:00
DESKTOP-RTLN3BA\$punk
619f13513f feat(migrations): add created_by_id column and backfill existing documents with progress indicator 2026-02-02 17:32:34 -08:00
DESKTOP-RTLN3BA\$punk
b9be4b458b Merge commit '8c4243bbf6' into dev 2026-02-02 17:02:56 -08:00
DESKTOP-RTLN3BA\$punk
c3b638cb16 feat(migrations): possible podcast fix on prod 2026-02-02 17:02:21 -08:00
Rohan Verma
92afaa087d
Merge pull request #763 from elammertsma/dev
[FEAT] Prompt suggestions and role editing.
2026-02-02 14:50:50 -08:00
Rohan Verma
d0673cecf6
Merge pull request #765 from AnishSarkar22/fix/documents
feat: Add document ownership & deletion of documents
2026-02-02 14:50:18 -08:00
Rohan Verma
8c4243bbf6
Merge pull request #770 from MODSetter/dev
feat: added celery task queue isolation to prevent collisions
2026-02-02 13:20:16 -08:00
DESKTOP-RTLN3BA\$punk
37eb57e43f Merge commit 'bfb6c7f5ed' into dev 2026-02-02 13:19:14 -08:00
DESKTOP-RTLN3BA\$punk
4df40f8cea feat: add CELERY_TASK_DEFAULT_QUEUE environment variable for task isolation 2026-02-02 13:17:12 -08:00