Anish Sarkar
|
00a617ef17
|
feat: enhance stale notification cleanup task to mark associated documents as failed
|
2026-02-06 05:31:45 +05:30 |
|
Anish Sarkar
|
ed2fc5c636
|
feat: enhance document upload process with two-phase indexing and real-time status updates
|
2026-02-06 05:15:47 +05:30 |
|
Anish Sarkar
|
f56f5a281e
|
fix: disable Edit and Delete actions while processing in RowActions component
|
2026-02-06 05:15:35 +05:30 |
|
Anish Sarkar
|
cc1e796c12
|
feat: implement two-phase document indexing for webcrawler and YouTube video processors with real-time status updates
|
2026-02-06 04:54:50 +05:30 |
|
Anish Sarkar
|
5d2da0847e
|
refactor: update connector mutation atoms to handle optional searchSpaceId and improve query invalidation logic
|
2026-02-06 04:54:29 +05:30 |
|
Anish Sarkar
|
629f6f9cf5
|
feat: implement two-phase document indexing for Obsidian and Circleback connectors with real-time status updates
|
2026-02-06 04:35:13 +05:30 |
|
Anish Sarkar
|
0f61a249c0
|
feat: implement two-phase document indexing for BookStack, Elasticsearch, and Luma connectors with real-time status updates
|
2026-02-06 04:31:55 +05:30 |
|
Anish Sarkar
|
bfa3be655e
|
feat: implement two-phase document indexing for ClickUp and GitHub connectors with real-time status updates
|
2026-02-06 04:06:14 +05:30 |
|
Eric Lammertsma
|
3cb3723d92
|
Updated attachement UI dropdown item labels for clarity.
|
2026-02-05 17:27:12 -05:00 |
|
Anish Sarkar
|
108e8c960f
|
fix: adjust opacity of clock icon in status indicator for better visibility
|
2026-02-06 03:54:38 +05:30 |
|
Anish Sarkar
|
1d870e45a4
|
feat: implement two-phase document indexing for Confluence and Jira connectors with real-time status updates
|
2026-02-06 03:54:24 +05:30 |
|
Anish Sarkar
|
0249ea20a5
|
feat: implement two-phase document indexing for Discord and Teams connectors with real-time status updates
|
2026-02-06 03:42:03 +05:30 |
|
Anish Sarkar
|
2077344934
|
feat: implement two-phase document indexing for Linear and Slack connectors with real-time status updates
|
2026-02-06 02:59:21 +05:30 |
|
Anish Sarkar
|
781cdc3dbd
|
refactor: remove manual refresh functionality and update UI components for improved document management experience
|
2026-02-06 02:24:51 +05:30 |
|
Anish Sarkar
|
c12401c1e8
|
feat: implement two-phase document indexing across Google connectors with real-time status updates
|
2026-02-06 02:24:35 +05:30 |
|
Manoj Aggarwal
|
e6c0fabd0a
|
Merge branch 'dev' into bugs_prod
|
2026-02-05 10:53:16 -08:00 |
|
Rohan Verma
|
459ffd2b78
|
Merge pull request #784 from CREDO23/sur-137-bug-oauth-tokens-expire-too-quickly-connectors-and-login
[Fixes] Implement refresh token auth, connector token pre-validation, and logout improvements
|
2026-02-05 10:49:02 -08:00 |
|
Rohan Verma
|
1ef3fd4ce9
|
Merge pull request #782 from CREDO23/sur-107-comment-reply-notifications
[Feat] Comment reply notifications and chat page & sharing improvements
|
2026-02-05 10:48:01 -08:00 |
|
Rohan Verma
|
dbc9a4e0cd
|
Merge pull request #777 from elammertsma/dev
Automatic chat naming, chat renaming, name in breadcrumbs
|
2026-02-05 10:47:41 -08:00 |
|
Anish Sarkar
|
3bbac0d4ea
|
feat: implement two-phase document indexing for Airtable and Notion connectors with real-time status updates
|
2026-02-06 00:12:48 +05:30 |
|
Anish Sarkar
|
5042fbfb85
|
feat: enhance Gmail and Google Drive connectors with document status management and duplicate content checks
|
2026-02-05 22:59:56 +05:30 |
|
CREDO23
|
a8e8b0e2fd
|
Fix auto-refresh on 401 in base API service
|
2026-02-05 19:29:34 +02:00 |
|
CREDO23
|
1690ce1891
|
Document token lifetime env vars in .env.example
|
2026-02-05 18:59:15 +02:00 |
|
Eric Lammertsma
|
aefe1b6e0d
|
Merge branch 'MODSetter:dev' into dev
|
2026-02-05 11:57:31 -05:00 |
|
CREDO23
|
f13345b226
|
Add logout with token revocation and loading states
|
2026-02-05 18:56:38 +02:00 |
|
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 |
|
CREDO23
|
287e5afbac
|
Fix JWT audience validation when creating refresh token
|
2026-02-05 18:11:33 +02:00 |
|
CREDO23
|
233852b681
|
Switch refresh token storage from cookies to localStorage
|
2026-02-05 17:55:21 +02:00 |
|
CREDO23
|
f3a9922eb9
|
Add refresh token auth routes and utilities
|
2026-02-05 17:29:50 +02:00 |
|
CREDO23
|
9bd7d74755
|
Add RefreshToken model and multi-session refresh token logic
|
2026-02-05 16:49:37 +02:00 |
|
CREDO23
|
048ef7024f
|
Add token lifetime config options
|
2026-02-05 16:21:02 +02:00 |
|
CREDO23
|
04aac379ed
|
Add RefreshToken model for user session management
|
2026-02-05 16:18:45 +02:00 |
|
CREDO23
|
ecd0985523
|
Add access token pre-validation to OAuth connectors
|
2026-02-05 14:39:50 +02:00 |
|
Manoj Aggarwal
|
33165830e5
|
add parse date flexible
|
2026-02-04 13:18:33 -08:00 |
|
Anish Sarkar
|
04884caeef
|
refactor: simplify document title assignment across various connectors by removing prefix formatting
|
2026-02-05 02:30:20 +05:30 |
|
Eric Lammertsma
|
1c1dcbf47f
|
Add Gemini 3 Flash and Pro models to LLM_MODELS enum
|
2026-02-04 15:52:21 -05:00 |
|
Eric Lammertsma
|
a133fb4184
|
Updated price tier page limits and removed enterprise pricing
|
2026-02-04 15:30:15 -05:00 |
|
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 |
|
CREDO23
|
1cf7205a81
|
Add clipboard utility with fallback and show selectable URLs
|
2026-02-04 18:54:59 +02:00 |
|
CREDO23
|
ab3d99d9e0
|
Use RBAC for listing thread snapshots
|
2026-02-04 18:46:12 +02:00 |
|
Eric Lammertsma
|
83aa8ef689
|
Added build version for cloud, local and Docker installs
|
2026-02-04 11:30:30 -05:00 |
|
CREDO23
|
fb371d09f5
|
Add globe indicator for chats with public links
|
2026-02-04 18:26:38 +02:00 |
|
CREDO23
|
f5aa520743
|
Remove branch picker and restrict edit/reload to last message
|
2026-02-04 18:04:53 +02:00 |
|
Eric Lammertsma
|
2711563e8b
|
Refined pricing plan descriptions by updating content limits and adding "planned" to future features.
|
2026-02-04 11:03:31 -05:00 |
|
CREDO23
|
17eab845d0
|
feat: rename Mentions tab to Comments with speech bubble icon
|
2026-02-04 17:17:33 +02:00 |
|
Anish Sarkar
|
1cb578cffb
|
refactor: update DocumentsTableShell and DocumentTypeIcon for improved layout and truncation handling
|
2026-02-04 20:30:18 +05:30 |
|