Commit graph

3935 commits

Author SHA1 Message Date
Anish Sarkar
5ea13e827b feat: update ComposerAction and DocumentsSidebar to enhance document management and connector integration; replace Cable icon with Unplug for better clarity 2026-03-10 14:58:56 +05:30
Anish Sarkar
904c5d8807 feat: enhance ComposerAction with file upload functionality and replace Popover with DropdownMenu for improved user experience 2026-03-10 14:45:37 +05:30
Anish Sarkar
4cca366e11 Merge remote-tracking branch 'upstream/dev' into fix/docker-dev 2026-03-10 14:23:57 +05:30
Anish Sarkar
c8e36cb928 feat: add connector tools strip to DocumentsSidebar and implement AvatarGroup component for better UI representation 2026-03-10 14:23:19 +05:30
Anish Sarkar
4ebf2359b5 fix: update tooltip and aria-label for ComposerAction button to enhance clarity and accessibility 2026-03-10 14:13:32 +05:30
Anish Sarkar
ccde9d23f0 fix: adjust width of DocumentsSidebar for better layout consistency; change from 480px to 380px in both docked and mobile views 2026-03-10 14:03:47 +05:30
Anish Sarkar
5ecf4e3e9d refactor: remove unused comment-related state and components; streamline comment panel styling for improved responsiveness 2026-03-10 14:00:29 +05:30
DESKTOP-RTLN3BA\$punk
403097646d feat: implement batch unread counts for notifications to reduce API calls and improve performance 2026-03-10 01:26:37 -07:00
Anish Sarkar
831ea5d34c Merge remote-tracking branch 'upstream/dev' into fix/docker-dev 2026-03-10 12:30:03 +05:30
Anish Sarkar
2608870ae6 feat: implement docked mode for DocumentsSidebar with toggle functionality; enhance LayoutDataProvider and LayoutShell to support new state management 2026-03-10 12:26:45 +05:30
Anish Sarkar
74c95ee61f feat: update ChatListItem UI for improved styling and accessibility; increase initial page size in use-documents hook 2026-03-10 11:49:06 +05:30
DESKTOP-RTLN3BA\$punk
7362da52d3 feat: Consolidate composer action buttons into a single configuration popover 2026-03-09 23:18:23 -07:00
Anish Sarkar
933c767806 Merge remote-tracking branch 'upstream/dev' into fix/docker-dev 2026-03-10 11:25:54 +05:30
DESKTOP-RTLN3BA\$punk
9117b87e64 feat: added some skills 2026-03-09 22:47:14 -07:00
DESKTOP-RTLN3BA\$punk
37bce4fd7c feat: update metadata for SurfSense to reflect new branding and focus on open source enterprise AI search and knowledge management 2026-03-09 22:08:28 -07:00
DESKTOP-RTLN3BA\$punk
5dca131e3d chore: improve accessibility in PermissionsEditor by replacing buttons with divs and adding keyboard navigation support 2026-03-09 18:50:00 -07:00
DESKTOP-RTLN3BA\$punk
45cc527d02 feat: update report generation and export capabilities to support multiple formats (PDF, DOCX, HTML, LaTeX, EPUB, ODT, plain text) across documentation and backend 2026-03-09 18:41:21 -07:00
DESKTOP-RTLN3BA\$punk
11b84a3fb4 feat: expand report export functionality to support multiple formats (PDF, DOCX, HTML, EPUB, etc.) and enhance UI for format selection 2026-03-09 18:31:14 -07:00
DESKTOP-RTLN3BA\$punk
ddb070bca8 feat: enhance MorePagesPage and PageUsageDisplay with PRO upgrade options and improved UI elements 2026-03-09 17:05:15 -07:00
DESKTOP-RTLN3BA\$punk
62c9880f11 feat: update connector dialog header to improve clarity and user engagement 2026-03-09 16:37:06 -07:00
DESKTOP-RTLN3BA\$punk
8f94350bc1 feat: update web crawler configuration and messaging for improved user guidance and clarity 2026-03-09 16:34:16 -07:00
DESKTOP-RTLN3BA\$punk
c6fc4edbc2 feat: add YouTube video and playlist support in document collection with enhanced URL handling 2026-03-09 16:07:54 -07:00
Anish Sarkar
847564ab30 feat: add new documentation URLs to sitemap for improved accessibility and user navigation 2026-03-10 03:35:34 +05:30
Anish Sarkar
53de474e5e feat: add Code of Conduct document and update layout with new icon for improved community guidelines visibility 2026-03-10 03:33:57 +05:30
Anish Sarkar
dd231a455c chore: restructure documentation to enhance user experience with a new index page and dedicated prerequisites section 2026-03-10 03:28:49 +05:30
DESKTOP-RTLN3BA\$punk
e481415655 feat: enhance HeroCarousel with navigation buttons and remove auto-play functionality 2026-03-09 14:51:53 -07:00
Anish Sarkar
2329121bc0 chore: update documentation titles and improve clarity in Docker installation guides 2026-03-10 03:15:45 +05:30
Anish Sarkar
609086ecc8 chore: update Docker installation documentation and add new installation options for improved user guidance 2026-03-10 03:01:26 +05:30
Anish Sarkar
4e0886e06d chore: rename services and volumes in docker-compose.dev.yml for clarity and consistency in local development environment 2026-03-10 02:57:44 +05:30
DESKTOP-RTLN3BA\$punk
248d050de1 Merge commit '40a914ef46' into dev 2026-03-09 12:59:48 -07:00
Rohan Verma
192dc611c4
Merge pull request #863 from AnishSarkar22/feat/test-ci
feat: add GA CI pipeline for backend tests & few fixes
2026-03-09 12:58:56 -07:00
CREDO23
e951fbb991 fix: update stale embed_text mock in document_upload tests 2026-03-09 21:47:27 +02:00
CREDO23
fffef4cb5e perf: add missing index on chunks.document_id for faster search retrieval 2026-03-09 21:16:53 +02:00
Anish Sarkar
ab0f75f8ab chore: update port configurations in Docker setup to avoid conflicts and improve local development environment 2026-03-09 23:08:27 +05:30
CREDO23
6eabfe2396 perf: conditional batch embedding — batch for API, sequential for local 2026-03-09 19:12:43 +02:00
CREDO23
a49a4db6d6 perf: use asyncio.to_thread for embed_text in FastAPI paths 2026-03-09 16:33:24 +02:00
CREDO23
c4f2e9a3a5 feat: use batch embedding in create_document_chunks 2026-03-09 16:21:14 +02:00
CREDO23
929445afd9 feat: use batch embedding in IndexingPipelineService.index 2026-03-09 16:13:44 +02:00
CREDO23
cb4b155b9d feat: re-export embed_texts from document_embedder 2026-03-09 15:54:02 +02:00
CREDO23
15aeec1fcb feat: add embed_texts batch embedding utility 2026-03-09 15:53:40 +02:00
CREDO23
79daebbd7d fix: improve Google Drive folder selection UX 2026-03-09 14:39:40 +02:00
DESKTOP-RTLN3BA\$punk
d70e292fbe refactor: restructure instrumentation client initialization and enhance UI components for better performance and user experience 2026-03-08 17:48:09 -07:00
Rohan Verma
cba7923503
Merge pull request #864 from AnishSarkar22/fix/github-and-ui-fixes
feat: add `last_login` column for last login info & UI/UX improvements
2026-03-08 16:05:43 -07:00
Anish Sarkar
514dcc1493 refactor: enhance LayoutDataProvider to manage chat navigation and state synchronization more effectively 2026-03-09 02:22:01 +05:30
Anish Sarkar
e8cf677b25 refactor: update title generation logic to improve user experience by generating titles in parallel with assistant responses 2026-03-09 01:28:53 +05:30
Anish Sarkar
bd91b0bef2 refactor: remove unnecessary border from Header component 2026-03-08 22:59:32 +05:30
Anish Sarkar
662c99c3f5 refactor: enhance DocumentsTableShell to support search mode with updated UI for no matching documents 2026-03-08 22:42:13 +05:30
Anish Sarkar
ed6ff33933 refactor: update ShortcutKbd component styling to adjust key width based on key length 2026-03-08 22:33:07 +05:30
Anish Sarkar
195dbc5fc0 chore: ran linting 2026-03-08 21:17:45 +05:30
Anish Sarkar
2adf5750df refactor: update LayoutDataProvider and NavSection components to use DocumentsProcessingStatus for improved document processing status handling 2026-03-08 21:16:52 +05:30