DESKTOP-RTLN3BA\$punk
4a0c3e368a
feat: migrated to surfsense deep agent
2025-12-23 01:16:25 -08:00
DESKTOP-RTLN3BA\$punk
4d02e8768d
chore: biome
2025-12-19 00:45:29 -08:00
CREDO23
9c378550ba
refactor: complete RBAC migration cleanup - remove unused hooks and fix type imports
2025-12-18 18:37:26 +00:00
CREDO23
bce8340750
feat: migrate useUserAccess to myAccessAtom in team page
2025-12-18 18:36:32 +00:00
CREDO23
18ac6bf0c5
feat: remove unused useInvites hook references from team page
2025-12-18 18:36:32 +00:00
CREDO23
0d2f58001b
feat: migrate revokeInvite to deleteInviteMutationAtom in team page
2025-12-18 18:36:32 +00:00
CREDO23
15541b71c9
feat: migrate createInvite to createInviteMutationAtom in team page
2025-12-18 18:36:32 +00:00
CREDO23
82b06d42c2
feat: migrate invites fetch query to useQuery in team page
2025-12-18 18:36:32 +00:00
CREDO23
6e288a59fb
feat: migrate removeMember to deleteMemberMutationAtom in team page
2025-12-18 18:34:00 +00:00
CREDO23
7bb840b62a
feat: migrate updateMemberRole to handleUpdateMember using jotai + tanstack query
2025-12-18 18:33:36 +00:00
CREDO23
3fc3016474
feat: migrate members fetch to membersAtom in team page
2025-12-18 18:30:49 +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
CREDO23
78035a6e90
fix: update team page implementation
2025-12-16 09:07:33 +00:00
CREDO23
0397f716f8
chore: add TODO for edit role dialog implementation
2025-12-16 09:07:33 +00:00
CREDO23
5b85b1d090
fix: use correct groupedPermissions logic matching original implementation
2025-12-16 09:07:33 +00:00
CREDO23
55d204e05b
fix: complete usePermissions migration to permissionsAtom in team page
2025-12-16 09:07:33 +00:00
CREDO23
b4cdf2dcc1
refactor: migrate deleteRole to use mutation atom and remove useRoles dependency in team page
2025-12-16 09:07:33 +00:00
CREDO23
cbe6a05253
refactor: migrate updateRole to use mutation atom in team page
2025-12-16 09:07:33 +00:00
CREDO23
7d89fea31d
refactor: migrate createRole to use mutation atom with proper types in team page
2025-12-16 09:07:33 +00:00
CREDO23
635be2b4e6
refactor: migrate team page to use React Query for permissions and roles fetching
2025-12-16 09:07:33 +00:00
CREDO23
f69b49e4c0
fix: add type assertions for Motion animation properties in team page
2025-12-16 09:07:33 +00:00
DESKTOP-RTLN3BA\$punk
7e94413814
chore: biome fixes
2025-11-27 23:01:14 -08:00
DESKTOP-RTLN3BA\$punk
e9d32c3516
feat: Implement Role-Based Access Control (RBAC) for search space resources.
...
-Introduce granular permissions for documents, chats, podcasts, and logs.
- Update routes to enforce permission checks for creating, reading, updating, and deleting resources. - Refactor user and search space interactions to align with RBAC model, removing ownership checks in favor of permission validation.
2025-11-27 22:45:04 -08:00