Commit Graph

  • 5bddde60cb feat: implement Microsoft OneDrive connector with OAuth support and indexing capabilities Anish Sarkar 2026-03-28 14:31:25 +05:30
  • 80f5004349 feat(web): lazy-load markdown syntax highlighter jupal 2026-03-28 04:22:17 -04:00
  • 64be61b627 refactor: change button to div for accessibility in DocumentNode component Anish Sarkar 2026-03-28 12:18:57 +05:30
  • ee0b59c0fa feat: enhance folder and document selection functionality DESKTOP-RTLN3BA\$punk 2026-03-27 17:58:04 -07:00
  • 947def5c4a Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev DESKTOP-RTLN3BA\$punk 2026-03-27 17:08:08 -07:00
  • 7b37843281 chore: added python skills DESKTOP-RTLN3BA\$punk 2026-03-27 17:08:03 -07:00
  • 3b33a3efdb refactor: move onboarding animation state into event handlers qorexdev 2026-03-28 04:01:49 +05:00
  • 30034d68c3 Merge pull request #996 from AnishSarkar22/refactor/indexing-pipelines Rohan Verma 2026-03-27 15:05:01 -07:00
  • b5ef7afb1c feat: add multi-format document export functionality to editor routes and UI components Anish Sarkar 2026-03-28 02:58:38 +05:30
  • b88f2cf1a4 Merge pull request #1003 from JoeMakuta/feat/add-error-handling-in-setting Rohan Verma 2026-03-27 14:11:03 -07:00
  • ddd9686aa6 Merge pull request #1001 from mvanhorn/osc/920-invite-error-toast Rohan Verma 2026-03-27 14:09:14 -07:00
  • 5fc3a4ea57 Merge pull request #1000 from JoeMakuta/feat/add-dialog-semantics Rohan Verma 2026-03-27 14:08:55 -07:00
  • 3e10c09cee Merge pull request #999 from JoeMakuta/fix/add-focus-visible-to-share-button Rohan Verma 2026-03-27 14:08:20 -07:00
  • ec5f73965d Merge pull request #998 from JoeMakuta/feat/add-metadata-to-pages Rohan Verma 2026-03-27 14:07:56 -07:00
  • 0aa9cd6dfc feat: implement dropdown menu state management in DocumentNode and sidebar components Anish Sarkar 2026-03-28 02:32:03 +05:30
  • 96549791e6 feat: enhance DocumentNode component with loading and error indicators Anish Sarkar 2026-03-28 00:11:32 +05:30
  • 58ac17fb81 fix: move quickAskMode to IPC to prevent sessionStorage leak between windows CREDO23 2026-03-27 20:35:29 +02:00
  • 9f13da3fd1 fix Ask SurfSense: pre-fill with initialText and cursor positioning CREDO23 2026-03-27 20:07:55 +02:00
  • 0204ed5363 refactor: replace Pencil icon with PenLine and update TreePine to CirclePlus in document components Anish Sarkar 2026-03-27 23:26:12 +05:30
  • f36e5f8287 redesign action menu: grid layout, search, Ask SurfSense, fix action groups CREDO23 2026-03-27 19:47:02 +02:00
  • 13f4b175a6 feat: enhance context menu functionality in DocumentNode and FolderNode components Anish Sarkar 2026-03-27 23:14:10 +05:30
  • ddccba0df8 refactor: improve UI components for folder and document management Anish Sarkar 2026-03-27 23:11:13 +05:30
  • 151d6a853e use sessionStorage for quickAskMode to survive route changes CREDO23 2026-03-27 19:20:14 +02:00
  • f9a6e648cf fix: don't clear pendingText on read to survive auth remount CREDO23 2026-03-27 19:10:15 +02:00
  • 17091edb77 Merge remote-tracking branch 'upstream/dev' into refactor/indexing-pipelines Anish Sarkar 2026-03-27 22:36:34 +05:30
  • e89f1ef75b feat: add error handling for search space loading in GeneralSettingsManager JoeMakuta 2026-03-27 19:00:37 +02:00
  • af2129ebb6 move quick-ask page into dashboard route for auth context CREDO23 2026-03-27 18:55:03 +02:00
  • 6d4eb32345 fix: update export format for Google Docs to use correct MIME type Anish Sarkar 2026-03-27 22:20:32 +05:30
  • 489e48644f fix: revert native excel parsing Anish Sarkar 2026-03-27 22:15:24 +05:30
  • 8d60fc7279 remove searchSpacesAtom from quick-ask, forward params via dashboard CREDO23 2026-03-27 18:41:58 +02:00
  • dff8a1df37 feat: add descendant checking for folder filtering in Google Drive changes Anish Sarkar 2026-03-27 22:00:31 +05:30
  • 59e0579cc0 simplify action menu to plain buttons, remove old quickAskText from thread CREDO23 2026-03-27 18:24:34 +02:00
  • 3da0ffd683 feat: add native Excel parsing and improve Google Drive content extraction Anish Sarkar 2026-03-27 21:47:14 +05:30
  • 33b627cccc fix: add error toast to invite creation failure Matt Van Horn 2026-03-27 01:15:10 -07:00
  • 3fece6f765 code style JoeMakuta 2026-03-27 18:07:14 +02:00
  • 5f15ce9d1a feat: add keyboard accessibility to ExpandedMediaOverlay for closing with Escape key JoeMakuta 2026-03-27 17:51:10 +02:00
  • cc9cb3919e show paste-back button only for transform actions CREDO23 2026-03-27 17:47:02 +02:00
  • 6c59b3ee95 auto-submit quick-ask prompt from URL param CREDO23 2026-03-27 17:43:32 +02:00
  • 06f02fba0a navigate directly to chat with search space id CREDO23 2026-03-27 17:38:34 +02:00
  • c76ff79bc4 feat: enhance accessibility of ExpandedMediaOverlay with ARIA roles and focus management JoeMakuta 2026-03-27 17:38:32 +02:00
  • 98e12dd195 load /quick-ask page in panel CREDO23 2026-03-27 17:19:13 +02:00
  • d48f6aafce add quick-ask page with default action menu CREDO23 2026-03-27 17:17:27 +02:00
  • 2a8f393cde add quick-ask action type definition CREDO23 2026-03-27 17:13:37 +02:00
  • f931f08f00 rename keyboard to platform module, add getSelectedText CREDO23 2026-03-27 16:53:09 +02:00
  • 4e0749f907 fix: update file skipping logic for failed documents in Google Drive indexer Anish Sarkar 2026-03-27 20:01:08 +05:30
  • 1133a36fe2 extract keyboard module with macOS and Windows support CREDO23 2026-03-27 15:59:41 +02:00
  • 3ce831d01d feat: reset indexing configurations in connector dialog Anish Sarkar 2026-03-27 19:28:34 +05:30
  • 00934ff462 feat: enhance Google Drive client with improved logging and thread-safe operations Anish Sarkar 2026-03-27 19:25:45 +05:30
  • d2a4b238d7 feat: enhance Google Drive client with thread-safe download and export methods Anish Sarkar 2026-03-27 19:25:03 +05:30
  • 0b4ba58481 fix: add focus-visible styles to share button for improved accessibility JoeMakuta 2026-03-27 15:22:26 +02:00
  • 0e1ddbd0d3 Order imports JoeMakuta 2026-03-27 15:00:17 +02:00
  • d85cb1d78f Arrange code style JoeMakuta 2026-03-27 14:57:44 +02:00
  • a26bae2702 feat: add metadata to changelog, contact, and pricing pages JoeMakuta 2026-03-27 14:44:40 +02:00
  • 0bc1c766ff feat: migrate Confluence and Jira indexers to unified parallel pipeline Anish Sarkar 2026-03-27 16:02:09 +05:30
  • c7ace83b61 Merge pull request #995 from MODSetter/dev_mod Rohan Verma 2026-03-27 03:20:28 -07:00
  • f9f0c58677 chore: update .gitignore to include .deepagents/ directory DESKTOP-RTLN3BA\$punk 2026-03-27 03:19:12 -07:00
  • 64c913baa3 chore: linting DESKTOP-RTLN3BA\$punk 2026-03-27 03:17:05 -07:00
  • 23b4f91754 refactor: update dropdown and context menu item labels from 'Preview' to 'Open' for consistency DESKTOP-RTLN3BA\$punk 2026-03-27 02:45:48 -07:00
  • 52487c4acd Merge pull request #994 from MODSetter/dev_mod Rohan Verma 2026-03-27 02:09:09 -07:00
  • e47c786e40 feat: implement session storage for tabs state management and optimize tab reset logic on search space change DESKTOP-RTLN3BA\$punk 2026-03-27 02:08:36 -07:00
  • f263cf91a7 Merge pull request #993 from MODSetter/dev_mod Rohan Verma 2026-03-27 01:40:41 -07:00
  • 685ad0c02d feat: add folder management features including creation, deletion, and organization of documents within folders DESKTOP-RTLN3BA\$punk 2026-03-27 01:39:15 -07:00
  • 22e36d00fc refactor: update bulk delete bar positioning and styling in DocumentsTableShell Anish Sarkar 2026-03-27 12:20:43 +05:30
  • 7a2467c1ed refactor: remove type counts invalidation from document mutation atoms Anish Sarkar 2026-03-27 12:10:26 +05:30
  • ec79142d52 refactor: replace document type counts atom with real-time hook Anish Sarkar 2026-03-27 12:04:01 +05:30
  • 683a4c17dd feat: implement thread-safe embedding access in document converters Anish Sarkar 2026-03-27 11:31:00 +05:30
  • db6dd058dd feat: migrate Linear and Notion indexers to unified parallel pipeline Anish Sarkar 2026-03-27 11:19:32 +05:30
  • da6bbcfe39 feat: add file streaming download functionality to Google Drive client Anish Sarkar 2026-03-27 08:54:06 +05:30
  • 95bb522220 Merge pull request #989 from JoeMakuta/style/enhance-global-error-page Rohan Verma 2026-03-26 12:42:35 -07:00
  • f0701a0986 Merge pull request #988 from JoeMakuta/fix/convert-search-space-to-server-side Rohan Verma 2026-03-26 12:42:19 -07:00
  • 1cfedf3d66 Merge pull request #987 from JoeMakuta/fix/improve-settings-form-semantics Rohan Verma 2026-03-26 12:41:50 -07:00
  • 959999f380 Merge pull request #986 from JoeMakuta/chore/chat-page-client-to-server Rohan Verma 2026-03-26 12:41:10 -07:00
  • ccd4ad4552 Merge pull request #985 from JoeMakuta/fix/loading-dashboard-routes Rohan Verma 2026-03-26 12:40:52 -07:00
  • 2f08d401fa destroy panel on dismiss, remove activate to preserve selection CREDO23 2026-03-26 20:58:04 +02:00
  • 7c7f8b216c feat: implement batch indexing for selected Google Drive files Anish Sarkar 2026-03-27 00:17:07 +05:30
  • 2f30e48e90 feat: implement async service locking in Google Drive client Anish Sarkar 2026-03-27 00:06:21 +05:30
  • bc16c0362d check accessibility permission before paste-back CREDO23 2026-03-26 20:34:37 +02:00
  • 2adffccd92 add paste-back button to assistant action bar CREDO23 2026-03-26 20:30:19 +02:00
  • c016962064 feat: implement parallel file downloading and indexing in Google Drive indexer Anish Sarkar 2026-03-26 23:53:26 +05:30
  • 5bb4f5c084 implement replace handler with clipboard swap and paste-back CREDO23 2026-03-26 20:12:33 +02:00
  • 6e74f462a2 add replaceText type to ElectronAPI CREDO23 2026-03-26 20:11:15 +02:00
  • f931b4cf9d expose replaceText in preload CREDO23 2026-03-26 20:10:10 +02:00
  • 6597649fd1 add REPLACE_TEXT IPC channel CREDO23 2026-03-26 20:09:04 +02:00
  • 0abbfbfe27 save clipboard contents on shortcut trigger CREDO23 2026-03-26 20:08:23 +02:00
  • 0f846cd9c4 track frontmost app on shortcut trigger CREDO23 2026-03-26 20:06:01 +02:00
  • bd6e335cb3 feat: enhance performance logging in indexing pipeline Anish Sarkar 2026-03-26 23:10:49 +05:30
  • 0e19d1ff20 feat: Add global error handling JoeMakuta 2026-03-26 18:14:20 +02:00
  • 1b79729136 feat: Add global error page with PostHog error reporting and reset functionality. JoeMakuta 2026-03-26 18:09:26 +02:00
  • 5d9751bcd5 fix: enhance GlobalError component with improved UI and error handling JoeMakuta 2026-03-26 16:19:43 +02:00
  • 4fd776e7ef feat: implement parallel indexing for Google Calendar and Gmail connectors Anish Sarkar 2026-03-26 19:34:04 +05:30
  • e5cb6bfacf feat: implement parallel document indexing in IndexingPipelineService Anish Sarkar 2026-03-26 19:33:49 +05:30
  • 4febeef8ea fix: convert search space navigation to server-side redirection JoeMakuta 2026-03-26 15:38:44 +02:00
  • f00f7826ed fix: improve semantics and structure of settings forms in GeneralSettingsManager and PromptConfigManager JoeMakuta 2026-03-26 15:11:39 +02:00
  • e4d5c119ef fix: convert public chat page to server component JoeMakuta 2026-03-26 13:33:29 +02:00
  • d535851ad5 Add loader to more-pages route JoeMakuta 2026-03-26 12:44:46 +02:00
  • 80ede9849a Add loading od logs route JoeMakuta 2026-03-26 12:19:18 +02:00
  • 2cf6866c10 Add loader on new chat route JoeMakuta 2026-03-26 11:59:04 +02:00
  • 420eed01ea Merge pull request #984 from LikiosSedo/fix/remove-unnecessary-use-client Rohan Verma 2026-03-26 02:47:45 -07:00
  • 6336b0f5fe Merge pull request #983 from LikiosSedo/fix/user-dropdown-link Rohan Verma 2026-03-26 02:47:19 -07:00
  • 3d762ccf62 fix: remove unnecessary "use client" from pure presentational components likiosliu 2026-03-26 11:50:39 +08:00