Anish Sarkar
dc6c18b3f6
refactor: add sorting functionality to document retrieval and enhance DocumentsSidebar for improved search and pagination handling
2026-03-06 11:22:33 +05:30
Rohan Verma
36efc95944
Merge pull request #860 from elammertsma/dev
...
Feat: added Announcements sidebar when logged in
2026-03-05 18:45:33 -08:00
Rohan Verma
7b6f832483
Merge pull request #842 from AnishSarkar22/refactor/upload-document-adapter-class
...
refactor: Migrate document reindexing to `UploadDocumentAdapter` with unified indexing pipeline
2026-03-05 18:45:16 -08:00
Anish Sarkar
0feb17cb75
refactor: enhance DocumentsTableShell with infinite scroll support and update DocumentsSidebar for improved search functionality
2026-03-05 23:45:35 +05:30
Anish Sarkar
b8f52946fd
refactor: update DocumentsFilters placeholder text and enhance DocumentsTableShell with infinite scroll functionality for improved document loading
2026-03-05 22:28:52 +05:30
Anish Sarkar
e75e5ca689
refactor: enhance DocumentsTableShell with context menu for document actions and improve document tooltip display
2026-03-05 22:02:45 +05:30
Anish Sarkar
4a5a38c25b
refactor: remove ConnectorIndicator's hideTrigger prop and clean up dashboard layout by eliminating unused component references
2026-03-05 21:21:37 +05:30
Anish Sarkar
f3e5b19a99
refactor: clean up DocumentsFilters component by removing unused imports and buttons, and streamline type toggle functionality
2026-03-05 21:21:21 +05:30
Anish Sarkar
5813b90e78
refactor: remove unused DocumentsTable component and simplify global connector dialog comment in dashboard layout
2026-03-05 21:02:05 +05:30
Anish Sarkar
936bd70682
refactor: simplify dashboard layout by removing unused navigation props and implementing a new DocumentsSidebar for better document management
2026-03-05 20:34:02 +05:30
Anish Sarkar
e909735ba7
chore: remove .dockerignore file to streamline Docker build process and eliminate unnecessary exclusions
2026-03-05 18:39:29 +05:30
Anish Sarkar
f567cd9c73
chore: update summary step in Docker build workflow to improve output formatting and clarity
2026-03-05 18:24:26 +05:30
Anish Sarkar
110502609b
chore: add conditional execution logic to Docker build workflow jobs and improve tagging logic for better handling of version tags
2026-03-05 13:55:05 +05:30
Anish Sarkar
1b2ac1bd17
chore: enhance Docker build workflow by adding conditional checks for job execution and integrating Docker metadata action for improved tagging and manifest creation
2026-03-05 13:42:08 +05:30
Eric Lammertsma
4bfcd91f3f
Merge branch 'MODSetter:dev' into dev
2026-03-04 14:38:01 -05:00
Rohan Verma
7df64b5c9e
Merge pull request #857 from aleksas/extension-login-minimal-pr
...
add configurable extension backend url and login support
2026-03-03 23:41:55 -08:00
Rohan Verma
40a914ef46
Merge pull request #859 from MODSetter/dev
...
fix: remove Out-Null from docker compose command in install.ps1 to al…
2026-03-03 14:56:36 -08:00
DESKTOP-RTLN3BA\$punk
33f88bf46c
fix: remove Out-Null from docker compose command in install.ps1 to allow output visibility
2026-03-03 14:55:31 -08:00
Rohan Verma
cc244f624b
Merge pull request #858 from MODSetter/dev
...
feat : improved selfhosting options
2026-03-03 13:55:03 -08:00
DESKTOP-RTLN3BA\$punk
01a1c17b09
fix: update SURFSENSE_VERSION to latest and change repository URL to main branch in installation scripts
2026-03-03 13:53:28 -08:00
DESKTOP-RTLN3BA\$punk
441421c009
fix: update version display message in installation scripts to reflect new branding
2026-03-03 13:51:13 -08:00
DESKTOP-RTLN3BA\$punk
c2a8d43281
fix: update dump file handling in install.ps1 to read content directly for PostgreSQL restoration
2026-03-03 13:42:20 -08:00
DESKTOP-RTLN3BA\$punk
81fb1f327c
fix: update LLM retrieval in podcast transcript creation to use agent LLM instead of document summary LLM
2026-03-03 13:35:29 -08:00
DESKTOP-RTLN3BA\$punk
1541cb3c7b
fix: update dump file handling in install.ps1 to use resolved path for PostgreSQL restoration
2026-03-03 13:32:43 -08:00
DESKTOP-RTLN3BA\$punk
0cffa206ad
fix: correct dump content retrieval in migrate-database.ps1 to ensure proper handling of PostgreSQL dump files
2026-03-03 13:13:25 -08:00
DESKTOP-RTLN3BA\$punk
b88122fc17
refactor: implement Invoke-NativeSafe function in installation and migration scripts to streamline error handling for Docker commands
2026-03-03 13:08:37 -08:00
DESKTOP-RTLN3BA\$punk
59d8afca4f
fix: enhance error handling in migrate-database.ps1 by implementing try-finally for Docker info command
2026-03-03 13:00:10 -08:00
DESKTOP-RTLN3BA\$punk
8238c56b3f
fix: improve error handling in Docker installation script for Windows by using try-finally blocks
2026-03-03 12:56:07 -08:00
DESKTOP-RTLN3BA\$punk
01f8a3ed80
chore: update SURFSENSE_VERSION in .env.example to 0.0.13.9 for testing
2026-03-03 12:40:35 -08:00
Rohan Verma
760f5bf1dd
Merge pull request #854 from AnishSarkar22/fix/docker-dev
...
feat: Docker one liner script for Windows
2026-03-03 12:35:48 -08:00
Anish Sarkar
ba869d552c
docs: update installation instructions in multiple language READMEs to specify Docker Desktop and provide separate commands for Windows users
2026-03-04 01:07:25 +05:30
Eric Lammertsma
e157ac9985
feat: refactor announcements page and layout to support sidebar slide-out functionality
...
- Replaced the existing announcement card and empty state components with imports from the new announcements directory.
- Introduced state management for the announcements sidebar in the LayoutDataProvider.
- Updated navigation items to handle announcements sidebar toggling.
- Integrated AnnouncementsSidebar into the LayoutShell for both mobile and desktop views.
- Enhanced sidebar handling to improve user experience when navigating announcements.
2026-03-03 13:09:29 -05:00
Anish Sarkar
533519b343
refactor: enhance version display logic in installation scripts to read from .env file
2026-03-03 19:43:55 +05:30
Anish Sarkar
0fd1d37ed4
chore: update installation script to improve error handling and suppress output in Docker commands
2026-03-03 19:33:21 +05:30
Anish Sarkar
e7d6e5f5bd
feat: add Windows installation script and update README for Linux/MacOS users
2026-03-03 19:13:59 +05:30
Aleksas Pielikis
eb8a9dd1f0
add configurable extension backend url and login support
2026-03-03 12:50:26 +02:00
DESKTOP-RTLN3BA\$punk
9ea9538e95
Merge commit ' 026e653c7a' into dev
2026-03-02 14:16:35 -08:00
Rohan Verma
77f1946b6d
Merge pull request #853 from AnishSarkar22/fix/docker-dev
...
fix: run docker on dev branch
2026-03-02 14:09:14 -08:00
Anish Sarkar
d9ebc2c599
chore: update GitHub Actions workflow to include 'dev' branch and change installation script to use 'dev' repository URL
2026-03-03 03:35:29 +05:30
Rohan Verma
672b4e1808
Merge pull request #838 from AnishSarkar22/fix/docker
...
feat: docker-compose and docker CI pipeline enhancements
2026-03-02 13:54:27 -08:00
Anish Sarkar
d24691a968
fix: increase timeout for alembic migrations in entrypoint script to prevent premature failures
2026-03-02 23:45:24 +05:30
Anish Sarkar
6de6684f81
refactor: improve type safety for use-comments.ts
...
- Updated the `resetBatchGate` function to accept a parameter for immediate resolution, enhancing batch processing control.
- Changed the return type of the `useQuery` hook in `useComments` to specify `GetCommentsResponse`, improving type safety and clarity.
- Adjusted the initial batch gate invocation to resolve immediately, streamlining the comments fetching process.
2026-03-01 22:58:02 +05:30
Anish Sarkar
6d00b0debf
Merge remote-tracking branch 'upstream/dev' into refactor/upload-document-adapter-class
2026-03-01 22:35:17 +05:30
Rohan Verma
026e653c7a
Merge pull request #852 from MODSetter/dev
...
feat: enhance memory management and session handling
2026-03-01 00:00:27 -08:00
DESKTOP-RTLN3BA\$punk
ff3852daa5
Merge commit ' d2e06583ca' into dev
2026-02-28 23:59:50 -08:00
DESKTOP-RTLN3BA\$punk
ecb0a25cc8
feat: enhance memory management and session handling in database operations
...
- Introduced a shielded async session context manager to ensure safe session closure during cancellations.
- Updated various database operations to utilize the new shielded session, preventing orphaned connections.
- Added environment variables to optimize glibc memory management, improving overall application performance.
- Implemented a function to trim the native heap, allowing for better memory reclamation on Linux systems.
2026-02-28 23:59:28 -08:00
Rohan Verma
d2e06583ca
Merge pull request #851 from MODSetter/dev
...
refactor: improve session management and cleanup in chat streaming
2026-02-28 23:18:11 -08:00
DESKTOP-RTLN3BA\$punk
dd3da2bc36
refactor: improve session management and cleanup in chat streaming
...
- Added proper session closure to prevent connection leaks during streaming.
- Implemented a fresh session for cleanup tasks to ensure data integrity.
- Enhanced error handling during session operations to improve robustness.
- Removed unnecessary session parameters from function signatures for clarity.
2026-02-28 23:17:11 -08:00
Rohan Verma
cbf9bc6bc9
Merge pull request #850 from MODSetter/dev
...
feat: enhance knowledge base search and document retrieval
2026-02-28 19:41:45 -08:00
DESKTOP-RTLN3BA\$punk
283f97dafb
Merge commit ' 42982578ed' into dev
2026-02-28 19:41:06 -08:00