CREDO23
5c8621429d
feat(web): add chat comments API service
2026-01-15 19:47:10 +02:00
DESKTOP-RTLN3BA\$punk
7ae68455b3
chore: linting
2026-01-15 00:05:53 -08:00
CREDO23
0ba5de511e
add updateMe method to user API service
2026-01-14 15:39:50 +02:00
DESKTOP-RTLN3BA\$punk
d140f6393e
feat: implement leave search space functionality for non-owners and update related UI components
2026-01-13 02:06:35 -08:00
DESKTOP-RTLN3BA\$punk
25b9118306
feat: implement search space deletion and fixed rback issues with shared chats
2026-01-13 01:45:58 -08: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
cd3677b5fa
feat: add SurfSense docs mention support in chat
2026-01-13 06:14:58 +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
DESKTOP-RTLN3BA\$punk
7ac7cd5f99
fix: improve error handling for unauthorized responses and response parsing in BaseApiService
2026-01-12 12:47:08 -08:00
CREDO23
42473fe4ed
feat: add Zod schemas for Surfsense docs and fix citation handling
2026-01-12 18:06:51 +02:00
CREDO23
abd3bace53
feat: add frontend support for surfsense docs citations
2026-01-09 18:21:59 +02:00
DESKTOP-RTLN3BA\$punk
2832d57bda
chore: linting
2026-01-01 22:56:37 -08:00
CREDO23
9c78726b6b
feat: add file selection to Google Drive connector
...
- Add structured request body with folders and files arrays
- Support individual file indexing alongside folder indexing
- Remove deprecated folder_ids/folder_names query params
- Update UI to allow selecting both folders and files
2025-12-31 14:15:07 +02:00
CREDO23
10c98745cd
refactor(web): use React Query for Google Drive folder operations
...
- Fix errors in connectors-api.service (use .issues instead of .errors)
- Create useGoogleDriveFolders hook with proper React Query integration
- Add Google Drive folders cache keys with proper query invalidation
- Refactor GoogleDriveFolderTree to use React Query hook for root data
- Remove manual state management (isInitialized, setRootItems, loadRootItems)
- Remove unused state (driveFolders, isLoadingFolders) from manage page
- Simplify handleOpenDriveFolderDialog function
- Automatic loading, caching, error handling, and refetching via React Query
- Better performance with proper caching and state management
2025-12-28 19:17:37 +02:00
Rohan Verma
2c2ae40274
Merge pull request #594 from CREDO23/feat/add-jotai-tanstack-connectors
...
[Feat] Connectors| Add jotai & tanstack
2025-12-26 21:43:11 -08:00
Rohan Verma
9eeecfaf4a
Merge pull request #633 from CREDO23/feat/migrate-tojotai-tanstack-logs
...
[Feat] Logs | Migrate to jotai & tanstack
2025-12-26 21:42:24 -08:00
Anish Sarkar
7e7030ef46
chore: fixed linting
2025-12-27 00:03:03 +05:30
CREDO23
a7bae98e75
feat: migrate get logs handler
2025-12-26 19:55:25 +02:00
Anish Sarkar
30aa44bb91
refactor: update BaseApiService to use dynamic bearer token retrieval
...
- Replaced static bearerToken property with a getter that retrieves the token from localStorage.
- Updated constructor to remove bearerToken parameter for cleaner initialization.
- Maintained setBearerToken method for backward compatibility, now a no-op.
2025-12-26 23:03:19 +05:30
CREDO23
eae84d1229
feat: add logs api service
2025-12-26 16:39:47 +02:00
CREDO23
f05a313d73
Merge upstream/dev and accept upstream deletions
2025-12-26 14:50:52 +02:00
DESKTOP-RTLN3BA\$punk
4a0c3e368a
feat: migrated to surfsense deep agent
2025-12-23 01:16:25 -08:00
DESKTOP-RTLN3BA\$punk
c2dcb2045d
feat: added attachment support
2025-12-21 22:26:33 -08:00
Anish Sarkar
4f2c9caac2
feat: add transcript fetching and display in podcast player component
2025-12-21 20:25:27 +05:30
DESKTOP-RTLN3BA\$punk
b25c1cd4b4
feat: migrated from zod v3 to v4
2025-12-20 05:10:47 -08:00
DESKTOP-RTLN3BA\$punk
70ca585379
feat: add server side chat search functionality
...
- Implemented a new endpoint for searching chats by title substring in the backend.
- Updated the frontend to support chat searching with a debounced input.
- Added validation for pagination parameters and search space ID.
- Enhanced API service to handle search requests and return results based on user permissions.
2025-12-19 15:52:53 -08:00
DESKTOP-RTLN3BA\$punk
4d02e8768d
chore: biome
2025-12-19 00:45:29 -08:00
CREDO23
797a8d4329
feat: add cache keys
2025-12-18 23:08:36 +02:00
CREDO23
94c830c5ab
fix appi service endpoints
2025-12-18 20:10:20 +00:00
CREDO23
01bcfa999e
feat: add acceptInvite method to invites API service
2025-12-18 18:29:41 +00:00
CREDO23
0cf85943d2
feat: add getInviteInfo method to invites API service
2025-12-18 18:29:41 +00:00
CREDO23
d32c824412
feat: add deleteInvite method to invites API service
2025-12-18 18:29:41 +00:00
CREDO23
d061b6258f
feat: add updateInvite method to invites API service
2025-12-18 18:29:41 +00:00
CREDO23
5c64182960
feat: add getInvites method to invites API service
2025-12-18 18:29:41 +00:00
CREDO23
109cd4f091
feat: add createInvite method to invites API service
2025-12-18 18:29:41 +00:00
CREDO23
52c3b5cc7e
feat: add getMyAccess method to members API service
2025-12-18 18:29:03 +00:00
CREDO23
1d153f4f33
feat: add leaveSearchSpace method to members API service
2025-12-18 18:29:03 +00:00
CREDO23
eb38a02775
feat: add deleteMember method to members API service
2025-12-18 18:29:03 +00:00
CREDO23
d747f59ae9
fix: update members API service to follow established patterns with safeParse and arrow functions
2025-12-18 18:29:03 +00:00
CREDO23
22f8d5bbbb
feat: add updateMember method to members API service
2025-12-18 18:29:03 +00:00
CREDO23
e9eb97b17e
feat: add members API service with getMembers method
2025-12-18 18:29:03 +00:00
DESKTOP-RTLN3BA\$punk
c768730b8c
feat: fixed issues of note management
...
Issues Fixed
- Missing pagination fields in API response schemas (page, page_size, has_more)
- NOTE enum missing from frontend Zod schema
- Missing fields in DocumentRead response construction (content_hash, updated_at)
- BlockNote slash menu clipped by overflow-hidden CSS
- Sidebar click conflicts - hidden action buttons intercepting clicks
- Rewrote All Notes sidebar - replaced fragile custom portal with shadcn Sheet
- Missing translation keys for new UI strings
- Missing NOTE retrieval logic in researcher agent
- Added search to All Notes sidebar
- Removed frontend logging - was causing toasters on every page refresh
- Added backend logging to document reindex Celery task
2025-12-17 00:09:43 -08:00
Rohan Verma
3c3527d498
Merge pull request #590 from CREDO23/feat/add-jotai-tanstack-rbac
...
[Feat] RBAC | Add jotai & tanstack
2025-12-16 22:45:46 -08:00
Rohan Verma
f18425d739
Merge pull request #589 from AnishSarkar22/feature/note-management
...
Feature: Note Management system
2025-12-16 22:44:57 -08:00
CREDO23
0397f716f8
chore: add TODO for edit role dialog implementation
2025-12-16 09:07:33 +00:00
CREDO23
e086dd51fa
feat: add permissions-api.service.ts with getPermissions method
2025-12-16 09:05:54 +00:00
CREDO23
b20c526951
feat: complete roles-api.service.ts with all CRUD methods
2025-12-16 09:05:54 +00:00
CREDO23
4affdf70a6
fix: correct roles-api.service.ts to use parsedRequest.data pattern
2025-12-16 09:05:54 +00:00