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
DESKTOP-RTLN3BA\$punk
6fb656fd8f
hotpatch(cloud): add llm load balancing
2026-01-29 15:28:31 -08:00
CREDO23
e7242be763
refactor: update public_chat_routes and schemas for snapshots
2026-01-29 20:35:01 +02:00
CREDO23
949ec949f6
style(backend): run ruff format on 10 files
2026-01-28 22:20:02 +02:00
CREDO23
0c8d1f3fef
refactor(backend): two-phase synchronous cloning
2026-01-28 00:17:29 +02:00
CREDO23
0fbf5d5bdd
fix: podcast status enum serialization and frontend polling
2026-01-27 19:07:46 +02:00
CREDO23
87c7d92672
feat: add podcast status tracking
2026-01-27 17:51:36 +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
DESKTOP-RTLN3BA\$punk
39d65d6166
feat: added incentive credits system
2026-01-26 23:32:30 -08:00
CREDO23
271de96cce
fix: public chat copy link button and podcast access
2026-01-26 20:10:03 +02:00
CREDO23
37526b74a9
add public_share_enabled to thread response schemas
2026-01-26 14:36:52 +02:00
CREDO23
91543f7a73
add public chat schemas
2026-01-26 12:50:56 +02:00
DESKTOP-RTLN3BA\$punk
a160f0dde3
chore: linting
2026-01-23 01:44:14 -08:00
DESKTOP-RTLN3BA\$punk
ad475397c4
feat(chat): add regenerate endpoint for chat threads to support editing and reloading responses
2026-01-23 01:42:10 -08:00
Manoj Aggarwal
49d51ba569
merge
2026-01-22 20:57:48 -08:00
Manoj Aggarwal
8a83424be5
Add support for obsidian to surfsense
2026-01-21 15:21:06 -08:00
CREDO23
55a07c064e
Add chat session state schemas
2026-01-20 16:24:37 +02:00
DESKTOP-RTLN3BA\$punk
d96ae66012
chore: linting
2026-01-20 00:32:31 -08:00
DESKTOP-RTLN3BA\$punk
9625a24475
feat: support multiple transport types for MCP server connections, including stdio and HTTP
2026-01-19 17:44:19 -08:00
CREDO23
47fbc83d48
Merge branch 'dev' into sur-90-feat-comments-in-chats
2026-01-19 14:49:10 +02:00
CREDO23
ba57c39556
feat(backend): add has_comments field to thread API
2026-01-19 14:36:29 +02:00
Rohan Verma
26ef83fbaa
Merge pull request #707 from AnishSarkar22/fix/mentions
...
feat: Revamped search in document mentions
2026-01-18 22:15:28 -08:00
Rohan Verma
87a174a1fd
Merge pull request #706 from AnishSarkar22/fix/drive-index
...
feat: enhance Google Drive indexing
2026-01-18 22:15:03 -08:00
Anish Sarkar
b001b65067
feat: add pg_trgm indexes and lightweight document title search
...
- Introduced pg_trgm extension and GIN trigram indexes for efficient document title searches, enhancing performance for mention picker functionality.
- Implemented a new API endpoint for lightweight document title searches, returning only essential fields.
- Updated frontend components to utilize the new title search feature with throttling for improved user experience.
- Added necessary schemas and types for the new search functionality.
2026-01-17 20:45:10 +05:30
Anish Sarkar
e0be1b9133
chore: ran backend and frontend linting
2026-01-17 16:30:07 +05:30
Anish Sarkar
a3112a24fe
feat: enhance Google Drive indexing with new options
...
- Updated the Google Drive indexing functionality to include indexing options such as max files per folder, incremental sync, and inclusion of subfolders.
- Modified the API to accept a new 'indexing_options' parameter in the request body.
- Enhanced the UI to allow users to configure these options when selecting folders and files for indexing.
- Updated related components and tasks to support the new indexing options, ensuring a more flexible and efficient indexing process.
2026-01-17 12:33:57 +05:30
Manoj Aggarwal
4c07c0fe4f
change the flow of mcp connectors
2026-01-16 14:39:44 -08:00
Manoj Aggarwal
aa90da602b
nit
2026-01-16 11:21:01 -08:00
CREDO23
80e19a52cb
refactor: remove read tracking from mentions (prep for notification center)
2026-01-16 19:15:10 +02:00
CREDO23
47de91e07b
feat: add display name and avatar to member picker, filter self-mentions
2026-01-16 15:53:33 +02:00
CREDO23
6b5468bd7d
feat: integrate comments UI into chat messages
2026-01-16 15:09:51 +02:00
CREDO23
c793e2d621
Rename comments files to chat_comments and add mention parser utility
2026-01-15 18:02:07 +02:00
CREDO23
d24759f691
Add comments service with get_comments_for_message method
2026-01-15 17:09:59 +02:00
CREDO23
43939d554c
Add Pydantic schemas for comments
2026-01-15 16:48:30 +02:00
DESKTOP-RTLN3BA\$punk
7ae68455b3
chore: linting
2026-01-15 00:05:53 -08:00
Manoj Aggarwal
c78ea98a68
Add front end logic for MCP connectors
2026-01-14 14:01:23 -08:00
Rohan Verma
f3f52170a0
Merge pull request #697 from CREDO23/implement-surfsense-docs-mentions
...
[Feat] Capture Google profile data, add user profile settings & document mentions picker improvements
2026-01-14 13:19:10 -08:00
CREDO23
468feae592
add author fields to NewChatMessageRead schema
2026-01-14 18:27:21 +02:00
CREDO23
87e1374c72
add profile fields to UserRead and UserUpdate
2026-01-14 14:37:50 +02:00
Manoj Aggarwal
063c272b98
remove is_active functionality from MCP connectors
2026-01-13 13:53:18 -08:00
Manoj Aggarwal
305a981d14
feat: add MCP connector backend support
2026-01-13 13:46:01 -08:00
CREDO23
255a6202bd
Merge upstream/dev into implement-surfsense-docs-mentions
2026-01-13 10:56:58 +02:00
Rohan Verma
720b339702
Merge branch 'dev' into implement-surfsense-docs-mentions
2026-01-13 00:55:16 -08:00
DESKTOP-RTLN3BA\$punk
f22d649239
feat: added shared chats
2026-01-13 00:17:12 -08:00
CREDO23
7e3e784b45
add mentioned_surfsense_doc_ids to NewChatRequest schema
2026-01-13 02:42:59 +02:00
CREDO23
738e23b51a
Add SurfSense docs to documents table
2026-01-13 01:15:33 +02:00
DESKTOP-RTLN3BA\$punk
73a57589ac
chore: linting
2026-01-12 14:17:15 -08:00
CREDO23
3539b2a83d
feat: add surfsense docs citation endpoint
2026-01-09 18:07:14 +02:00
Manoj Aggarwal
73a9dccefc
Add teams connector similar to slack
2026-01-07 15:15:49 -08:00