SurfSense/surfsense_backend/app
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
..
agents feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
config feat(fix): add PAGES_LIMIT configuration for ETL services 2025-12-11 00:29:56 -08:00
connectors Merge remote-tracking branch 'upstream/main' into feat/bookstack-connector 2025-12-06 09:15:02 +08:00
prompts feat: Implement community prompts feature 2025-11-21 16:28:00 -08:00
retriever roadmap(1.3): Update citation prompt to use new whole document structure 2025-12-14 22:07:31 -08:00
routes feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
schemas feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
services feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
tasks feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
utils Merge remote-tracking branch 'upstream/main' into feat/bookstack-connector 2025-12-06 09:15:02 +08:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py feat: add ProxyHeadersMiddleware to support HTTPS redirects behind proxies 2025-10-31 00:24:53 -07:00
celery_app.py feat: Implement document saving with reindexing 2025-11-30 04:08:12 +05:30
db.py feat: add note management functionality with BlockNote support 2025-12-16 12:28:30 +05:30
users.py fix: docker backend entrpoint issues 2025-10-28 23:35:53 -07:00