Anish Sarkar
f1ce17bde4
chore: ran linting
2026-02-10 19:06:21 +05:30
Anish Sarkar
a33a2161aa
feat: enhance user association by integrating member data into public chat and image model managers
2026-02-09 19:00:57 +05:30
Anish Sarkar
4b60068e8b
feat: add user_id to new_llm_configs and image_generation_configs for user association
2026-02-09 18:30:52 +05:30
Anish Sarkar
76e7ddee2f
chore: ran all linting
2026-02-06 18:22:19 +05:30
Anish Sarkar
8c3b65bac2
feat: add search functionality to notifications and update related components
2026-02-06 16:45:54 +05:30
Anish Sarkar
0fdd194d92
Merge remote-tracking branch 'upstream/dev' into fix/documents
2026-02-06 12:13:26 +05:30
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
781cdc3dbd
refactor: remove manual refresh functionality and update UI components for improved document management experience
2026-02-06 02:24:51 +05:30
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
Eric Lammertsma
1c1dcbf47f
Add Gemini 3 Flash and Pro models to LLM_MODELS enum
2026-02-04 15:52:21 -05:00
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
6989059e94
feat: add OBSIDIAN_CONNECTOR to document type enumeration
2026-02-04 19:08:25 +05:30
CREDO23
1c8ec7bbdc
Add comment_reply notification type to frontend types
2026-02-04 15:25:50 +02:00
CREDO23
60330622bf
Merge remote-tracking branch 'upstream/dev' into dev
2026-02-03 14:24:24 +02:00
CREDO23
d890c562d4
refactor: rename snapshot types to PublicChatSnapshot prefix
2026-02-02 16:05:23 +02:00
CREDO23
47b7befc55
feat: add search space snapshots frontend API
2026-02-02 15:43:07 +02:00
Anish Sarkar
9e29265a61
feat: add connector deletion type and metadata schema to inbox types
2026-02-02 16:30:03 +05:30
DESKTOP-RTLN3BA\$punk
8301e0169c
Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev
2026-02-01 18:02:27 -08:00
DESKTOP-RTLN3BA\$punk
d476e18c54
feat: implement page limit exceeded notifications and enhance handling in the notification system
2026-02-01 18:02:17 -08:00
Rohan Verma
32ab938329
Merge pull request #760 from AnishSarkar22/fix/connectors
...
fix: various issues with connectors & other issues
2026-02-01 17:38:48 -08:00
Anish Sarkar
ff4a574248
feat: implement Discord channel fetching with permission handling in connector UI
2026-02-01 22:34:41 +05:30
CREDO23
f2a607300d
Merge remote-tracking branch 'upstream/dev' into sur-127-impr-public-chats-should-be-immutable
2026-02-01 14:23:20 +02:00
Anish Sarkar
59dd9554b3
feat: add endpoint to fetch Slack channels with bot membership status and update UI to display channels
2026-01-31 18:30:50 +05:30
CREDO23
b932a3d926
fix: align snapshot schema with backend response
2026-01-30 14:40:26 +02:00
CREDO23
6aff69f4ec
feat: add snapshot types and API services
2026-01-30 14:19:56 +02:00
DESKTOP-RTLN3BA\$punk
6fb656fd8f
hotpatch(cloud): add llm load balancing
2026-01-29 15:28:31 -08:00
CREDO23
3c835bdf7e
fix(frontend): remove clone notifications, allow public podcast access
2026-01-28 00:17:54 +02:00
CREDO23
9a4da10b12
feat(frontend): two-phase cloning with loading state
2026-01-28 00:17:44 +02:00
CREDO23
c65cda24d7
style: fix formatting issues
2026-01-27 13:49:46 +02:00
CREDO23
a7145b2c63
merge: upstream/dev with migration renumbering
2026-01-27 11:22:26 +02:00
DESKTOP-RTLN3BA\$punk
fd564d3efd
feat(rbac): add human-readable descriptions for permissions and enhance role creation UI
2026-01-26 23:56:45 -08:00
CREDO23
a42780a2ec
feat: add chat_cloned notification types to inbox schema
2026-01-27 09:39:03 +02:00
DESKTOP-RTLN3BA\$punk
39d65d6166
feat: added incentive credits system
2026-01-26 23:32:30 -08:00
CREDO23
9d7259aab9
feat(web): add public chat and thread API types and services
2026-01-26 16:11:55 +02:00
Anish Sarkar
fae52345f8
Merge remote-tracking branch 'upstream/dev' into feat/composio
2026-01-23 14:35:17 +05:30
Manoj Aggarwal
49d51ba569
merge
2026-01-22 20:57:48 -08:00
CREDO23
1a2fa23916
Merge upstream/dev with live collaboration features
2026-01-22 23:00:42 +02:00
Manoj Aggarwal
f0760c14e9
Merge dev into feature/obsidian - resolved conflicts keeping both Obsidian and Composio connectors
2026-01-22 11:43:18 -08:00
Anish Sarkar
4bff1e8c10
Merge branch 'feat/inbox' into feat/composio
2026-01-22 23:02:00 +05:30
Anish Sarkar
076de2f3d7
feat: add unread count endpoint and update inbox logic
...
- Introduced a new API endpoint to fetch unread notification counts, providing both total and recent counts for better tracking.
- Updated the useInbox hook to manage separate states for older and recent unread counts, enhancing user experience with real-time updates.
- Implemented logic to handle marking notifications as read, ensuring accurate count adjustments for both recent and older items.
- Enhanced type definitions in the inbox types to support the new unread count functionality.
2026-01-22 22:56:02 +05:30
Anish Sarkar
be5715cfeb
feat: add Composio connector types and enhance integration
...
- Introduced new enum values for Composio connectors: COMPOSIO_GOOGLE_DRIVE_CONNECTOR, COMPOSIO_GMAIL_CONNECTOR, and COMPOSIO_GOOGLE_CALENDAR_CONNECTOR.
- Updated database migration to add these new enum values to the relevant types.
- Refactored Composio integration logic to handle specific connector types, improving the management of connected accounts and indexing processes.
- Enhanced frontend components to support the new Composio connector types, including updated UI elements and connector configuration handling.
- Improved backend services to manage Composio connected accounts more effectively, including deletion and indexing tasks.
2026-01-22 22:33:28 +05:30
CREDO23
12437f840a
Add new_chat_messages table to PGlite and create useMessagesElectric hook
2026-01-22 18:43:20 +02:00
CREDO23
4b57ba9d2b
Add chat_comments table to PGlite schema and thread_id to types
2026-01-22 17:56:45 +02:00
CREDO23
3ab9cc8485
Restore API-based comments and remove unstable live sync integration
2026-01-22 15:05:00 +02:00
Anish Sarkar
00596f991d
refactor: enhance inbox functionality with type guards and API service integration
...
- Introduced type guards for metadata in InboxSidebar to ensure safe access and improve type safety.
- Refactored the useInbox hook to utilize the new notifications API service for fetching notifications, enhancing validation and error handling.
- Added new API request/response schemas for notifications, improving structure and clarity.
- Updated logic for loading and marking notifications as read, ensuring consistent state management and user experience.
2026-01-22 18:32:25 +05:30
Anish Sarkar
be7ba76417
chore: ran backend and frontend linting
2026-01-22 16:07:06 +05:30
Anish Sarkar
3d4a8f981c
Merge remote-tracking branch 'upstream/dev' into feat/inbox
2026-01-22 16:03:37 +05:30
DESKTOP-RTLN3BA\$punk
12b825bff0
Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev
2026-01-21 22:58:48 -08:00
DESKTOP-RTLN3BA\$punk
8c625d4237
feat: composio connector
2026-01-21 22:57:58 -08:00