Commit graph

2900 commits

Author SHA1 Message Date
Anish Sarkar
f0e1d73657 refactor: enhance DocumentsTableShell with BadgeInfo component and update sync version in client.ts 2026-02-06 15:18:14 +05:30
Anish Sarkar
b41c22842f refactor: change alelmbic migration number and made migrations idempotent 2026-02-06 12:32:55 +05:30
Anish Sarkar
0fdd194d92 Merge remote-tracking branch 'upstream/dev' into fix/documents 2026-02-06 12:13:26 +05:30
Rohan Verma
ac35f9d674
Merge pull request #789 from MODSetter/dev
feat: rotating proxy support
2026-02-05 20:47:54 -08:00
DESKTOP-RTLN3BA\$punk
9dab665c7c Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev 2026-02-05 20:44:21 -08:00
DESKTOP-RTLN3BA\$punk
1511c26ef5 feat: add residential proxy configuration for web crawling and YouTube transcript fetching 2026-02-05 20:44:13 -08:00
Rohan Verma
8abc12d1fb
Merge pull request #788 from elammertsma/dev
fix: typo and trailing periods from features in pricing page
2026-02-05 20:30:08 -08:00
Eric Lammertsma
585cf97277 fix: remove trailing periods from feature descriptions in pricing section 2026-02-05 23:10:50 -05:00
Rohan Verma
e009e6334a
Merge pull request #787 from elammertsma/dev
[IMPR] Changed labels for attachments and uploads to be clearer
2026-02-05 20:10:28 -08:00
Eric Lammertsma
16692385b4 [FIX] typo in pricing section 2026-02-05 23:09:05 -05:00
Eric Lammertsma
4aa6716f16
Merge branch 'MODSetter:dev' into dev 2026-02-05 21:57:28 -05:00
Eric Lammertsma
ae94dafdb1 Merge branch 'dev' of https://github.com/elammertsma/SurfSense into dev 2026-02-05 21:42:26 -05:00
Rohan Verma
eaa0060def
Merge pull request #786 from MODSetter/dev
feat: image generation, refresh token auth, comment reply notifications, chat UX improvements & pricing update
2026-02-05 18:16:33 -08:00
DESKTOP-RTLN3BA\$punk
7ce6493caa fix: update ENUM import for PostgreSQL compatibility in image generations table migration 2026-02-05 18:16:21 -08:00
DESKTOP-RTLN3BA\$punk
0d031cb2c2 refactor: update image generation configuration to remove TPM references and clarify RPM usage in comments 2026-02-05 18:07:27 -08:00
Rohan Verma
074e11be2c
Merge pull request #785 from manojag115/bugs_prod
Fixing google calendar and notion errors + better logging for debugging
2026-02-05 18:06:34 -08:00
DESKTOP-RTLN3BA\$punk
91fe7222b1 feat: enhance chat header with image generation configuration support and sidebar integration 2026-02-05 17:41:28 -08:00
DESKTOP-RTLN3BA\$punk
af16b6656c feat: implement connection pooling for AsyncPostgresSaver in checkpointer 2026-02-05 17:32:43 -08:00
DESKTOP-RTLN3BA\$punk
f85adefe5e chore: made generate_image more agnostic 2026-02-05 17:18:27 -08:00
DESKTOP-RTLN3BA\$punk
19e2857343 feat: added image gen support 2026-02-05 16:43:48 -08:00
Anish Sarkar
c132e5ddb0 Merge remote-tracking branch 'upstream/dev' into fix/documents 2026-02-06 05:36:32 +05:30
Anish Sarkar
0f92b37b66 feat: add status column to documents table for per-document processing tracking 2026-02-06 05:36:18 +05:30
Anish Sarkar
aa66928154 chore: ran linting 2026-02-06 05:35:15 +05:30
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